[wordpress插件] bbP MarkdownGDP降价

wordpress 插件 文章 2020-03-01 06:40 507 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

This is the Markdown plugin for bbPress that I needed, but could not find.

这是我需要的bbPress的Markdown插件,但找不到。

It replaces the standard editor with a responsive Markdown form that includes a preview and formatting help.

它用包含预览和格式帮助的响应式Markdown表单代替了标准编辑器。

The Markdown is parsed using PHP Markdown(Extra) and saved as a regular HTML bbPress post.

Markdown使用PHP Markdown(Extra)进行解析,并保存为常规HTML bbPress发布。

The Markdown is saved separately for later editing.

Markdown单独保存以供以后编辑。

The plugin can be activated and deactivated without affecting your bbPress data, it uninstalls cleanly (deleting any saved Markdown code) and is multisite compatible.

可以在不影响bbPress数据的情况下激活和停用该插件,该插件可以干净地卸载(删除所有保存的Markdown代码),并且可以与多站点兼容。

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 (eg not turning newlines into paragraphs or no longer making URLs

提示:如果您的论坛仅是Markdown,或者您不关心某些非Markdown帖子的显示方式与以前略有不同(例如,不将换行符转换为段落或不再创建URL),则可以使插件的性能稍有提高

automatically clickable), by adding the following to your theme's functions.php: add_filter( 'bbpmd_remove_output_filters_for_all_posts', '__return_true' );

通过将以下内容添加到主题的function.php中: add_filter('bbpmd_remove_output_filters_for_all_posts','__return_true');

下载地址
https://downloads.wordpress.org/plugin/bbp-markdown.1.5.zip
-EOF-

AI助手支持GPT4.0