Plugin info

Total downloads: 20,854
Active installs: 200
Total reviews: 6
Average rating: 4.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 4/6/2018 (2827 days ago)
Added to WordPress: 8/5/2017 (8 years old)
Minimum WordPress version: 4.8
Tested up to WordPress version: 4.9.28
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2827 days ago • 6 reviews

22/100

Is Markdown Editor abandoned?

Possibly abandoned (last update 2827 days ago).

Compatibility

Requires WordPress: 4.8
Tested up to: 4.9.28
Requires PHP: f

Similar & Alternatives

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

Markup Markdown
Rating 5.0/5 (11 reviews)Active installs 2,000
Markdown Editor (Formerly Dark Mode)
Rating 3.3/5 (83 reviews)Active installs 1,000
WP Editor.md – The Perfect WordPress Markdown Editor
Rating 4.1/5 (19 reviews)Active installs 1,000
Git it Write – Write posts from GitHub
Rating 4.7/5 (7 reviews)Active installs 100
Gust
Rating 4.5/5 (11 reviews)Active installs 20
WP HyperMD
Rating 0.0/5 (0 reviews)Active installs 20

Description

Markdown Editor replaces the default WordPress editor with a Markdown editor for your posts and pages. This plugin uses the Jetpack Markdown module for converting Markdown into HTML and plays nicely with Jetpack if both plugins are installed.

There are 4 editor layouts to choose from when writing posts: default, preview, full-screen and split screen. Changes are updated automatically allowing you to preview your content as you write.

By default Markdown Editor is only enabled on Posts, but you can enable it on pages and custom post types by adding post type support. For example to add Markdown support to Pages, add the following line of code to your theme’s functions.php file:

add_post_type_support( 'page', 'wpcom-markdown' );

To add Markdown support to a ‘Product’ custom post type, add this to your theme’s functions.php file:

add_post_type_support( 'product', 'wpcom-markdown' );

Syntax Highlighting

By default, Markdown Editor enables syntax highlighting for code blocks. This can be removed by adding the following line of code to your theme’s functions.php file:

add_filter( 'markdown_editor_highlight', '__return_false' );

The click to copy button can be removed with the following line:

add_filter( 'markdown_editor_clipboard', '__return_false' );

Installation

Automatic Plugin Installation

  1. Go to Plugins > Add New.
  2. Type in the name of the WordPress Plugin or descriptive keyword, author, or tag in Search Plugins box or click a tag link below the screen.
  3. Find the WordPress Plugin you wish to install.
  4. Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
  5. Click Install Now to install the WordPress Plugin.
  6. The resulting installation screen will list the installation as successful or note any problems during the install.
  7. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

Manual Plugin Installation

  1. Download your WordPress Plugin to your desktop.
  2. If downloaded as a zip archive, extract the Plugin folder to your desktop.
  3. Read through the \”readme\” file thoroughly to ensure you follow the installation instructions.
  4. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
  5. Go to Plugins screen and find the newly uploaded Plugin in the list.
  6. Click Activate to activate it.

Frequently Asked Questions

Installation Instructions

Automatic Plugin Installation

  1. Go to Plugins > Add New.
  2. Type in the name of the WordPress Plugin or descriptive keyword, author, or tag in Search Plugins box or click a tag link below the screen.
  3. Find the WordPress Plugin you wish to install.
  4. Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
  5. Click Install Now to install the WordPress Plugin.
  6. The resulting installation screen will list the installation as successful or note any problems during the install.
  7. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

Manual Plugin Installation

  1. Download your WordPress Plugin to your desktop.
  2. If downloaded as a zip archive, extract the Plugin folder to your desktop.
  3. Read through the \”readme\” file thoroughly to ensure you follow the installation instructions.
  4. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
  5. Go to Plugins screen and find the newly uploaded Plugin in the list.
  6. Click Activate to activate it.

Review feed

David Favor
11/19/2017

Kills WordPress

Message emitted - The plugin does not have a valid header.

Screenshots

No screenshots available

Changelog

2018/04/01 – 0.1.7

  • Fix rich editor and custom field conflict.

2018/04/01 – 0.1.6

  • Add line numbers for syntax highlighting.

2018/04/01 – 0.1.5

  • Fix ‘The plugin does not have a valid header’ error.

2018/04/01 – 0.1.4

  • Add syntax highlighting.
  • Add click to copy for code blocks.

2017/08/27 – 0.1.3

  • Fix post_type_support – use wpcom-markdown.

2017/08/15 – 0.1.2

  • Use add_post_type_support instead of filter.

2017/08/01 – 0.1.0

  • Initial release.