ember-bootstrap-markdown

0.0.8 • Public • Published

Ember-bootstrap-markdown

A Bootstrap styled Ember component for editing markdown content.

Installation

ember install:addon ember-bootstrap-markdown

Usage

In your templates, render the component via ember-bootstrap-markdown:

{{ember-bootstrap-markdown
  class='col-xs-6 col-xs-offset-3'
  btns='heading,bold,italic,quote,link,image,list-ol,list-ul'
  applyAction='save'
  value=model.value
}}

Options

btns

The desired formatting buttons for the editor.

applyAction

The desired action that will be sent back to you application when the Apply button is clicked.

value

The linked value that holds the content.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.8
    1
  • 0.0.7
    0
  • 0.0.6
    0

Package Sidebar

Install

npm i ember-bootstrap-markdown

Weekly Downloads

1

Version

0.0.8

License

MIT

Last publish

Collaborators

  • chrishonniball