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
- Host: GitHub
- URL: https://github.com/enlighterjs/documentation
- Owner: EnlighterJS
- License: other
- Created: 2018-03-27T06:27:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T10:54:58.000Z (about 3 years ago)
- Last Synced: 2025-04-12T17:12:32.025Z (10 months ago)
- Topics: docs, documentation, enlighterjs, enlighterjs-documentation, enlighterjs3-documentation, markdown, tinymce-plugin, tweaks, wordpress-plugin
- Language: HTML
- Homepage: https://enlighterjs.org
- Size: 2.08 MB
- Stars: 15
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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**

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 .