StackEdit中文版-在线Markdown编辑器。
Go to file
2017-10-05 08:18:21 +01:00
build Reduce svg size. Moved scroll sync to localSettings 2017-10-02 23:48:01 +01:00
config First commit 2017-07-23 19:42:08 +01:00
server Fixed multiple window issue 2017-09-29 19:43:26 +01:00
src Fixed location synchronization 2017-10-05 08:18:21 +01:00
static/oauth2 Modal refactoring 2017-09-26 23:54:26 +01:00
.babelrc First commit 2017-07-23 19:42:08 +01:00
.editorconfig First commit 2017-07-23 19:42:08 +01:00
.eslintignore Added bump and tag scripts 2017-09-30 13:01:29 +01:00
.eslintrc.js Fixed google authorization popup 2017-10-02 01:34:48 +01:00
.gitignore Fixed multiple window issue 2017-09-29 19:43:26 +01:00
.postcssrc.js First commit 2017-07-23 19:42:08 +01:00
.stylelintrc First commit 2017-07-23 19:42:08 +01:00
gulpfile.js Use npm to bump version 2017-09-30 13:18:43 +01:00
index.html Fixed main provider synchronization 2017-09-27 21:27:12 +01:00
index.js Added bump and tag scripts 2017-09-30 13:01:29 +01:00
LICENSE Create LICENSE 2017-10-03 19:47:50 +01:00
package.json Tag v5.0.4 2017-10-02 23:49:54 +01:00
README.md Updated readme 2017-10-03 19:43:14 +01:00
yarn.lock Added bump and tag scripts 2017-09-30 13:01:29 +01: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

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report

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