Markdown Gutenberg Block
Edit posts in WordPress with Markdown using the SimpleMDE editor
by Ryan Nutt · github.com/ryannutt/wordpress-markdown-gutenberg-block · website
★ 6stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ryannutt/wordpress-markdown-gutenberg-block/archive/refs/heads/master.zipFrom the readme
Markdown Gutenberg Block
I really like Markdown. It's the easiest way I've found to quickly write blog posts. And while WordPress has bumped up its support for Markdown, it's still not as good as some of the other programs out there.
While working on another project I came across SimpleMDE which is an outstanding JavaScript Markdown editor. And it seemed like a perfect fit for editing blog posts.
And that's what this plugin is. It wraps SimpleMDE in a Gutenberg block so you can edit your posts in Markdown and have it converted back to HTML when displayed.
Installation
Download the latest release from GitHub.
Login to your WordPress site and click on Add New Plugin and then Upload Plugin.
Upload the zip file you downloaded from GitHub and activate the plugin.
Once activated you should have a Markdown block in your WordPress editor.