UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

116 lines (79 loc) 3.82 kB
# MARKDOWN This is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. - 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][df1] > 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. ### Tech MARKDOWN uses a number of open source projects to work properly: * [POMY] - Pomy is a software project management and comprehension tool. Based on the concept of a project object model (POM), Pomy can manage a project's build, reporting and documentation from a central piece of information[@lico] * [Dillinger] - And of course MARKDOWN itself is open source with a [public repository][Dillinger] on GitHub. * [AngularJS] - HTML enhanced for web apps! * [Ace Editor] - awesome web-based text editor * [Marked] - a super fast port of Markdown to JavaScript * [Twitter Bootstrap] - great UI boilerplate for modern web apps * [node.js] - evented I/O for the backend * [Express] - fast node.js network app framework [@tjholowaychuk] * [keymaster.js] - awesome keyboard handler lib by [@thomasfuchs] * [jQuery] - duh ### Installation You need Pomy installed globally, Open your favorite Terminal and run these commands. ```sh $ npm i -g pomy ``` ```sh $ pomy site $ pomy site:run ``` ### Plugins MARKDOWN is currently extended with the following plugins * Dropbox * Github * Google Drive * OneDrive Readmes, how to use them in your own application can be found here: * [plugins/dropbox/README.md] [PlDb] * [plugins/github/README.md] [PlGh] * [plugins/googledrive/README.md] [PlGd] * [plugins/onedrive/README.md] [PlOd] ### Development Want to contribute? Great! MARKDOWN uses Gulp + Webpack for fast developing. Make a change in your file and instantanously see your updates! ### Todos - Write Tests - Add Code Comments License ---- MIT **Free Software, Hell Yeah!** [//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax) [Dillinger]: <https://github.com/joemccann/dillinger> [git-repo-url]: <https://github.com/joemccann/dillinger.git> [john gruber]: <http://daringfireball.net> [@thomasfuchs]: <http://twitter.com/thomasfuchs> [df1]: <http://daringfireball.net/projects/markdown/> [marked]: <https://github.com/chjj/marked> [Ace Editor]: <http://ace.ajax.org> [node.js]: <http://nodejs.org> [Twitter Bootstrap]: <http://twitter.github.com/bootstrap/> [keymaster.js]: <https://github.com/madrobby/keymaster> [jQuery]: <http://jquery.com> [@tjholowaychuk]: <http://twitter.com/tjholowaychuk> [express]: <http://expressjs.com> [AngularJS]: <http://angularjs.org> [POMY]: <https://www.npmjs.com/package/pomy> [@lico]:<https://github.com/licoliu> [PlDb]: <https://github.com/joemccann/dillinger/tree/master/plugins/dropbox/README.md> [PlGh]: <https://github.com/joemccann/dillinger/tree/master/plugins/github/README.md> [PlGd]: <https://github.com/joemccann/dillinger/tree/master/plugins/googledrive/README.md> [PlOd]: <https://github.com/joemccann/dillinger/tree/master/plugins/onedrive/README.md>