Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seothemes/markdown-editor
Replaces the default WordPress editor with a Markdown editor for your posts and pages.
https://github.com/seothemes/markdown-editor
markdown markdown-editor wordpress wordpress-plugin
Last synced: 7 days ago
JSON representation
Replaces the default WordPress editor with a Markdown editor for your posts and pages.
- Host: GitHub
- URL: https://github.com/seothemes/markdown-editor
- Owner: seothemes
- License: gpl-2.0
- Created: 2017-07-31T04:51:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T14:47:04.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T00:02:05.559Z (over 1 year ago)
- Topics: markdown, markdown-editor, wordpress, wordpress-plugin
- Language: PHP
- Size: 1.7 MB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Editor
Replaces the default WordPress editor with a Markdown editor for your posts and pages. Add or remove Markdown support for post types by using `add_post_type_support` or `remove_post_type_support`. E.g:
```php
add_post_type_support( 'page', 'wpcom-markdown' );
```## Screenshots
*Full Screen*
![Full screen](https://s3-us-west-1.amazonaws.com/seo-themes/wpmarkdown-fullscreen.png)*Split Screen*
![Full screen](https://s3-us-west-1.amazonaws.com/seo-themes/wpmarkdown-splitscreen.png)