0.1.0 • Published 11 years ago
em-markdown-editor v0.1.0
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-editorThen, 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 clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.