https://github.com/tinymce/tinymce-jquery
New home of the official TinyMCE JQuery integration
https://github.com/tinymce/tinymce-jquery
integration
Last synced: 12 months ago
JSON representation
New home of the official TinyMCE JQuery integration
- Host: GitHub
- URL: https://github.com/tinymce/tinymce-jquery
- Owner: tinymce
- License: mit
- Created: 2020-09-15T01:42:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T06:42:21.000Z (about 3 years ago)
- Last Synced: 2025-04-07T02:04:14.885Z (12 months ago)
- Topics: integration
- Language: TypeScript
- Homepage:
- Size: 2.17 MB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Official TinyMCE jQuery integration
## About
This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce)
to make it easier to use in jQuery.
The jQuery integration used to be included with the default TinyMCE bundle,
starting with TinyMCE 6 it has been removed from the TinyMCE bundle and will
instead be distributed as an independent npm package.
* If you need detailed documentation on TinyMCE, see:
[TinyMCE Documentation](https://www.tiny.cloud/docs/).
* For the TinyMCE jQuery Quick Start, see:
[TinyMCE Documentation - jQuery Integration](https://www.tiny.cloud/docs/integrations/jquery/).
* For our quick demos, check out the TinyMCE jQuery
[Storybook](https://tinymce.github.io/tinymce-jquery/).
### Issues
Have you found an issue with tinymce-jquery or do you have a feature request?
Open up an [issue](https://github.com/tinymce/tinymce-jquery/issues) and let us
know or submit a [pull request](https://github.com/tinymce/tinymce-jquery/pulls).
*Note: For issues concerning TinyMCE please visit the
[TinyMCE repository](https://github.com/tinymce/tinymce).*