Skip to content

lnmunhoz/meteor-autoform-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoform-markdown-editor

A github like markdown editor using autoform and perak:markdown

Install

meteor add lnmunhoz:autoform-markdown-editor

Usage

Add a custom template in your Schema

Schemas.Task = new SimpleSchema({
  description: {
    type: String,
    autoform: {
      type: 'markdownEditor'
    }
  }
});

demo

License

MIT License © Lucas N. Munhoz

About

A github like markdown editor using aldded:autoform and perak:markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors