app.markdown
v0.1.0
Published
A Backbone.js extension to automatically load Markdown pages in views
Downloads
52
Readme
Backbone Markdown
A Backbone.js extension to automatically load Markdown pages in views
Dependencies
This version is expecting these libraries already loaded:
Future version may deprecate the need of the APP()
Install
Using Bower:
bower install backbone.markdown
Usage
There's a blueprint view you can use and extend:
var MyView = APP.Views.Markdown.extend({
// custom code
});
var view = new MyView();
Options
- mdRoot: (string) defining the location of the markdown files
Credits
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT license