=== 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: 2.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 == = 2.0.2 = * Fix: Error that occurs when the visual editor is disabled in the classic editor = 2.0.1 = * Fix: Problem about browser console error and incorrectly margin-top of the code editor at classic editor = 2.0.0 = * Doc: Update translation file * Add: Classic Editor support = 1.2.1 = * Fix: Problem aoubt the cut/copy shortcut action does not work properly depending on the settings = 1.2.0 = * Doc: Update translation file * Add: Import/Export editor config tool * Clean: Ajust internal logic = 1.1.0 = * Doc: Update translation file * Doc: About how to add custom fonts * Add: Filter hook for adding custom fonts = 1.0.3 = * Fix: Indent of the sample code in the editor config preview is not consistent with the settings * Fix: Incorrect HTML syntax in the sample code of the editor config preview * Clean: Ajust internal logic * Change: the range of some setting items * Style: Add space between the horizontal scroll bar and the handle of resizable box = 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