Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)