0.1.0 • Published 9 years ago

em-markdown-editor v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Ember Markdown Editor

This is an ember component that support a lightweight markdown editor for ember.js.

Features

  • Lightweight
  • Use as an ember-cli add-on
  • Drop to upload images
  • Code hightlighting
  • Preview mode
  • Fullscreen mode
  • Responsive layout

How to use

Install as an ember-cli add-on

ember install em-markdown-editor

Then, add component to your templates:

{{em-markdown-editor
  content="valueProperty"
  upload="onUploadHandler"
  }}

Contributions

Feel free to add a pull request or submit an issue.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago