
內容簡介
SLNWP Html and MD Blocks for Postie 是一個針對 Postie 外掛的附加功能,旨在將透過電子郵件發送的內容轉換為可編輯的 Gutenberg 區塊,提升編輯效率與內容格式化的靈活性。
【主要功能】
• 將電子郵件內容轉換為可編輯的 Gutenberg 區塊
• 支援 Markdown 語法格式化內容
• 將電子郵件中的圖片附件轉換為核心圖片區塊
• 轉換清單為核心列表區塊
• 將引用轉換為核心引用區塊
外掛標籤
開發者團隊
② 後台搜尋「SLNWP Html and MD Blocks for Postie」→ 直接安裝(推薦)
原文外掛簡介
This is an addon for the Postie plugin (email-to-post). It does nothing on its own – Postie must be installed and active.
By default, Postie saves emailed content as a flat HTML/text blob, so a post created from an email opens in the block editor as one big Classic/HTML block rather than proper paragraph/heading/image blocks – and a big blob is difficult to edit afterward.
SLNWP Html and MD Blocks for Postie converts that emailed content into real, individually-editable Gutenberg blocks before the post is saved with the ability to further format using markdown syntax within
Rich HTML emails (Outlook/Gmail-style formatted mail) are normalized into blocks.
Markdown syntax (#/## headings, blank-line paragraphs, **bold**, [links](url), */- lists, > quotes) wrapped in an explicit
Emailed photo attachments become core/image blocks referencing the real WordPress attachment Postie already created, not bare tags.
Bullet and numbered lists become real core/list blocks (with each item as its own core/list-item, including nested sub-lists), not plain text.
Blockquotes (>) become real core/quote blocks, with their contents as native inner blocks.
Anything not yet natively mapped (code, tables – deferred past v1) falls back to a core/html block, so content is never silently dropped.
