Skip to content

Latest commit

 

History

History
132 lines (98 loc) · 2.89 KB

markdown template.md

File metadata and controls

132 lines (98 loc) · 2.89 KB

Dillinger

Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.:+1

  • Type some Markdown on the left
  • See HTML in the right
  • Magic

Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As John Gruber writes on the [Markdown site] 1:

The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

This text you see here is actually written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

Version

3.0.0

Tech

Dillinger uses a number of open source projects to work properly:

  • AngularJS - HTML enhanced for web apps!
  • Ace Editor - awesome web-based text editor
  • Marked - a super fast port of Markdown to JavaScript

Installation

$ git clone [git-repo-url] dillinger
$ cd dillinger
$ npm i -d
$ mkdir -p public/files/{md,html,pdf}
$ gulp build --prod
$ NODE_ENV=production node app
var a = 'b';
function test(){
    a = 'c'
};

Plugins

Dillinger is currently extended with the following plugins

  1. Dropbox
    • aaa
    • bbb
    • ccc
  2. Github
    1. aaa
    2. bbb
    3. ccc
  3. Google Drive
  4. OneDrive

Readmes, how to use them in your own application can be found here:

  • plugins/dropbox/README.md
  • plugins/github/README.md
  • plugins/googledrive/README.md
  • plugins/onedrive/README.md

Development

Want to contribute? Great!

Dillinger uses Gulp + Webpack for fast developing. Make a change in your file and instantanously see your updates!

Open your favorite Terminal and run these commands.

First Tab:

$ node app

Second Tab:

$ gulp watch

(optional) Third:

$ karma start

Todo's

Write Tests Github saving overhaul Code Commenting var abc = undefined. Night Mode

License

MIT

Free Software, Hell Yeah!