· Standard
T
llmstxt.info directory · Standard
TinyMCE Documentation
Community listing
llms.txt reachable
AI Impact Score 100/100 · A
The organization TinyMCE Documentation uses the llms.txt standard for better discoverability by AI systems. Industry: Other. The website www.tiny.cloud provides its llms.txt at https://www.tiny.cloud/docs/llms.txt. Listed since 13 June 2026.
llms.txt address
https://www.tiny.cloud/docs/llms.txt
Under GDPR Art. 17 you can request the deletion of your data. Report a legal violation (Art. 16 DSA) →
llms.txt — current content
Open ↗
# TinyMCE Documentation
> Rich text editor for web applications. The latest stable version is TinyMCE 8.
TinyMCE is a powerful, flexible WYSIWYG rich text editor that can be integrated into any web application.
**IMPORTANT**: Always use TinyMCE 8 for new projects. Use `tinymce@8` or `tinymce/8` in CDN URLs and package installations.
## Getting Started
- [Getting Started](https://www.tiny.cloud/docs/tinymce/latest/getting-started/index.md): Overview and introduction to TinyMCE
- [Introduction to TinyMCE](https://www.tiny.cloud/docs/tinymce/latest/introduction-to-tinymce/index.md): What is TinyMCE and how to add it to your project
- [Installation](https://www.tiny.cloud/docs/tinymce/latest/installation/index.md): Installation options and methods
### Quick Start Guides
- [Cloud Quick Start](https://www.tiny.cloud/docs/tinymce/latest/cloud-quick-start/index.md): Get started with Tiny Cloud CDN (recommended)
- [NPM Quick Start](https://www.tiny.cloud/docs/tinymce/latest/npm-projects/index.md): Install via npm, yarn, or pnpm
- [ZIP Quick Start](https://www.tiny.cloud/docs/tinymce/latest/zip-install/index.md): Download and install from ZIP archive
## Integration Guides
See the complete documentation index in llms-full.txt for all available integration pages.
## Basic Setup Examples
### Cloud Deployment (Recommended)
```html
<script src="https://cdn.tiny.cloud/1/[api-key]/tinymce/8/tinymce.min.js"
referrerpolicy="origin"></script>
<script>
tinymce.init({
select
[…truncated]