Plugin info

Total downloads: 12,591
Active installs: 70
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/4/2024 (606 days ago)
Added to WordPress: 9/27/2010 (15 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 6.5.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 606 days ago • 2 reviews

28/100

Is Markdown on Save abandoned?

Possibly abandoned (last update 606 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 6.5.7
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP-Markdown
Rating 4.5/5 (28 reviews)Active installs 500
Parsedown for WordPress
Rating 5.0/5 (2 reviews)Active installs 60
Markdown for P2
Rating 5.0/5 (2 reviews)Active installs 10
MarkdownBar
Rating 5.0/5 (1 reviews)Active installs 10
Simple Markdown
Rating 0.0/5 (0 reviews)Active installs 10
WP Githuber MD – WordPress Markdown Editor
Rating 4.8/5 (26 reviews)Active installs 7,000

Description

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.

Installation

  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.

Frequently Asked Questions

How do I use Markdown syntax?

Please refer to this resource: [http://michelf.com/projects/php-markdown/extra/](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.

Review feed

No reviews available

Screenshots

  1. The Markdown logo you click to designate a post as containing Markdown. This is the only UI for the plugin!

    The Markdown logo you click to designate a post as containing Markdown. This is the only UI for the plugin!

Changelog

1.3.1

  • Use the “extra” version of Markdown with all the features

1.3

  • Modern PHP syntax
  • Better accessibility
  • Modern Markdown library using Composer

1.2.1

  • Play better with other plugins that also use PHP Markdown Extra

1.2

  • Update PHP Markdown Extra to 1.2.6
  • Keep track of which revisions were Markdown and which were not
  • Restore old revisions properly, including Markdown status
  • Fix a slashing bug that would prevent link titles from parsing
  • Fix a bug related to autosave
  • Use Dustin Curtis’ Markdown logo as a toggle
  • Work on the WP-specific XML-RPC API in addition to the generic API

1.1.5

  • Fix a stripslashes() error

1.1.4

  • XML-RPC support (use to enable Markdown mode)

1.1.3

  • Disables the Visual Editor if the post being edited is in Markdown mode

1.1.2

  • Fix a slashes bug which would cause link titles to fail
  • Enable Markdown when posting remotely by using anywhere in post content

1.1.1

  • Fix bug which made the metabox show up on the Dashboard

1.1

  • Some extra nonce protection
  • Enable the plugin for all content types, not just posts

1.0

  • First public version
  • Fixed a regex bug that could break current menu highlighting. props skarab