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: 6 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T14:47:04.000Z (about 4 years ago)
- Last Synced: 2025-04-14T07:03:29.850Z (10 months ago)
- Topics: markdown, markdown-editor, wordpress, wordpress-plugin
- Language: PHP
- Size: 1.7 MB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 14
-
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*

*Split Screen*
