• This repository has been archived on 14/Jun/2022
  • Stars
    star
    110
  • Rank 315,694 (Top 7 %)
  • Language
    PHP
  • Created almost 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Ghost like Markdown Editor replacement.

#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: