#Splitdown
- Clone the plugin to your plugins directory, usually located at wp-contents/plugins.
- You need to run
git submodule init
andgit submodule update
to pull showdown.js and html2markdown. - In your WP Dashboard go to
Settings
and thanWriting
, scroll down to the Splitdown section and select which post types you wish to use Splitdown on. - Enjoy
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.
If you find a bug or have a suggestion, please leave a ticket at https://github.com/Necrotex/Splitdown/issues.
If you need support, please contact a WordPress expert. Issues are not for support questions.