0.1.0 • Published 10 years ago

em-markdown-editor v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago