test-messier16 / test-myissues

0 stars 0 forks source link

Plugins & development #4

Open test-messier16 opened 7 years ago

test-messier16 commented 7 years ago

Plugins

Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin README
Dropbox [plugins/dropbox/README.md] [PlDb]
Github [plugins/github/README.md] [PlGh]
Google Drive [plugins/googledrive/README.md] [PlGd]
OneDrive [plugins/onedrive/README.md] [PlOd]
Medium [plugins/medium/README.md] [PlMe]
Google Analytics [plugins/googleanalytics/README.md] [PlGa]

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 test