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

https://github.com/enlighterjs/documentation

:pencil: EnlighterJS3 Documentation including all plugins
https://github.com/enlighterjs/documentation

docs documentation enlighterjs enlighterjs-documentation enlighterjs3-documentation markdown tinymce-plugin tweaks wordpress-plugin

Last synced: 10 months ago
JSON representation

:pencil: EnlighterJS3 Documentation including all plugins

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/EnlighterJS/EnlighterJS.svg?branch=master)](https://travis-ci.org/EnlighterJS/EnlighterJS)

EnlighterJS3 Documentation
====================================================================

**EnlighterJS, an open source syntax highlighter written in pure javascript**

EnlighterJS on your Website
-----------------------------

* [Mode of Operation](Mode_of_Operation.md) - how EnlighterJS works
* [Integration](Integration.md) - add EnlighterJS to your website
* [FAQ](FAQ.md) - Frequently Asked Questions

EnlighterJS editing plugins
-----------------------------

* [TinyMCE](editing/TinyMCE.md) - Howto add code snippets via TinyMCE WYSIWYG editor
* [Gutenberg](editing/Gutenberg.md) - Howto add code snippets via WordPress Gutenberg editor

EnlighterJS CMS Integration
-----------------------------

* [Enlighter WordPress Plugin](wordpress/) - use EnlighterJS with WordPress - includes full visual editor integration

For Developers
---------------

* [Developer Guide](development/README.md) - add new themes and languages
* [Configuration and Options](development/Options.md) - configure EnlighterJS
* [Methods/API](development/Methods_and_API.md) - advanced use cases
* [Tweaks + Advanced Settings](Tweaks.md) - change EnlighterJS visual appearance (low level)

Related
-------------

* [Website](https://enlighterjs.org)
* [Examples](https://github.com/EnlighterJS/EnlighterJS/blob/master/examples/)
* [EnlighterJS Repository](https://github.com/EnlighterJS/EnlighterJS)

Contribution
------------

EnlighterJS is OpenSource and managed on [GitHub](https://github.com/EnlighterJS/EnlighterJS) - if you like, you're welcome to contribute!
To simplify the release and quality control process, please follow these remarks:

1. **One Enhancement** _==>_ **One Commit** (don't merge a bunch of changes in a single commit!)
2. Discuss larger project changes with the Maintainer **before implementing**
3. Use GitHub for question, bugreports and discussions

License
----------------------------

**EnlighterJS Documentation (c) by Andi Dittrich**

![Creative Commons License BY-NC-SA](https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png)
EnlighterJS Documentation is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).

You should have received a copy of the license along with this
work. If not, see .