This commit is contained in:
Benoit Schweblin 2013-09-03 09:08:58 -07:00
parent cfcc4e8545
commit b8024b4451

View File

@ -3,6 +3,11 @@ StackEdit
StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
> **NOTE:**
>
> - Documents are stored in the [browser's local storage][1], which means they are not shared between different browsers/computers. Furthermore, clearing your browser's data may delete all your local documents.
> - 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.
### StackEdit can:
- Manage multiple Markdown documents online or offline
@ -30,20 +35,16 @@ StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown
### Documentation:
- [Welcome document][1]
- [Developer guide][2]
- [Theming guide][3]
### Note:
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. Your passwords
and credentials are never transmitted to a server and only stay in your browser locally.
> **NOTE:** This page has been written and published with [StackEdit][4].
- [Welcome document][2]
- [Developer guide][3]
- [Theming guide][4]
[1]: https://github.com/benweet/stackedit/blob/master/WELCOME.md#welcome-to-stackedit---welcome "Welcome document"
[2]: https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#developer-guide "Developer guide"
[3]: https://github.com/benweet/stackedit/blob/master/doc/theming.md#stackedit-theming-guide "Theming guide"
[4]: http://benweet.github.io/stackedit/ "StackEdit"
> **NOTE:** This page has been written and published with [StackEdit][5].
[1]: https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Storage#localStorage
[2]: https://github.com/benweet/stackedit/blob/master/WELCOME.md#welcome-to-stackedit---welcome "Welcome document"
[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"
[5]: http://benweet.github.io/stackedit/ "StackEdit"