Linux 软件免费装
Banner图

Biznova Markdown File Importer for Block Editor

开发者 biznova
更新时间 2026年8月29日 04:45
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

blocks markdown converter importer block-editor

下载

1.0.0

详情介绍:

Markdown to Block Editor Importer lets you turn a Markdown document into a WordPress post or page in a single click. Headings, paragraphs, lists, blockquotes, fenced code, horizontal rules, images, and links are mapped to native blocks so the result opens cleanly in the block editor. This plugin does not add a top-level menu item. After activating, find it under: How to use
  1. (Optional) Go to Settings → Markdown Importer and choose the default status: Draft or Publish automatically.
  2. Go to Tools → Markdown Importer.
  3. Choose your Markdown file and (optionally) a title and content type. The status is pre-selected from your setting but can be overridden.
  4. Click Import Markdown — you are taken to the new post/page in the block editor.
Heading mapping Markdown to block mapping | Markdown | Block result | |---|---| | # Title (first H1) | Post/page title (not a body block) | | ## Section | H2 heading block | | ### Sub-section | H3 heading block | | Plain text | Paragraph | | - item / * item | Unordered list | | 1. item | Ordered list | | > quote | Blockquote | | ``` code \`` | Code block | |---/| Separator | |text| Link | || Image | |*bold,italic, ``code, `~~strike~~ | Inline formatting | Troubleshooting

安装:

  1. Upload the biznova-markdown-file-importer folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Tools → Markdown Importer.

常见问题:

Does it require the block editor?

Yes. Content is produced in the block-editor block format and is best edited in the block editor.

Are my uploads stored?

No. Files are read from the temporary upload location and converted in memory. The plugin stores no files or options of its own.

更新日志:

1.0.0