StackEdit中文版-在线Markdown编辑器。
Go to file
2015-10-12 22:48:23 +01:00
app Fixed pdf header/footer params. Fixes #510 2015-01-31 11:32:41 +00:00
chrome-app Replace grunt by gulp 2014-08-31 20:51:13 +01:00
couchdb Fixed CouchDB setup 2014-10-14 22:34:46 +01:00
doc Update developer-guide.md 2015-04-17 12:02:02 -04:00
public Merge pull request #787 from Daniel-Hug/patch-3 2015-10-12 22:44:05 +01:00
views Disabled uglify unicode conversion. Fixes #676 2015-01-31 11:34:50 +00:00
.bowerrc Refactor resource location 2013-10-06 23:29:08 +01:00
.editorconfig This project uses a default indent size of 4 2014-10-29 12:02:21 +01:00
.gitignore Fixes #391 2014-04-29 21:23:22 +01:00
.jshintrc Replace grunt by gulp 2014-08-31 20:51:13 +01:00
bower.json Prepare release 2015-02-03 19:58:56 +00:00
Dockerfile Update Dockerfile to use 0.12.x version of node 2015-04-14 13:29:23 -05:00
Gulpfile.js Upgraded to MathJax 2.5 2015-02-02 20:18:30 +00:00
LICENSE.txt Added sharing links 2013-05-04 01:05:58 +01:00
package.json bump dependency - serve-static to 1.6.5, fix #854 2015-08-10 20:33:39 +08:00
Procfile Added Heroku Procfile 2013-10-06 16:06:20 +01:00
README.md Refactorized sharing links 2014-09-26 00:25:01 +01:00
server.js Prepare release 2014-12-16 01:05:23 +00:00

StackEdit

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.

Main showcase: https://stackedit.io/.

Support StackEdit:

Note:

  • Documents are stored in the browser's local storage, which means they are not shared between different browsers/computers. 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
  • Export your documents in Markdown, HTML or PDF and format it using a template
  • Synchronize your Markdown documents in the Cloud
  • Edit existing Markdown documents from Google Drive, Dropbox and your local hard drive
  • Post your Markdown document on Blogger/Blogspot, WordPress, Tumblr
  • Publish your Markdown document on GitHub, Gist, Google Drive, Dropbox or any SSH server
  • Share a link to a Markdown document that renders it in a nice viewer
  • Show statistics about your document
  • Convert HTML to Markdown

Features:

  • Real-time HTML preview with Scroll Link feature to bind editor and preview scrollbars
  • Markdown Extra/GitHub Flavored Markdown support and Prettify/Highlight.js syntax highlighting
  • LaTeX mathematical expressions using MathJax
  • WYSIWYG control buttons
  • Configurable layout
  • Theming support with different themes available
  • A la carte extensions
  • Offline editing
  • Online synchronization using Google Drive (multi-accounts) and Dropbox
  • One click publish on Blogger, Dropbox, Gist, GitHub, Google Drive, SSH server, Tumblr, WordPress

Documentation:

NOTE: This page has been written and published with StackEdit.