Skip to content

abbychau/tiny-html-editor

Repository files navigation

Tiny HTML Editor

A lightweight HTML editor built with Electron and TinyMCE that provides a rich text editing experience with a clean interface.

screenshot

Features

  • 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)

Installation

# Clone the repository
git clone https://github.com/abbychau/tinymce-htmleditor

# Install dependencies
npm install

Development

To run the application in development mode:

npm start

Building

Build for your specific platform:

# Windows
npm run build-win

# macOS
npm run build-mac

# Linux
npm run build-linux

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Credits

About

A WYSIWYG web editor. Electron wrapper of TinyMCE 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published