Skip to content

makesites/app-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An APP() extension to parse and display Markdown pages as views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors