Subversion Repositories oidplus

Rev

Rev 637 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
# TinyMCE
2
 
637 daniel-mar 3
The world's #1 open source rich text editor.
597 daniel-mar 4
 
1422 daniel-mar 5
**Using an old version of TinyMCE?** We recommend you to upgrade to TinyMCE 6 to continue receiving security updates, or consider [TinyMCE 5 LTS](https://www.tiny.cloud/long-term-support/) if you need more time to upgrade.
6
 
637 daniel-mar 7
Used and trusted by millions of developers, TinyMCE is the world’s most customizable, scalable, and flexible rich text editor. We’ve helped launch the likes of Atlassian, Medium, Evernote (and lots more that we can’t tell you), by empowering them to create exceptional content and experiences for their users.
597 daniel-mar 8
 
637 daniel-mar 9
With more than 350M+ downloads every year, we’re also one of the most trusted enterprise-grade open source HTML editors on the internet. There’s currently more than 100M+ products worldwide, powered by Tiny. As a high powered WYSIWYG editor, TinyMCE is built to scale, designed to innovate, and thrives on delivering results to difficult edge-cases.
597 daniel-mar 10
 
637 daniel-mar 11
You can access a [full featured demo of TinyMCE](https://www.tiny.cloud/docs/demo/full-featured/) in the docs on the TinyMCE website.
12
 
597 daniel-mar 13
<p align="center">
14
  <img alt="Screenshot of the TinyMCE Editor" src="https://www.tiny.cloud/storage/github-readme-images/tinymce-editor.png"\>
15
</p>
16
 
17
## Get started with TinyMCE
18
 
637 daniel-mar 19
Getting started with the TinyMCE rich text editor is easy, and for simple configurations can be done in less than 5 minutes.
20
 
597 daniel-mar 21
[TinyMCE Cloud Deployment Quick Start Guide](https://www.tiny.cloud/docs/quick-start/)
22
 
23
[TinyMCE Self-hosted Deployment Guide](https://www.tiny.cloud/docs/general-configuration-guide/advanced-install/)
24
 
25
TinyMCE provides a range of configuration options that allow you to integrate it into your application. Start customizing with a [basic setup](https://www.tiny.cloud/docs/general-configuration-guide/basic-setup/).
26
 
27
Configure it for one of three modes of editing:
28
 
29
- [TinyMCE classic editing mode](https://www.tiny.cloud/docs/general-configuration-guide/use-tinymce-classic/).
30
- [TinyMCE inline editing mode](https://www.tiny.cloud/docs/general-configuration-guide/use-tinymce-inline/).
31
- [TinyMCE distraction-free editing mode](https://www.tiny.cloud/docs/general-configuration-guide/use-tinymce-distraction-free/).
32
 
33
## Features
34
 
35
### Integration
36
 
37
TinyMCE is easily integrated into your projects with the help of components such as:
38
 
39
- [tinymce-react](https://github.com/tinymce/tinymce-react)
40
- [tinymce-vue](https://github.com/tinymce/tinymce-vue)
41
- [tinymce-angular](https://github.com/tinymce/tinymce-angular)
42
 
637 daniel-mar 43
With over 29 integrations, and 400+ APIs, see the TinyMCE docs for a full list of editor [integrations](https://www.tiny.cloud/docs/integrations/).
597 daniel-mar 44
 
45
### Customization
46
 
637 daniel-mar 47
It is easy to [configure the UI](https://www.tiny.cloud/docs/general-configuration-guide/customize-ui/) of your rich text editor to match the design of your site, product or application. Due to its flexibility, you can [configure the editor](https://www.tiny.cloud/docs/general-configuration-guide/basic-setup/) with as much or as little functionality as you like, depending on your requirements.
597 daniel-mar 48
 
637 daniel-mar 49
With [50+ powerful plugins available](https://www.tiny.cloud/apps/), and content editable as the basis of TinyMCE, adding additional functionality is as simple as including a single line of code.
597 daniel-mar 50
 
637 daniel-mar 51
Realizing the full power of most plugins requires only a few lines more.
52
 
597 daniel-mar 53
### Extensibility
54
 
637 daniel-mar 55
Sometimes your editor requirements can be quite unique, and you need the freedom and flexibility to innovate. Thanks to TinyMCE being open source, you can view the source code and develop your own extensions for custom functionality to meet your own requirements.
597 daniel-mar 56
 
637 daniel-mar 57
The TinyMCE [API](https://www.tiny.cloud/docs/api/) is exposed to make it easier for you to write custom functionality that fits within the existing framework of TinyMCE [UI components](https://www.tiny.cloud/docs/ui-components/).
58
 
597 daniel-mar 59
### Extended Features and Support
60
 
61
For the professional software teams that require more in-depth efficiency, compliance or collaborative features built to enterprise-grade standards, please [get in touch with our team](https://www.tiny.cloud/contact/).
62
 
63
Tiny also offers dedicated SLAs and support for professional development teams.
64
 
65
## Compiling and contributing
66
 
67
In 2019 the decision was made to transition our codebase to a monorepo. For information on compiling and contributing, see: [contribution guidelines](https://github.com/tinymce/tinymce/blob/master/CONTRIBUTING.md).
68
 
69
As an open source product, we encourage and support the active development of our software.
70
 
71
## Want more information?
72
 
73
Visit the [TinyMCE website](https://tiny.cloud/) and check out the [TinyMCE documentation](https://www.tiny.cloud/docs/).