app.markdown

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i app.markdown

Weekly Downloads

52

Version

0.1.0

License

none

Unpacked Size

12.8 kB

Total Files

10

Last publish

Collaborators

  • makesites