/meteor-autoform-markdown-editor

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

Primary LanguageJavaScript

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