Stars: 549
Forks: 84
Pull Requests: 36
Issues: 292
Watchers: 14
Last Updated: 2023-09-09 21:59:31
Markdown editor plugin for WordPress.
License: GNU General Public License v3.0
Languages: CSS, JavaScript, Ruby, PHP, SCSS, Shell
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..
wp_posts
.post_content_filtered
.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.
The demo shows you the following steps:
HTML to Markdown
tool.post_content_filtered
and save HTML to post_content
(it is what you will see in result).source | download |
---|---|
WordPress | https://wordpress.org/plugins/wp-githuber-md |
GitHub repository | https://github.com/terrylinooo/githuber-md/releases |
PHP Composer | composer create-project terrylinooo/githuber-md wp-githuber-md |
/wp-content/plugins/wp-githuber-md
directory, or install the plugin through the WordPress plugins screen directly.Plugins
screen in WordPress.WP Githuber MD
menu in Plugins and set your Markdown options.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:
revision
and auto-save
, there are options in setting page.thumbnail | screenshot | description | |
---|---|---|---|
Image copy & paste | view | Uplaoding images becomes much more eaiser, just copy and paste, then done. You can upload to your upload folder or host your images to Imgur.com . |
|
HTML to Markdown | view | Convert your old posts into Markdown by using HTML-to-Markdown helper that beside the Editor. | |
Syntax Highlighing | view | Use Google prettify.js for the Editor's live-preview pane, and use prism.js for the fontend pages. You can choose your favorite theme for syntax hgihlighing. |
|
Mermaid | view | Mermaid is a Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs. | |
KaTex | view | KaTex is a fast, easy-to-use JavaScript library for TeX math rendering on the web. | |
Flow Chart | view | Draws simple SVG flow chart diagrams from textual representation of the diagram. | |
Sequence Diagram | view | Turns Text Into Vector UML sequence diagrams. | |
Setting Page 1 | view | Markdown settings. | |
Setting page 2 | view | Modules settings. |
Created by Terry L. and contributors. Thanks for the donators for supporting me, and the translators such as CoLocal and others for providing translation.
GPLv3 or later