0.1.5 • Published 7 years ago

simple-mde v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

simple-mde

This is a slight expansion of the addon https://github.com/smith-carson/ember-simplemde. It gives a basic set of defaults around the toolbar for editing the texta area and allows passing in of a guide

Installation

  ember install simple-mde
  bower install

Usage

Edit things with simpleMDE

{{simple-mde value=body change=(action (mut body) ) guide=guideLink}}

Here's what the guide should look like:

guide = {
  name: "guide",
  action: "https://i.am.a.link.com",
  className: "fa fa-question-circle",
  title: "Formatting help"
};

Preview that guy:

{{simple-mde-preview body}}

License

MIT

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago