Skip to content
In-browser Markdown editor
Branch: master
Clone or download
benweet Merge pull request #1402 from GreenGremlin/google-profile-scope
Ensuring profile data is accesible for all Google users
Latest commit 91f8cf3 Jan 26, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build Added A2HS prompt Sep 21, 2018
chrome-app New logo and icon Apr 15, 2018
config Support for google drive actions Jan 4, 2018
server Merge branch 'master' into dev Jul 17, 2018
src Merge pull request #1402 from GreenGremlin/google-profile-scope Jan 26, 2019
static Added ABC notation in landing page Sep 1, 2018
test/unit Fixed test Aug 9, 2018
.babelrc Added tests Jun 7, 2018
.dockerignore Added favicons. Nov 4, 2017
.editorconfig First commit Jul 23, 2017
.eslintignore Added bump and tag scripts Sep 30, 2017
.eslintrc.js Support for google drive actions Jan 4, 2018
.gitignore Added tests Jun 7, 2018
.postcssrc.js First commit Jul 23, 2017
.stylelintrc First commit Jul 23, 2017
.travis.yml Push to docker on tag Mar 30, 2018
Dockerfile Fixed publishing Aug 17, 2018
LICENSE Create LICENSE Oct 3, 2017
README.md Github workspace (part 1) Apr 27, 2018
gulpfile.js
index.html Fixed abc extension Aug 23, 2018
index.js Handle SIGTERM Mar 30, 2018
package-lock.json
package.json Tag v5.13.3 Nov 15, 2018

README.md

StackEdit

Build Status NPM version

Full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.

https://stackedit.io/

Ecosystem

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

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

StackEdit can:

  • Manage multiple Markdown files online or offline
  • Export your files in Markdown, HTML, PDF, Word, EPUB...
  • Synchronize your Markdown files in the Cloud
  • Edit existing Markdown files from Google Drive, Dropbox and your local hard drive
  • Post your Markdown file on Blogger/Blogspot, WordPress, Zendesk
  • Publish your Markdown file on GitHub, Gist, Google Drive, Dropbox
  • Share a workspace over Google Drive, CouchDB

Features:

  • Real-time HTML preview with Scroll Sync feature to bind editor and preview scrollbars
  • Markdown Extra/GitHub Flavored Markdown support and Prism.js syntax highlighting
  • LaTeX mathematical expressions using KaTeX
  • Diagrams and flowcharts using Mermaid
  • WYSIWYG control buttons
  • Smart layout
  • Offline editing
  • Online synchronization using Google Drive, Dropbox and GitHub
  • One click publish to Blogger, Dropbox, Gist, GitHub, Google Drive, WordPress, Zendesk

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

You can’t perform that action at this time.