A github like markdown editor using autoform and perak:markdown
meteor add lnmunhoz:autoform-markdown-editor
Add a custom template in your Schema
Schemas.Task = new SimpleSchema({
description: {
type: String,
autoform: {
type: 'markdownEditor'
}
}
});
MIT License © Lucas N. Munhoz