Skip to content

Commit fcfb0c0

Browse files
committed
DOC-3202: update plugin exosystem information.
1 parent 0cca86c commit fcfb0c0

File tree

3 files changed

+31
-36
lines changed

3 files changed

+31
-36
lines changed

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ asciidoc:
4040
supportname: Tiny Support
4141
contactsales: Contact Sales
4242
betaprogram: Tiny Insights Program
43+
productcorename: TinyMCE Core (Open Source)
4344
#### some plugin names
4445
prem_skins_icons: Enhanced Skins & Icon Packs
4546
#### Plan names

modules/ROOT/pages/migration-from-4x.adoc

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,22 @@ content_css: "dark",
2929

3030
=== Plugin Ecosystem
3131

32-
The {productname} plugin ecosystem was significantly restructured in version 6.0, with several plugins being removed, folded into the core, or reclassified as premium features. The following breakdown clarifies the status of each affected plugin.
32+
The {productname} plugin ecosystem was significantly restructured in version 6.0, with several plugins being removed, folded into the {productcorename}, or reclassified as premium features. The following breakdown clarifies the status of each affected plugin.
3333

3434
* **Removed Plugins** (no longer available as of {productname} 6.0):
35-
** `colorpicker`: Deprecated in 5.0; functionality absorbed into core. Removed in 6.0.
36-
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into the core editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
37-
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and editor core.
38-
** `bbcode`: Deprecated in 5.9.0. Removed in 6.0.
39-
** `fullpage`: Deprecated in 5.9.0. Removed in 6.0.
40-
** `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
41-
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0. Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
42-
** `template`: Removed in {release-version}. Integrators are encouraged to migrate to the premium xref:advanced-templates.adoc[Templates] plugin.
43-
** `imagetools`: Removed in 6.0. Replaced by the Premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
44-
45-
* **Integrated into Core**:
46-
** `paste`, `hr`, `noneditable`, `table`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
35+
** `bbcode`, `fullpage`, `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
36+
37+
* **Integrated into {productcorename}**:
38+
** `paste`, `hr`, `noneditable`, `table`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productcorename} and no longer require separate installation.
39+
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productcorename} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
40+
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productcorename}.
4741

4842
* **Now Premium Only**:
49-
** `spellchecker`, `editimage`, `mediaembed`, `tableofcontents`: These features are available through premium plugins.
43+
** `mediaembed`, `tableofcontents`: These features are available through premium plugins.
44+
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0.
45+
*** Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
46+
** `template`: Removed in {release-version}. Replaced by the premium xref:advanced-templates.adoc[Templates] plugin.
47+
** `imagetools`: Removed in 6.0. Replaced by the premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
5048

5149
==== Plugin Migration Tips
5250

@@ -64,8 +62,8 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
6462
* `imagetools`: (removed in v6):
6563
** Use the premium xref:editimage.adoc[Enhanced Image Editing] or xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin for image editing capabilities.
6664

67-
[NOTE]
68-
====
65+
==== Toolbar and Menu name changes
66+
6967
If you used the following toolbar buttons or menu options, they have changed names across major {productname} versions. Please refer to the release notes for each version for complete migration details.
7068

7169
{productname} 5 → {productname} 6:
@@ -84,11 +82,10 @@ If you used the following toolbar buttons or menu options, they have changed nam
8482

8583
{productname} 6 → {productname} 7:
8684

87-
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from the core and are now provided by the `lists` plugin.
85+
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productcorename} and are now provided by the `lists` plugin.
8886
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
8987

9088
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
91-
====
9289

9390
TIP: Always refer to the latest plugin documentation at xref:plugins.adoc[plugins] for up-to-date availability and migration guidance.
9491

modules/ROOT/pages/migration-from-5x.adoc

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,19 @@ content_css: "dark",
3131
The {productname} plugin ecosystem underwent a significant overhaul starting in version 6.0, with many plugins either removed, integrated into the core, or made premium-only. The following summarizes these changes.
3232

3333
* **Removed Plugins** (no longer available as of {productname} 6.0):
34-
** `colorpicker`: Deprecated in 5.0; functionality absorbed into core. Removed in 6.0.
35-
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into the core editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
36-
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and editor core.
37-
** `bbcode`: Deprecated in 5.9.0. Removed in 6.0.
38-
** `fullpage`: Deprecated in 5.9.0. Removed in 6.0.
39-
** `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
40-
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0. Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
41-
** `template`: Removed in {release-version}. Integrators are encouraged to migrate to the premium xref:advanced-templates.adoc[Templates] plugin.
42-
** `imagetools`: Removed in 6.0. Replaced by the Premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
43-
44-
* **Integrated into Core**:
45-
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
34+
** `bbcode`, `fullpage`, `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
35+
36+
* **Integrated into {productcorename}**:
37+
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productcorename} and no longer require separate installation.
38+
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productcorename} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
39+
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productcorename}.
4640

4741
* **Now Premium Only**:
48-
** `spellchecker`, `editimage`, `mediaembed`, `tableofcontents`: These features are available through premium plugins.
42+
** `mediaembed`, `tableofcontents`: These features are available through premium plugins.
43+
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0.
44+
*** Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
45+
** `template`: Removed in {release-version}. Replaced by the premium xref:advanced-templates.adoc[Templates] plugin.
46+
** `imagetools`: Removed in 6.0. Replaced by the premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
4947
** `toc`: Renamed to `tableofcontents` and now premium.
5048
** `advtemplate`: Replaces the `template` plugin for advanced templating use cases.
5149

@@ -65,8 +63,8 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
6563
* `imagetools`: (removed in v6):
6664
** Use the premium xref:editimage.adoc[Enhanced Image Editing] or xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin for image editing capabilities.
6765

68-
[NOTE]
69-
====
66+
==== Toolbar and Menu name changes
67+
7068
If you used the following toolbar buttons or menu options, they have changed names across major {productname} versions. Please refer to the release notes for each version for complete migration details.
7169

7270
{productname} 5 → {productname} 6:
@@ -85,11 +83,10 @@ If you used the following toolbar buttons or menu options, they have changed nam
8583

8684
{productname} 6 → {productname} 7:
8785

88-
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from the core and are now provided by the `lists` plugin.
86+
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productcorename} and are now provided by the `lists` plugin.
8987
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
9088

9189
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
92-
====
9390

9491
TIP: Always refer to the latest plugin documentation at xref:plugins.adoc[plugins] for up-to-date availability and migration guidance.
9592

@@ -176,7 +173,7 @@ Refer to version-specific release notes for changes in toolbar button names and
176173
177174
{productname} 6 → {productname} 7:
178175
179-
* `InsertOrderedList` / `InsertUnorderedList` commands removed from core (use `lists` plugin).
176+
* `InsertOrderedList` / `InsertUnorderedList` commands removed from {productcorename} (use `lists` plugin).
180177
* Default text pattern triggers updated from `Enter` to `Space`, configurable via `trigger`.
181178
====
182179

0 commit comments

Comments
 (0)