https://github.com/hugerte/hugerte
MIT-licensed fork of TinyMCE, the world's #1 JavaScript library for rich text editing, which switched from MIT to a GPL-or-pay license model in its latest version.
https://github.com/hugerte/hugerte
contenteditable editor javascript rich-text-editor wysiwyg wysiwyg-editor wysiwyg-html-editor
Last synced: 3 months ago
JSON representation
MIT-licensed fork of TinyMCE, the world's #1 JavaScript library for rich text editing, which switched from MIT to a GPL-or-pay license model in its latest version.
- Host: GitHub
- URL: https://github.com/hugerte/hugerte
- Owner: hugerte
- License: mit
- Created: 2024-05-04T16:40:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T15:56:45.000Z (8 months ago)
- Last Synced: 2025-10-18T01:53:56.627Z (6 months ago)
- Topics: contenteditable, editor, javascript, rich-text-editor, wysiwyg, wysiwyg-editor, wysiwyg-html-editor
- Language: TypeScript
- Homepage: https://hugerte.org
- Size: 83 MB
- Stars: 414
- Watchers: 15
- Forks: 37
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.TXT
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# HugeRTE
The 100% free fork of the world's #1 open source rich text editor.
Used and trusted by millions of developers, [TinyMCE](https://github.com/tinymce/tinymce) (the original project we've forked) is the world’s most customizable, scalable, and flexible rich text editor. However, they changed the license of TinyMCE 7 to GPLv2+ (or a commercial license) while it has been MIT for TinyMCE 6 and LGPL for older versions. This creates problems for users (see [the discussion](https://github.com/tinymce/tinymce/issues/9453)) so a fork has been created here. It has originally been named HugeMCE, however, due to [potential trademark confusion with TinyMCE](https://github.com/hugerte/hugerte/issues/1#issuecomment-2373423311), it has been renamed to HugeRTE before its publishment to npm.
## Documentation
You can find the documentation [on the dedicated repo](https://github.com/hugerte/hugerte-docs).
## Demo
Visit the [HugeRTE website](https://hugerte.org) to quickly play around with the editor.
## License
[MIT](LICENSE.TXT)
## Compiling and contributing
In 2019 TinyMCE made the decision to transition their codebase to a monorepo. For information on compiling and contributing, see: [contribution guidelines](https://github.com/hugerte/hugerte/blob/master/CONTRIBUTING.md).