https://github.com/enlighterjs/plugin.tinymce
:pencil: Official EnlighterJS Plugin for TinyMCE
https://github.com/enlighterjs/plugin.tinymce
enlighterjs enlighterjs-tinymce-plugin javascript plugin tinymce visual-editor wysiwyg
Last synced: 16 days ago
JSON representation
:pencil: Official EnlighterJS Plugin for TinyMCE
- Host: GitHub
- URL: https://github.com/enlighterjs/plugin.tinymce
- Owner: EnlighterJS
- License: mpl-2.0
- Created: 2016-05-08T13:32:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:19:55.000Z (over 2 years ago)
- Last Synced: 2024-04-14T04:42:19.844Z (about 1 year ago)
- Topics: enlighterjs, enlighterjs-tinymce-plugin, javascript, plugin, tinymce, visual-editor, wysiwyg
- Language: JavaScript
- Homepage: https://tinymce.enlighterjs.org
- Size: 791 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
README
EnlighterJS TinyMCE Plugin
=================================================**Post and Edit Sourcecode in TinyMCE smoothly** - Initially created as component of [Enlighter WordPress Plugin](https://wordpress.org/plugins/enlighter/)

Demo
-------------------------------------------------[Click here](https://tinymce.enlighterjs.org) to view the plugin demo
Development
-------------------------------------------------You can start the development webserver via the command line - it will simply serve all content of the current directory via koa/koa-static (never use it on public servers!)
```bash
$ node dev.js
started dev webserver..
```Usage
-------------------------------------------------Take a look into the examples!
License
-------------------------------------------------EnlighterJS TinyMCE Plugin is OpenSource and licensed under the Terms of [The MIT License (X11)](http://opensource.org/licenses/MIT). You're welcome to contribute.