Skip to content

RyanNutt/wordpress-markdown-gutenberg-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.