內容簡介
這是我所需的 Markdown bbPress 外掛程式,但找不到。它取代了標準的編輯器,提供一個回應靈敏的 Markdown 表單,包括預覽和格式化幫助。Markdown 使用 PHP Markdown(Extra) 解析並以常規 HTML bbPress 帖子的形式保存。Markdown 可以單獨保存以供以後編輯。外掛程式可以啟用和停用,而不會影響您的 bbPress 資料,它可以進行乾淨的卸載(刪除任何已保存的 Markdown 代碼),並且支援多站點。
提示:如果您的論壇僅使用 Markdown,或者不在意某些非 Markdown 帖子與以前略微不同(例如,不將換行符轉換為段落,或不再自動將 URL 轉換為可點擊的連結),則可以在您的主題的 functions.php 中加入以下內容將插件的效能提升: add_filter( 'bbpmd_remove_output_filters_for_all_posts', '__return_true' );
外掛標籤
開發者團隊
原文外掛簡介
This is the Markdown plugin for bbPress that I needed, but could not find. It replaces the standard editor with a responsive Markdown form that includes a preview and formatting help. The Markdown is parsed using PHP Markdown(Extra) and saved as a regular HTML bbPress post. The Markdown is saved separately for later editing. The plugin can be activated and deactivated without affecting your bbPress data, it uninstalls cleanly (deleting any saved Markdown code) and is multisite compatible.
Tip: You can give the plugin a slight performance boost if your forum is Markdown only or you don’t care that some non-Markdown posts are displayed slightly different than before (e.g. not turning newlines into paragraphs or no longer making URLs automatically clickable), by adding the following to your theme’s functions.php: add_filter( 'bbpmd_remove_output_filters_for_all_posts', '__return_true' );
