Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enlighterjs/plugin.gutenberg
:pencil: Official EnlighterJS Plugin for WordPress Gutenberg Editor
https://github.com/enlighterjs/plugin.gutenberg
enlighter-plugin enlighterjs gutenberg-blocks gutenberg-editor gutenberg-plugin sourcecode syntax-highlighting visual-editor wordpress-plugin
Last synced: about 3 hours ago
JSON representation
:pencil: Official EnlighterJS Plugin for WordPress Gutenberg Editor
- Host: GitHub
- URL: https://github.com/enlighterjs/plugin.gutenberg
- Owner: EnlighterJS
- License: mpl-2.0
- Created: 2018-05-21T07:26:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:35:31.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:08:35.771Z (7 months ago)
- Topics: enlighter-plugin, enlighterjs, gutenberg-blocks, gutenberg-editor, gutenberg-plugin, sourcecode, syntax-highlighting, visual-editor, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.txt
Awesome Lists containing this project
README
EnlighterJS Plugin for Gutenberg Editor
=========================================![Gutenberg Editor Integration](assets/enlighterjs_gutenberg_test.png)
Current Limitations
----------------------------------------------* Legacy EnlighterJS code cannot be transformed to blocks by the "Transform to Blocks" utility of the classic editor.
**Caused By:** [gutenberg/8648](https://github.com/WordPress/gutenberg/issues/8648)
* Newly created codeblocks (via Gutenberg) mess up the HTML with unused attributes because of a validation issue.
**Caused By:** [gutenberg/8532](https://github.com/WordPress/gutenberg/issues/8532) / [gutenberg/7604](https://github.com/WordPress/gutenberg/issues/7604)Usage
----------------------------------------------As integral part of the Enlighter WordPress Plugin (future)
Development
----------------------------------------------1. Create the plugin directory `wp-content/plugins/enlighter-gutenberg`
2. Copy `enlighter-gutenberg.php` and `dist/` into this directory
3. Activate the plugin**Required Directory Structure**
```
wp-content/
| - plugins/
| | -enlighter-gutenberg/
| | |- enlighter-gutenberg.php
| | |- dist/
| | | |- enlighterjs.gutenberg.min.css
| | | |- enlighterjs.gutenberg.min.js
```License
----------------------------------------------EnlighterJS.Gutenberg is OpenSource and licensed under the Terms of [Mozilla Public License 2.0](https://opensource.org/licenses/MPL-2.0). You're welcome to [contribute](docs/CONTRIBUTING.md)