| 开发者 |
rareview
pratikbarvaliya |
|---|---|
| 更新时间 | 2026年4月21日 05:34 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
?format=markdown support for singular content and the homepage.md URL handlingAccept: text/markdown negotiationLink response header/wp-content/plugins/.Settings > AISignal Markdown Converter.You can access Markdown through ?format=markdown, .md URLs, Accept: text/markdown, and the provided REST endpoints.
Markdown is available only for published content in the post types you enable in plugin settings. You can also exclude specific items globally by post ID or individually through the editor metabox.
Yes. The plugin includes an ACF-aware fallback extractor for eligible published content, which helps recover meaningful Markdown when important content is stored in custom fields instead of the main editor. It is not a field-by-field ACF integration layer, but it is designed to improve Markdown output on ACF-heavy sites.
Often yes. The plugin is designed to work with standard WordPress rendering, including many builder-based pages, when the important content is present in rendered HTML or the_content. Highly dynamic or JavaScript-rendered sections may be incomplete, so representative builder pages should still be tested on each site.
Yes. Eligible singular requests and the homepage expose alternate Markdown discovery through:
<link rel="alternate" type="text/markdown" ...>Link: <...>; rel="alternate"; type="text/markdown"No. Frontmatter is optional and disabled by default.
When enabled, frontmatter includes fields such as title, URL, post type, published and modified dates, schema type, language, word count, reading time, canonical URL, featured image, and public taxonomy names. It does not include author or publisher fields.
Crawler insights logs successful Markdown requests from detected bots when the feature is enabled. The request log shows timestamps, URLs, bot names, and request methods, and includes retention controls and filtering in the admin screen.