Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kfox/polymer-ck-editor

CK Editor as a Polymer Element
https://github.com/kfox/polymer-ck-editor

Last synced: 9 days ago
JSON representation

CK Editor as a Polymer Element

Awesome Lists containing this project

README

        

# polymer-ck-editor
The [CK Editor](http://ckeditor.com/) as a reusable [Polymer Element](https://www.polymer-project.org/).

## Trying it out
```
bower install
npm install
npm start
```
Then visit [http://localhost:8080](http://localhost:8080) with your web browser.

## Note
Currently does not work in Chrome 40 with Polymer 0.5.5 and CK Editor 4.4.7.

## Credits
A renamed and tidied version of the [votingsystem-texteditor](https://github.com/votingsystem/votingsystem-texteditor) component