A lightweight HTML editor built with Electron and TinyMCE that provides a rich text editing experience with a clean interface.
- Rich text editing with TinyMCE 5
- File operations (Open, Save, Save As)
- HTML beautification on save
- Full screen editing mode
- Support for images, tables, and media
- HTML code view and preview
- Cross-platform support (Windows, macOS, Linux)
# Clone the repository
git clone https://github.com/abbychau/tinymce-htmleditor
# Install dependencies
npm install
To run the application in development mode:
npm start
Build for your specific platform:
# Windows
npm run build-win
# macOS
npm run build-mac
# Linux
npm run build-linux
This project is licensed under the MIT License - see the LICENSE.md file for details.