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

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

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/)

![Screenshot](https://raw.githubusercontent.com/AndiDittrich/EnlighterJS.TinyMCE/master/screenshot1.png)

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.