2013-04-04 20:38:14 +00:00
StackEdit
2013-03-24 14:23:40 +00:00
=========
2014-01-13 20:19:13 +00:00
StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
2013-04-02 18:42:47 +00:00
2014-01-13 20:19:13 +00:00
Main showcase: https://stackedit.io/.
2014-01-10 11:46:38 +00:00
2014-08-24 17:56:28 +00:00
Support StackEdit:
[![ ](https://cdn.monetizejs.com/resources/button-32.png )](https://monetizejs.com/authorize?client_id=ESTHdCYOi18iLhhO& summary=true)
> **Note:**
2013-09-03 16:08:58 +00:00
>
2014-01-13 20:19:13 +00:00
> - Documents are stored in the [browser's local storage][1], which means they are not shared between different browsers/computers. Clearing your browser's data may delete all your local documents.
2013-09-03 16:08:58 +00:00
> - Full access to Dropbox or Google Drive is required to be able to import any document in StackEdit. Imported documents are downloaded in your browser and are not transmitted to a server.
2013-04-02 18:42:47 +00:00
### StackEdit can:
2013-11-29 00:23:14 +00:00
2013-05-04 23:17:52 +00:00
- Manage multiple Markdown documents online or offline
2013-10-23 19:53:02 +00:00
- Export your documents in Markdown, HTML or PDF and format it using a template
2013-04-02 18:42:47 +00:00
- Synchronize your Markdown documents in the Cloud
2013-06-16 19:08:33 +00:00
- Edit existing Markdown documents from Google Drive, Dropbox and your local hard drive
2013-05-16 18:13:36 +00:00
- Post your Markdown document on Blogger/Blogspot, WordPress, Tumblr
2013-05-19 19:58:13 +00:00
- Publish your Markdown document on GitHub, Gist, Google Drive, Dropbox or any SSH server
2013-05-04 12:07:32 +00:00
- Share a link to a Markdown document that renders it in a nice viewer
2013-06-16 19:08:33 +00:00
- Show statistics about your document
- Convert HTML to Markdown
2013-04-02 18:42:47 +00:00
### Features:
2013-04-26 23:38:55 +00:00
- Real-time HTML preview with Scroll Link feature to bind editor and preview scrollbars
2013-12-28 18:39:20 +00:00
- Markdown Extra/GitHub Flavored Markdown support and Prettify/Highlight.js syntax highlighting
2013-06-22 14:34:45 +00:00
- LaTeX mathematical expressions using MathJax
2013-04-15 19:58:48 +00:00
- WYSIWYG control buttons
2013-04-02 18:42:47 +00:00
- Configurable layout
2013-10-23 19:53:02 +00:00
- Theming support with different themes available
2013-05-30 12:39:45 +00:00
- A la carte extensions
2013-04-02 18:42:47 +00:00
- Offline editing
2013-12-28 18:39:20 +00:00
- Online synchronization using Google Drive (multi-accounts) and Dropbox
2013-05-19 19:56:59 +00:00
- One click publish on Blogger, Dropbox, Gist, GitHub, Google Drive, SSH server, Tumblr, WordPress
2013-04-11 23:12:49 +00:00
2013-06-16 22:06:26 +00:00
### Documentation:
2013-04-11 23:12:49 +00:00
2014-09-25 23:25:01 +00:00
- [Hello! document][2]
2013-09-03 16:08:58 +00:00
- [Developer guide][3]
- [Theming guide][4]
2013-08-04 17:06:06 +00:00
2013-09-03 16:08:58 +00:00
> **NOTE:** This page has been written and published with [StackEdit][5].
2013-06-16 19:08:33 +00:00
2013-09-03 16:08:58 +00:00
[1]: https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Storage#localStorage
2013-11-29 00:23:14 +00:00
[2]: https://github.com/benweet/stackedit/blob/master/public/res/WELCOME.md#welcome-to-stackedit---welcome "Welcome document"
2013-09-03 16:08:58 +00:00
[3]: https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#developer-guide "Developer guide"
[4]: https://github.com/benweet/stackedit/blob/master/doc/theming.md#stackedit-theming-guide "Theming guide"
2013-10-23 19:53:02 +00:00
[5]: https://stackedit.io/ "StackEdit"