Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinymce/tinymce-angular
Official TinyMCE Angular Component
https://github.com/tinymce/tinymce-angular
angular integration tinymce
Last synced: 9 days ago
JSON representation
Official TinyMCE Angular Component
- Host: GitHub
- URL: https://github.com/tinymce/tinymce-angular
- Owner: tinymce
- License: mit
- Created: 2018-01-12T15:53:46.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T19:17:04.000Z (6 months ago)
- Last Synced: 2024-05-29T19:41:11.244Z (5 months ago)
- Topics: angular, integration, tinymce
- Language: TypeScript
- Homepage:
- Size: 7.22 MB
- Stars: 318
- Watchers: 26
- Forks: 92
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-wysiwyg - tinymce-angular - official Angular wrapper for TinyMCE. (For Angular)
- awesome-wysiwyg-editors - tinymce-angular - TinyMCE 的官方 Angular 包装器。 ![github star](https://img.shields.io/github/stars/tinymce/tinymce-angular.svg?style=social&label=Star) (基于 Angular)
- awesome-angular - tinymce-angular - Official [TinyMCE](https://www.tiny.cloud/) Angular Component. (Table of contents / Third Party Components)
- fucking-awesome-angular - tinymce-angular - Official 🌎 [TinyMCE](www.tiny.cloud/) Angular Component. (Table of contents / Third Party Components)
- fucking-awesome-angular - tinymce-angular - Official 🌎 [TinyMCE](www.tiny.cloud/) Angular Component. (Table of contents / Third Party Components)
README
# Official TinyMCE Angular Component
## About
This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinymce) to make it easier to use in an Angular application.
* If you need detailed documentation on TinyMCE, see: [TinyMCE Documentation](https://www.tiny.cloud/docs/tinymce/7/).
* For the TinyMCE Angular Quick Start, see: [TinyMCE Documentation - Angular Integration](https://www.tiny.cloud/docs/tinymce/7/angular-cloud/).
* For the TinyMCE Angular Technical Reference, see: [TinyMCE Documentation - TinyMCE Angular Technical Reference](https://www.tiny.cloud/docs/tinymce/7/angular-ref/).
* For our quick demos, check out the TinyMCE Angular [Storybook](https://tinymce.github.io/tinymce-angular/).### Support
For Angular 16+, use integration version 8.x:
`npm install @tinymce/tinymce-angular@^8`
For Angular 14+, use integration version 7.x:
`npm install @tinymce/tinymce-angular@^7`
For Angular 13+, use integration version 6.x:
`npm install @tinymce/tinymce-angular@^6`
For Angular 9+, use integration version 4.x:
`npm install @tinymce/tinymce-angular@^4`
For Angular 8 and below use integration version 3.x:
`npm install @tinymce/tinymce-angular@^3`
Versions below Angular 5 are not supported.
### Issues
Have you found an issue with tinymce-angular or do you have a feature request?
Open up an [issue](https://github.com/tinymce/tinymce-angular/issues) and let us know
or submit a [pull request](https://github.com/tinymce/tinymce-angular/pulls)._Note: for issues concerning TinyMCE please visit the [TinyMCE repository](https://github.com/tinymce/tinymce)._