[WordPress] 外掛分享: Biznova Markdown File Importer for Block Editor

首頁外掛目錄 › Biznova Markdown File Importer for Block Editor
WordPress 外掛 Biznova Markdown File Importer for Block Editor 的封面圖片
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.0.0 上架:2026-08-27

內容簡介

Biznova Markdown File Importer for Block Editor 讓使用者能夠將 Markdown 文件輕鬆轉換為 WordPress 的文章或頁面,並在區塊編輯器中以原生區塊顯示,提供高效的內容管理體驗。

【主要功能】
• 一鍵將 Markdown 文件轉換為文章或頁面
• 自動將標題與段落轉換為對應的區塊
• 支援上傳 .md 文件並設定發佈狀態

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Biznova Markdown File Importer for Block Editor」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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:

Tools → Markdown Importer — upload a .md file and create a post/page.
Settings → Markdown Importer — set the default status (Draft or Publish automatically).

How to use

(Optional) Go to Settings → Markdown Importer and choose the default status: Draft or Publish automatically.
Go to Tools → Markdown Importer.
Choose your Markdown file and (optionally) a title and content type. The status is pre-selected from your setting but can be overridden.
Click Import Markdown — you are taken to the new post/page in the block editor.

Heading mapping

The first # (H1) becomes the post/page title automatically.
## becomes an H2 block; ### becomes an H3 block.

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](url)
Link
![alt](image.png)
Image
**bold**, *italic*, `code`, ~~strike~~
Inline formatting
Troubleshooting

Can’t see the menu item — it’s a submenu: look under Tools → Markdown Importer, not the top level. Confirm the plugin is still Active (WordPress auto-deactivates crashing plugins).
File rejected — only .md/.markdown, under 1 MB (filter mdgi_max_upload_bytes).
Wrong title — a typed title wins; else the first # heading; else the file name.

延伸相關外掛

文章
Filter
Mastodon