Skip to content

Commit fd03181

Browse files
committed
Auto-generated commit
1 parent d18fc9e commit fd03181

File tree

218 files changed

+150642
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+150642
-3
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
1010
<body>
1111
<app-root></app-root>
12-
<script src="runtime.5b6f5de6a1cab1bb.js" type="module"></script><script src="polyfills.b572e7cc700b1c8c.js" type="module"></script><script src="main.48470097a70d9eaa.js" type="module"></script></body>
12+
<script src="runtime.5b6f5de6a1cab1bb.js" type="module"></script><script src="polyfills.b572e7cc700b1c8c.js" type="module"></script><script src="main.f7b3361756232308.js" type="module"></script></body>
1313
</html>

assets/tinymce/CHANGELOG.md

Lines changed: 3785 additions & 0 deletions
Large diffs are not rendered by default.

assets/tinymce/README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# TinyMCE
2+
3+
The world's #1 open source rich text editor.
4+
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.
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+
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.
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+
21+
[TinyMCE Cloud Deployment Quick Start Guide](https://www.tiny.cloud/docs/tinymce/7/cloud-quick-start/)
22+
23+
[TinyMCE Self-hosted Deployment Guide](https://www.tiny.cloud/docs/tinymce/7/npm-projects/)
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/tinymce/7/basic-setup/).
26+
27+
Configure it for one of three modes of editing:
28+
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/).
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+
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/).
44+
45+
### Customization
46+
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.
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+
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/).
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/).
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.

assets/tinymce/bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "tinymce",
3+
"description": "Web based JavaScript HTML WYSIWYG editor control.",
4+
"license": "GPL-2.0-or-later",
5+
"keywords": [
6+
"wysiwyg",
7+
"tinymce",
8+
"richtext",
9+
"javascript",
10+
"html",
11+
"text",
12+
"rich editor",
13+
"rich text editor",
14+
"rte",
15+
"rich text",
16+
"contenteditable",
17+
"editing"
18+
],
19+
"homepage": "https://www.tiny.cloud/",
20+
"ignore": [
21+
"README.md",
22+
"composer.json",
23+
"package.json",
24+
".npmignore",
25+
"CHANGELOG.md"
26+
]
27+
}

assets/tinymce/composer.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"name": "tinymce/tinymce",
3+
"version": "7.9.1",
4+
"description": "Web based JavaScript HTML WYSIWYG editor control.",
5+
"license": [
6+
"GPL-2.0-or-later"
7+
],
8+
"keywords": [
9+
"wysiwyg",
10+
"tinymce",
11+
"richtext",
12+
"javascript",
13+
"html",
14+
"text",
15+
"rich editor",
16+
"rich text editor",
17+
"rte",
18+
"rich text",
19+
"contenteditable",
20+
"editing"
21+
],
22+
"homepage": "https://www.tiny.cloud/",
23+
"type": "component",
24+
"extra": {
25+
"component": {
26+
"scripts": [
27+
"tinymce.js",
28+
"plugins/*/plugin.js",
29+
"themes/*/theme.js",
30+
"models/*/model.js",
31+
"icons/*/icons.js"
32+
],
33+
"files": [
34+
"tinymce.min.js",
35+
"plugins/*/plugin.min.js",
36+
"themes/*/theme.min.js",
37+
"models/*/model.min.js",
38+
"skins/**",
39+
"icons/*/icons.min.js"
40+
]
41+
}
42+
},
43+
"archive": {
44+
"exclude": [
45+
"README.md",
46+
"bower.js",
47+
"package.json",
48+
".npmignore",
49+
"CHANGELOG.md"
50+
]
51+
}
52+
}

0 commit comments

Comments
 (0)