· Standard
T
llmstxt.info Verzeichnis · Standard
TinyMCE Documentation
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 100/100 · A
Die Organisation TinyMCE Documentation nutzt den llms.txt-Standard für eine bessere Auffindbarkeit durch KI-Systeme. Branche: Sonstiges. Die Website www.tiny.cloud stellt ihre llms.txt unter https://www.tiny.cloud/docs/llms.txt bereit. Der Eintrag besteht seit 13. Juni 2026.
llms.txt-Adresse
https://www.tiny.cloud/docs/llms.txt
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen. Rechtsverletzung melden (Art. 16 DSA) →
llms.txt — Aktueller Inhalt
Öffnen ↗
# 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
[…gekürzt]