Changeset 1776320
- Timestamp:
- 11/27/2017 05:28:13 PM (8 years ago)
- File:
-
- 1 edited
-
parsedown-party/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
parsedown-party/trunk/readme.txt
r1776312 r1776320 14 14 == Description == 15 15 16 This plugin lets you use [Markdown](https://github.com/erusev/parsedown) for individual posts on a case-by-case basis. Markdown can be activated using a toggle in the post editor 17 submit box. When enabled, it replaces the WordPress post editor with [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) in 18 Markdown mode. 16 This plugin lets you use [Markdown](https://github.com/erusev/parsedown) for individual posts on a case-by-case basis. Markdown can be activated using a toggle in the post editor submit box. When enabled, it replaces the WordPress post editor with [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) in Markdown mode. 19 17 20 18 == Screenshots == … … 28 26 Yes. 29 27 30 = Is this Plugin compatible with [Pressbooks](https://pressbooks.org/)? =28 = Is this Plugin compatible with Pressbooks? = 31 29 32 Yes. 30 [Yes.](https://pressbooks.org/) 33 31 34 32 = I'm a software developer, how can I help? = … … 36 34 This plugin follows [Pressbooks coding standards](https://docs.pressbooks.org/coding-standards/) and development [happens on GitHub](https://github.com/connerbw/parsedownparty). 37 35 38 The philosophy behind this plugin is: Take a best of breed [Markdown Parser](https://github.com/erusev/parsedown), combine it with WordPress' built-in [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) 39 libraries, and let users write posts in Markdown. Things like two-pane WYSIWYG editors are out of scope for this particular plugin (the Preview button works fine.) The design goal 40 is to modify WordPress Core as little as possible while providing decent Markdown support for content. 36 The philosophy behind this plugin is: Take a best of breed [Markdown Parser](https://github.com/erusev/parsedown), combine it with WordPress' built-in [CodeMirror](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/) libraries, and let users write posts in Markdown. Things like two-pane WYSIWYG editors are out of scope for this particular plugin (the Preview button works fine.) The design goal is to modify WordPress Core as little as possible while providing decent Markdown support for content. 41 37 42 38 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.