Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 851 Bytes

File metadata and controls

46 lines (26 loc) · 851 Bytes

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