https://github.com/kfox/polymer-ck-editor
CK Editor as a Polymer Element
https://github.com/kfox/polymer-ck-editor
Last synced: about 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T17:27:20.000Z (over 11 years ago)
- Last Synced: 2025-04-01T22:35:18.153Z (over 1 year ago)
- Language: HTML
- Size: 137 KB
- Stars: 7
- Watchers: 3
- 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