# devrel-tinymce-enhanced-code-editor-demo **Repository Path**: mirrors_tinymce/devrel-tinymce-enhanced-code-editor-demo ## Basic Information - **Project Name**: devrel-tinymce-enhanced-code-editor-demo - **Description**: Enhanced Code Editor Plugin Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-20 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TinyMCE Enhanced Code Editor Plugin Demo This repository is a demo for the TinyMCE [Enhanced Code Editor](https://www.tiny.cloud/tinymce/features/enhanced-code-editor/?utm_campaign=devrel_github&utm_source=github&utm_medium=referral&utm_term=enhanced-code-editor-demo) Plugin. The Enhanced Code Editor Plugin provides an advanced editing experience with features like syntax highlighting, bracket matching, and code folding, making it easier to work with HTML, CSS, JavaScript, and other code formats directly within the TinyMCE editor. ## Getting Started To run this demo locally, you'll need Node.js installed. The demo can be served using a simple HTTP server. Installation ### Clone the repository: ```bash git clone https://github.com/mrinasugosh/tinymce-enhanced-code-editor-demo.git cd tinymce-enhanced-code-editor-demo ``` ### Install http-server to serve the files locally: ```bash npm i http-server ``` ### Running the Demo To start the server and view the demo: ```bash http-server ``` ### Run the Demo Open your browser and navigate to `http://localhost:8080` (or the port provided by http-server). You should see the TinyMCE editor with the Enhanced Code Editor Plugin enabled. ## About TinyMCE Enhanced Code Editor Plugin The TinyMCE Enhanced Code Editor Plugin provides a rich code-editing experience, with features including: - Syntax Highlighting: See your code with colorful syntax to make it more readable. - Bracket Matching: Easily identify matching brackets for better code clarity. - Code Folding: Collapse or expand sections of your code for a cleaner view. For more information about TinyMCE and the Enhanced Code Editor Plugin, visit the following links: [TinyMCE Official Website](https://www.tiny.cloud/?utm_campaign=devrel_github&utm_source=github&utm_medium=referral&utm_term=enhanced-code-editor-demo) [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/latest/?utm_campaign=devrel_github&utm_source=github&utm_medium=referral&utm_term=enhanced-code-editor-demo) [Enhanced Code Editor Plugin Overview](https://www.tiny.cloud/docs/tinymce/latest/advcode/?utm_campaign=devrel_github&utm_source=github&utm_medium=referral&utm_term=enhanced-code-editor-demo)