Описание
I'm amazed I'm writing this tip. For years, I've been poking fun at text file zealots who have been using a set of slightly messy characters to emulate what a more fully featured file format. Aug 12, 2017 The RWordPress and knitr packages in combination with R Markdown make it especially easy for WordPress bloggers to get their ideas out of the brain and into public view. It’s also worth pointing out something I learned from Kris Shaffer ( @krisshaffer ), when he appeared on a Teaching in Higher Ed podcast recently.
An all-in-on WordPress Markdown Plugin provides a variety of features such as Markdown editor, live-preivew, image-paste, HTML-to-Markdown helper, and more..
Read detailed document, please visit https://github.com/terrylinooo/githuber-md.
Demo
The Video shows you the following steps:
- 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 topost_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
.
Markdown To Wordpress Download
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.
Features
- Markdown editor.
- Live preview.
- Spell check.
- Enable / disable Markdown for single post.
- Support Gutenberg editor.
- Support custom post types.
- Support Markdown extra syntax.
- HTML-to-Markdown tool.
- 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
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
Cached
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.
Установка
- 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.
Часто задаваемые вопросы
You’ll find answers to many of your questions on Report issues.