Linux 软件免费装

Markdown on Save

开发者 markjaquith
更新时间 2024年5月5日 02:24
PHP版本: 6.0 及以上
WordPress版本: 6.5

标签

formatting markdown

下载

1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.2.1 1.3.0 1.3.1

详情介绍:

This plugin allows you to compose content in Markdown on a per-item basis. The markdown version is stored separately (in the post_content_filtered column), so you can deactivate this plugin and your posts won't spew out Markdown, because HTML is stored in the post_content, just like normal. This is also much faster than doing on-the-fly Markdown conversion on every page load. It's only done once! When you re-edit the post, the markdown version is swapped into the editor for you to edit. If something external updates the post content, you'll lose the Markdown version. Note: this plugin assumes you're using the Classic editor.

安装:

  1. Upload the markdown-on-save folder to your /wp-content/plugins/ directory
  2. Activate the "Markdown On Save" plugin in your WordPress administration interface
  3. Create a new post with Markdown, and click the Markdown logo in the publish metabox (see screenshot).
  4. Done! Now that post can be edited using Markdown, but will save as processed HTML on the backend.

升级注意事项:

1.2.1 Update if another Markdown plugin isn't playing well with Markdown on Save 1.1.5 Update to fix issues with slashes disappearing. 1.1.4 Upgrade to use Markdown over XML-RPC (use to enable it) 1.1.3 Upgrade to fix the bug that caused "titles" in links to fail parsing and to disable the visual editor in Markdown mode 1.1.2 Upgrade to fix the bug that caused "titles" in links to fail parsing 1.1.1 Prevents the meta box from mistakenly appearing on the Dashboard 1.1 Enables the Markdown option for all content types, instead of limiting it to posts

常见问题:

How do I use Markdown syntax?

Please refer to this resource: http://michelf.com/projects/php-markdown/extra/.

What happens if I click the Markdown logo again?

Your post will no longer be interpreted as Markdown, you will be returned to the normal editing experience.

What happens if I decide I don't want this plugin anymore?

Just deactivate it. The Markdown version is stored separately, so without the plugin, you'll just revert to editing the HTML version.

更新日志:

1.3.1 1.3 1.2.1 1.2 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1 1.0