Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
# TinyMCE
1
# TinyMCE
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
The world's #1 open source rich text editor.
3
The world's #1 open source rich text editor.
Línea 4... Línea 4...
4
 
4
 
Línea 5... Línea 5...
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.
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.
Línea 6... Línea 6...
6
 
6
 
Línea 7... Línea 7...
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.
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
 
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.
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.
Línea 10... Línea 10...
10
 
10
 
Línea 11... Línea 11...
11
You can access a [full featured demo of TinyMCE](https://www.tiny.cloud/docs/tinymce/6/premium-full-featured/) in the docs on the TinyMCE website.
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.
Línea 12... Línea 12...
12
 
12
 
Línea 13... Línea 13...
13
<p align="center">
13
<p align="center">
Línea 14... Línea 14...
14
  <img alt="Screenshot of the TinyMCE Editor" src="https://www.tiny.cloud/storage/github-readme-images/tinymce-editor-6x.png"\>
14
  <img alt="Screenshot of the TinyMCE Editor" src="https://www.tiny.cloud/storage/github-readme-images/tinymce-editor-6x.png"\>
Línea 15... Línea 15...
15
</p>
15
</p>
Línea 16... Línea 16...
16
 
16
 
17
## Get started with TinyMCE
17
## Get started with TinyMCE
18
 
18
 
Línea 19... Línea 19...
19
Getting started with the TinyMCE rich text editor is easy, and for simple configurations can be done in less than 5 minutes.
19
Getting started with the TinyMCE rich text editor is easy, and for simple configurations can be done in less than 5 minutes.
Línea 20... Línea 20...
20
 
20
 
Línea 38... Línea 38...
38
 
38
 
39
- [tinymce-react](https://github.com/tinymce/tinymce-react)
39
- [tinymce-react](https://github.com/tinymce/tinymce-react)
40
- [tinymce-vue](https://github.com/tinymce/tinymce-vue)
40
- [tinymce-vue](https://github.com/tinymce/tinymce-vue)
Línea 41... Línea 41...
41
- [tinymce-angular](https://github.com/tinymce/tinymce-angular)
41
- [tinymce-angular](https://github.com/tinymce/tinymce-angular)
Línea 42... Línea 42...
42
 
42
 
Línea 43... Línea 43...
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/6/integrations/).
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/).
Línea 44... Línea 44...
44
 
44
 
Línea 45... Línea 45...
45
### Customization
45
### Customization
Línea 46... Línea 46...
46
 
46
 
Línea 47... Línea 47...
47
It is easy to [configure the UI](https://www.tiny.cloud/docs/tinymce/6/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/6/basic-setup/) with as much or as little functionality as you like, depending on your requirements.
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.
Línea 48... Línea 48...
48
 
48
 
Línea 49... Línea 49...
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.
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.
Línea 50... Línea 50...
50
 
50
 
Línea 69... Línea 69...
69
As an open source product, we encourage and support the active development of our software.
69
As an open source product, we encourage and support the active development of our software.
Línea 70... Línea 70...
70
 
70
 
Línea 71... Línea 71...
71
## Want more information?
71
## Want more information?
-
 
72
 
-
 
73
Visit the [TinyMCE website](https://tiny.cloud/) and check out the [TinyMCE documentation](https://www.tiny.cloud/docs/).
-
 
74
 
-
 
75
## License