Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nullx27/Splitdown
- Owner: nullx27
- Archived: true
- Created: 2013-11-19T09:28:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T15:00:52.000Z (almost 11 years ago)
- Last Synced: 2024-08-02T12:44:08.674Z (6 months ago)
- Language: PHP
- Size: 249 KB
- Stars: 110
- Watchers: 14
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - nullx27/Splitdown - A Ghost like Markdown Editor replacement. (others)
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)