https://github.com/Alex-D/Trumbowyg
A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://github.com/Alex-D/Trumbowyg
jquery-plugin lightweight rich-text-editor trumbowyg wysiwyg wysiwyg-editor
Last synced: 26 days ago
JSON representation
A lightweight and amazing WYSIWYG JavaScript editor under 10kB
- Host: GitHub
- URL: https://github.com/Alex-D/Trumbowyg
- Owner: Alex-D
- License: mit
- Created: 2012-09-29T16:33:10.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-05T09:57:11.000Z (9 months ago)
- Last Synced: 2024-10-29T10:58:03.453Z (6 months ago)
- Topics: jquery-plugin, lightweight, rich-text-editor, trumbowyg, wysiwyg, wysiwyg-editor
- Language: JavaScript
- Homepage: https://alex-d.github.io/Trumbowyg
- Size: 5.03 MB
- Stars: 4,015
- Watchers: 99
- Forks: 614
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - Trumbowyg - A lightweight and amazing WYSIWYG JavaScript editor - 20kB only (8kB gzip) (JavaScript)
- awesome-wysiwyg - Trumbowyg - A lightweight and amazing WYSIWYG JavaScript editor - 20kB only (8kB gzip). (JQuery Based)
- awesome - Alex-D/Trumbowyg - A lightweight and amazing WYSIWYG JavaScript editor under 10kB (JavaScript)
- awesome-wysiwyg-editors - Trumbowyg - 一个轻量级和惊人的所见即所得的 JavaScript 编辑器 - 只有 20kB(8kB gzip)。  (基于 JQuery)
- awesome-star-libs - Alex-D / Trumbowyg
- awesome-javascript - Trumbowyg - A lightweight and amazing WYSIWYG JavaScript editor - 20kB only (8kB gzip) - ★ 2527 (Editors)
README
Supporting Trumbowyg
Trumbowyg is an MIT-licensed open source project and completely free to use.
However, the amount of effort needed to maintain and develop new features for
the project is not sustainable without proper financial backing.
You can support its ongoing development by being a backer or a sponsor:- [Become a backer or sponsor on Patreon](https://www.patreon.com/alexandredemode)
- [One-time donation via PayPal](https://www.paypal.me/demodealexandre/20eur)Sponsors
Gold
•••
Become a Sponsor
------------------------------------
## Introduction
Trumbowyg is a simple and lightweight WYSIWYG editor, weight only 30kB minified (10kB gzip) for faster page loading.
Visit presentation page: http://alex-d.github.io/Trumbowyg/
## Documentation
All you need to know about Trumbowyg is here:
- [Get started](https://alex-d.github.io/Trumbowyg/documentation/)
- [25+ Demos](https://alex-d.github.io/Trumbowyg/demos/)
- [45+ Supported languages](https://alex-d.github.io/Trumbowyg/#languages)
- [All Options explained](https://alex-d.github.io/Trumbowyg/documentation/#basic-options)
- [All existing Plugins](https://alex-d.github.io/Trumbowyg/documentation/plugins/)
- [Create your own Plugin](https://alex-d.github.io/Trumbowyg/documentation/plugins/#create-your-own)## Contribution
You can contribute to Trumbowyg with translations in languages you know.
Thanks to `node` and `gulp`, you can improve core script, style or icons easily.First, fork and clone the repository
```bash
cd Trumbowyg # go into the project's root directory
npm install # install development dependencies
npm run dev # watch mode
npm run build # to build the project
```## Author
@Alex-D
Alexandre Demode
• • •
Latest release and announcements
https://x.com/AlexandreDemode
## License
This project is under [MIT license](LICENSE).