Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# TinyMCE
2
 
3
The world's #1 open source rich text editor.
4
 
1441 ariadna 5
**Using an old version of TinyMCE?** We recommend you to upgrade to TinyMCE 7 to continue receiving security updates, or consider [TinyMCE 5 LTS](https://www.tiny.cloud/long-term-support/) if you need more time to upgrade.
1 efrain 6
 
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.
8
 
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.
10
 
1441 ariadna 11
You can access a [full featured demo of TinyMCE](https://www.tiny.cloud/docs/tinymce/7/premium-full-featured/) in the docs on the TinyMCE website.
1 efrain 12
 
13
<p align="center">
14
  <img alt="Screenshot of the TinyMCE Editor" src="https://www.tiny.cloud/storage/github-readme-images/tinymce-editor-6x.png"\>
15
</p>
16
 
17
## Get started with TinyMCE
18
 
19
Getting started with the TinyMCE rich text editor is easy, and for simple configurations can be done in less than 5 minutes.
20
 
1441 ariadna 21
[TinyMCE Cloud Deployment Quick Start Guide](https://www.tiny.cloud/docs/tinymce/7/cloud-quick-start/)
1 efrain 22
 
1441 ariadna 23
[TinyMCE Self-hosted Deployment Guide](https://www.tiny.cloud/docs/tinymce/7/npm-projects/)
1 efrain 24
 
1441 ariadna 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/tinymce/7/basic-setup/).
1 efrain 26
 
27
Configure it for one of three modes of editing:
28
 
1441 ariadna 29
- [TinyMCE classic editing mode](https://www.tiny.cloud/docs/tinymce/7/use-tinymce-classic/).
30
- [TinyMCE inline editing mode](https://www.tiny.cloud/docs/tinymce/7/use-tinymce-inline/).
31
- [TinyMCE distraction-free editing mode](https://www.tiny.cloud/docs/tinymce/7/use-tinymce-distraction-free/).
1 efrain 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
 
1441 ariadna 43
With over 29 integrations, and 400+ APIs, see the TinyMCE docs for a full list of editor [integrations](https://www.tiny.cloud/docs/tinymce/7/integrations/).
1 efrain 44
 
45
### Customization
46
 
1441 ariadna 47
It is easy to [configure the UI](https://www.tiny.cloud/docs/tinymce/7/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/tinymce/7/basic-setup/) with as much or as little functionality as you like, depending on your requirements.
1 efrain 48
 
49
With [50+ powerful plugins available](https://www.tiny.cloud/tinymce/features/), and content editable as the basis of TinyMCE, adding additional functionality is as simple as including a single line of code.
50
 
51
Realizing the full power of most plugins requires only a few lines more.
52
 
53
### Extensibility
54
 
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.
56
 
1441 ariadna 57
The TinyMCE [API](https://www.tiny.cloud/docs/tinymce/7/apis/tinymce.root/) 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/tinymce/7/custom-ui-components/).
1 efrain 58
 
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/).
1441 ariadna 74
 
75
## License
76
 
77
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.