Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kfox/polymer-ck-editor
- Owner: kfox
- Created: 2015-02-25T16:47:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T17:27:20.000Z (almost 10 years ago)
- Last Synced: 2023-02-28T10:55:57.265Z (almost 2 years ago)
- Language: HTML
- Size: 137 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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