=== Custom HTML Block Extension ===
Contributors: wildworks
Tags: gutenberg, block, html, highlighting, emmet
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 5.6
Tested up to: 5.7
Stable tag: 1.0.2
Requires PHP: 7.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Extend custom HTML blocks to evolve into an advanced code editor.
== Description ==
Custom HTML Block Extension extends "Custom HTML block" to evolve into an advanced code editor.
There are 50 different color themes to choose from, and you can select the one that best suits your taste.
This plugin features Emmet that expand shortcut input into complete code. This reduces the number of times you have to type and saves keystrokes.
You can change all kinds of settings to create your ideal editor in advanced mode.
== Installation ==
1. Upload the `custom-html-block-extension` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the \'Plugins\' menu in WordPress.
== Screenshots ==
1. Custom HTML Block Extension
2. Various color themes
3. Faster coding with Emmet
4. High customizability
== Resources ==
= @monaco-editor/react =
License: MIT License
Source: https://github.com/suren-atoyan/monaco-react
= emmet-monaco-es =
License: MIT License
Source: https://github.com/troy351/emmet-monaco-es
= monaco-themes =
License: MIT License
Source: https://github.com/brijeshb42/monaco-themes
= webfontloader =
License: Apache-2.0 License
Source: https://github.com/typekit/webfontloader
= Web Font (Fira Code) =
License: OFL-1.1 License
Source: https://github.com/tonsky/FiraCode
= Web Font (Source Code Pro) =
License: OFL-1.1 License
Source: https://github.com/adobe-fonts/source-code-pro
= Web Font (Ubuntu Mono) =
License: OFL-1.1 License
Source: https://ubuntu.com/legal/font-licence
= Web Font (Anonymous Pro) =
License: OFL License
Source: https://www.marksimonson.com/fonts/view/anonymous-pro
== Changelog ==
= 1.0.2 =
* Clean: Re-record and compress gif files
= 1.0.1 =
* Clean: remove console.log
* Clean: remove .eslintignore from .distignore
= 1.0.0 =
* Initial release