Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nullx27/Splitdown

A Ghost like Markdown Editor replacement.
https://github.com/nullx27/Splitdown

Last synced: 3 months ago
JSON representation

A Ghost like Markdown Editor replacement.

Awesome Lists containing this project

README

        

#Splitdown
## A Markdown editor replacement for WordPress

### Installation
1. Clone the plugin to your plugins directory, usually located at wp-contents/plugins.
2. You need to run ```git submodule init``` and ```git submodule update``` to pull showdown.js and html2markdown.
3. In your WP Dashboard go to ```Settings``` and than ```Writing```, scroll down to the Splitdown section and select which post types you wish to use Splitdown on.
4. Enjoy

### Other Notes
I implemented an experimental version of the WordPress Media Manager. At the moment it does not work in distraction free mode.
Since Markdown doesn't support css classes for elements, I need to write a showdown extension to fix this, so images can be displayed properly.
As always this may take some time to implement, because I work alone in my spare time on this. :)
If you want to help, please feel free to fork this project and submit a pull request with your changes.

### Contributions
If you find a bug or have a suggestion, please leave a ticket at https://github.com/Necrotex/Splitdown/issues.

### Support
If you need support, please contact a WordPress expert. Issues are not for support questions.

### Javascript libraries used:
+ [showdown](https://github.com/coreyti/showdown)
+ [html2markdown](https://github.com/kates/html2markdown)