An all-in-on WordPress Markdown Plugin provides a variety of features such as Markdown editor, live-preview, image-paste, HTML-to-Markdown helper, and …
An all-in-on WordPress Markdown Plugin provides a variety of features such as Markdown editor, live-preview, image-paste, HTML-to-Markdown helper, and more..
Convert HTML to Markdown by using HTML to Markdown tool.
Cut up a selection area of an image and copy it from Photoshop, then paste it to Markdown Editor.
Click “Update” button to save Markdown to post_content_filtered and save HTML to post_content (it is what you will see in result).
View the result.
How it works
WP Githuber MD will save your Markdown content into wp_posts.post_content_filtered.
Parse the Markdown to HTML, save the parsed HTML content into wp_posts.post_content.
This plugin will detect your Markdown content and decide what scripts will be loaded, to avoid loading unnecessary scripts. For example, if you enabled Syntax highlight, you have to update your post again to take effects.
Suggestions
The better situation to use this plugin is you just started a new blog.
If you’re planning to use this plugin in an existing blog, be sure to:
Turn off other Markdown plugins, because the similar plugins might do the same things when submitting your posts, may have some syntax conversion issues between Markdown and HTML.
My suggestion is to turn off revision and auto-save, there are options in setting page.
Image copy & paste (support uploading to Imgur.com and sm.ms)
Highlight code syntax. (prism.js or hightlight.js)
Flow chart.
KaTex.
Sequence diagram.
Mermaid.
MathJax.
Emoji.
Github flavored Markdown task list.
Fetch remote images.
Keyword suggestion tool.
and more…
Translations
English (en_US) by Colocal. Traditional Chinese (zh_TW) by Alex Lion. Simplified Chinese (zh_CN) by Terry Lin.
Copyright
WP Githuber MD, Copyright 2018-2020 TerryL.in WP Githuber MD is distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Installation
Upload the plugin files to the /wp-content/plugins/wp-githuber-md directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress.
Go to the WP Githuber MD menu in Plugins and set your Markdown options.
Screenshots
HTML-to-Markdown tool.
Image copy and paste.
Update post and see result.
Syntax Highlighing
Mermaid.
KaTex.
Flow Chart.
Sequence Diagram.
Setting Page 1. (Markdown)
Setting page 2. (Modules)
Setting page 3. (Extensions)
Setting page 4. (Preferences)
FAQ
You’ll find answers to many of your questions on Report issues.
Changelog
= 1.0.0
First release.
= 1.1.0
Add Image-Paste module.
= 1.2.0
Image paste – Provide an option that allows you directly upload to Imgur.com.
Rename plugin name from “Githuber MD” to “WP Githuber MD”.
Add new settings.
= 1.2.5
Add support to WordPress 5.0 – Thanks to Classic Editor plugin.
= 1.3.0
Add a HTML to Markdown tool beside editor.
Add an option that allows users to turn off auto-save.
Add more information in About page.
= 1.3.1
Backward compatible with PHP 5.3 and WordPress 4.0.x. (Tested in PHP 5.3.5 with WordPress 4.0.25 OKAY.)
Modify HTML-to-Markdown helper and image-paste description.
Add language packs template.
Improve HTML-to-Markdown helper.
= 1.3.2
Add language pack: zh_TW.
Fix bugs.
= 1.4.0
Add Mermaid module.
Add language pack: zh_CN.
Fx bugs.
= 1.4.1
Add line-number setting for Markdown Editor.
Adjust KaTeX module – Now it can only used in the Markdown code blocks that are defined with katax.
Improve Markdown editor – Adjust the dialog button’s look and fix the overflow issues.
Yoast SEO’s CSS has a global class name path uses animation, will break the Marmaid’s SVG in the editor’s preview panel, because they both uses the same common class name. We force to remove the animation attribute to make it work.
= 1.4.2
Fix bug: HTML-to-Markdown helper.
= 1.4.3
Bug fix – issue #3 – Thank to wojciehm@github for reporting this issue.
Display a notice if user’s PHP version does not meet the minimum requirement.
= 1.5.0
Detect Jetpack Markdown module.
= 1.5.2
Fix bug: Inserting image not working. (issue #6)
Support KaTex inline. (feature request #7)
Add custom Markdown syntax block for HTML 5 figure (feature request #8)
= 1.6.0
Support cusotm post types.
Add Enable Markdown option beside editor.
Support Gutenberg editor. Now you are able to disable Markdown for a post then back to use Gutenberg editor.
= 1.6.2
Add a new setting option in ImagePaste module. (feature request #16)
Add new option when using Add media -> Insert to post that allows user insert HTML into post. (feature request #17)
Fix bug: Classic editor’s visual mode is not showed after disabling post type option. (issue #15)