From 902f4137ba1c8fc7a799f87919f1779341d8a48c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 10 Nov 2025 15:19:49 +1000 Subject: [PATCH 1/2] DOC-3321: Remove Plupload mentions from demo HTML and replace with modern upload reference. --- .../index.html | 2 +- .../live-demos/{plugincode}/index.html | 2 +- .../live-demos/a11ychecker/index.html | 2 +- .../examples/live-demos/accordion/index.html | 4 +- .../advtemplate-insertionpoint/index.html | 2 +- .../live-demos/annotations/index.html | 15 +++---- .../live-demos/basic-example/index.html | 17 +++----- .../examples/live-demos/casechange/index.html | 15 +++---- .../live-demos/context-form/index.html | 2 +- .../live-demos/context-menu/index.html | 15 +++---- .../live-demos/custom-menu-item/index.html | 2 +- .../custom-toolbar-button/index.html | 4 +- .../custom-toolbar-group-button/index.html | 4 +- .../index.html | 4 +- .../custom-toolbar-menu-button/index.html | 4 +- .../custom-toolbar-split-button/index.html | 4 +- .../custom-toolbar-toggle-button/index.html | 4 +- .../live-demos/custom-view/index.html | 2 +- .../examples/live-demos/dark-mode/index.html | 15 +++---- .../live-demos/drive-demo-dropbox/index.html | 2 +- .../drive-demo-googledrive/index.html | 2 +- .../examples/live-demos/edit-image/index.html | 15 +++---- .../index.html | 2 +- .../examples/live-demos/footnotes/index.html | 2 +- .../live-demos/format-custom/index.html | 15 +++---- .../live-demos/format-painter/index.html | 15 +++---- .../live-demos/full-featured/index.html | 15 +++---- .../live-demos/full-featured/index.js | 39 ++++++------------- .../ie-template-creation/index.html | 4 +- .../live-demos/linkchecker/index.html | 6 +-- .../examples/live-demos/mentions/index.html | 13 ++----- .../live-demos/noneditable-class/index.html | 2 +- .../live-demos/noneditable-regexp/index.html | 2 +- .../live-demos/notifications/index.html | 8 ++-- .../live-demos/open-source-plugins/index.html | 17 +++----- .../examples/live-demos/page-embed/index.html | 15 +++---- .../live-demos/paste-from-word/index.html | 4 +- .../live-demos/permanent-pen/index.html | 15 +++---- .../live-demos/revisionhistory/index.html | 15 +++---- .../live-demos/revisionhistory/index.js | 39 ++++++------------- .../suggestededits-access-feedback/index.html | 15 +++---- .../suggestededits-access-read/index.html | 15 +++---- .../suggestededits-auto-approve/index.html | 17 +++----- .../live-demos/suggestededits/index.html | 17 +++----- .../live-demos/tableofcontents/index.html | 4 +- .../examples/live-demos/ui-mode/index.html | 17 +++----- .../live-demos/valid-elements/index.html | 17 +++----- 47 files changed, 169 insertions(+), 299 deletions(-) diff --git a/-new-material-templates/integration-example-(ie)-templates/ROOT/examples/live-demos/ie-{hyphen-delimited-descriptor}/index.html b/-new-material-templates/integration-example-(ie)-templates/ROOT/examples/live-demos/ie-{hyphen-delimited-descriptor}/index.html index 1bbeb69f42..49174a155f 100644 --- a/-new-material-templates/integration-example-(ie)-templates/ROOT/examples/live-demos/ie-{hyphen-delimited-descriptor}/index.html +++ b/-new-material-templates/integration-example-(ie)-templates/ROOT/examples/live-demos/ie-{hyphen-delimited-descriptor}/index.html @@ -9,7 +9,7 @@

Found a bug?

Finally…

-

Don’t forget to check out Plupload, the upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE. We hope it helps you and your users create great content.

All the best from the TinyMCE team.

diff --git a/-new-material-templates/plugin-documentation-templates/ROOT/examples/live-demos/{plugincode}/index.html b/-new-material-templates/plugin-documentation-templates/ROOT/examples/live-demos/{plugincode}/index.html index ebe4fa70ca..108e0f8c2a 100644 --- a/-new-material-templates/plugin-documentation-templates/ROOT/examples/live-demos/{plugincode}/index.html +++ b/-new-material-templates/plugin-documentation-templates/ROOT/examples/live-demos/{plugincode}/index.html @@ -9,7 +9,7 @@

Found a bug?

Finally…

-

Don’t forget to check out Plupload, the upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE. We hope it helps you and your users create great content.

All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/a11ychecker/index.html b/modules/ROOT/examples/live-demos/a11ychecker/index.html index b703f965d8..bd327e8467 100644 --- a/modules/ROOT/examples/live-demos/a11ychecker/index.html +++ b/modules/ROOT/examples/live-demos/a11ychecker/index.html @@ -3,7 +3,7 @@

Note: This demo has been crafted to intentionally trigger most of our accessibility rules for demonstration purposes.


The Tiny Logo

-

This is a link to this demo. The same link has been added to logo to the left.

+

This is a link to this demo. The same link has been added to logo to the left.

* This is a list.

* That has been poorly formatted.

* By using asterisks, instead of using <ul><li> elements.

diff --git a/modules/ROOT/examples/live-demos/accordion/index.html b/modules/ROOT/examples/live-demos/accordion/index.html index da9511281f..770f71e96d 100644 --- a/modules/ROOT/examples/live-demos/accordion/index.html +++ b/modules/ROOT/examples/live-demos/accordion/index.html @@ -30,7 +30,7 @@

The Accordion plugin

Got questions or need help?

@@ -41,7 +41,7 @@

Found a bug?

Finally…

-

Check out Plupload, an upload solution that features HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE. We hope it helps you in creating great content.

diff --git a/modules/ROOT/examples/live-demos/advtemplate-insertionpoint/index.html b/modules/ROOT/examples/live-demos/advtemplate-insertionpoint/index.html index e56f57d984..fe39520616 100644 --- a/modules/ROOT/examples/live-demos/advtemplate-insertionpoint/index.html +++ b/modules/ROOT/examples/live-demos/advtemplate-insertionpoint/index.html @@ -33,7 +33,7 @@

Noting the difference

Working with Merge Tags

-

The second pre-defined template in this demonstration — the Letter outline template — shows the {{prefix}}mce-cursor{{suffix}} string working in conjunction with the Merge Tags Premium plugin.

+

The second pre-defined template in this demonstration — the Letter outline template — shows the {{prefix}}mce-cursor{{suffix}} string working in conjunction with the Merge Tags Premium plugin.

The fixed string that is the Insertion Point Marker uses the same delimiting characters as are used by default by the Merge Tags plugin.

diff --git a/modules/ROOT/examples/live-demos/annotations/index.html b/modules/ROOT/examples/live-demos/annotations/index.html index b6431313f9..23f380f836 100644 --- a/modules/ROOT/examples/live-demos/annotations/index.html +++ b/modules/ROOT/examples/live-demos/annotations/index.html @@ -7,7 +7,7 @@
Note, this includes some "enterprise/premium" fe

Got questions or need help?

@@ -23,14 +23,9 @@

A simple table to play with

- TinyMCE Cloud - Get started for free - YES! - - - Plupload - Free - YES! + TinyMCE Cloud + Get started for free + YES! @@ -39,6 +34,6 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/basic-example/index.html b/modules/ROOT/examples/live-demos/basic-example/index.html index 4bd3eb0be4..9095f5bc0f 100644 --- a/modules/ROOT/examples/live-demos/basic-example/index.html +++ b/modules/ROOT/examples/live-demos/basic-example/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -22,14 +22,9 @@

A simple table to play with

- TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -40,10 +35,10 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

-

Finally ...

+

Finally …

- Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/casechange/index.html b/modules/ROOT/examples/live-demos/casechange/index.html index 60c0b6b1c0..643633d7ad 100644 --- a/modules/ROOT/examples/live-demos/casechange/index.html +++ b/modules/ROOT/examples/live-demos/casechange/index.html @@ -10,7 +10,7 @@

Welcome to Case Change!

Got questions or need help?

@@ -27,14 +27,9 @@

A simple table to play with

- TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -48,7 +43,7 @@

Found a bug?

Finally ...

- Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you in creating great content.
All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/context-form/index.html b/modules/ROOT/examples/live-demos/context-form/index.html index 6d4b0f0ded..f8046043af 100644 --- a/modules/ROOT/examples/live-demos/context-form/index.html +++ b/modules/ROOT/examples/live-demos/context-form/index.html @@ -1,7 +1,7 @@ diff --git a/modules/ROOT/examples/live-demos/context-menu/index.html b/modules/ROOT/examples/live-demos/context-menu/index.html index 33fbdf4b06..494dd3eb19 100644 --- a/modules/ROOT/examples/live-demos/context-menu/index.html +++ b/modules/ROOT/examples/live-demos/context-menu/index.html @@ -11,7 +11,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -28,14 +28,9 @@

A simple table to play with

- TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -49,7 +44,7 @@

Found a bug?

Finally ...

- Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/custom-menu-item/index.html b/modules/ROOT/examples/live-demos/custom-menu-item/index.html index 28e3fba9fb..179e753dd4 100644 --- a/modules/ROOT/examples/live-demos/custom-menu-item/index.html +++ b/modules/ROOT/examples/live-demos/custom-menu-item/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

diff --git a/modules/ROOT/examples/live-demos/custom-toolbar-button/index.html b/modules/ROOT/examples/live-demos/custom-toolbar-button/index.html index 8a9897bf84..4bd81cce73 100644 --- a/modules/ROOT/examples/live-demos/custom-toolbar-button/index.html +++ b/modules/ROOT/examples/live-demos/custom-toolbar-button/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -14,7 +14,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/custom-toolbar-group-button/index.html b/modules/ROOT/examples/live-demos/custom-toolbar-group-button/index.html index fea55d32a1..26a96f2ca9 100644 --- a/modules/ROOT/examples/live-demos/custom-toolbar-group-button/index.html +++ b/modules/ROOT/examples/live-demos/custom-toolbar-group-button/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -14,7 +14,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/custom-toolbar-menu-button-search/index.html b/modules/ROOT/examples/live-demos/custom-toolbar-menu-button-search/index.html index aca75931d4..1ab7f0002d 100644 --- a/modules/ROOT/examples/live-demos/custom-toolbar-menu-button-search/index.html +++ b/modules/ROOT/examples/live-demos/custom-toolbar-menu-button-search/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -14,7 +14,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/custom-toolbar-menu-button/index.html b/modules/ROOT/examples/live-demos/custom-toolbar-menu-button/index.html index 6af3cb7ad3..1193900b7e 100644 --- a/modules/ROOT/examples/live-demos/custom-toolbar-menu-button/index.html +++ b/modules/ROOT/examples/live-demos/custom-toolbar-menu-button/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -14,7 +14,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/custom-toolbar-split-button/index.html b/modules/ROOT/examples/live-demos/custom-toolbar-split-button/index.html index de291fbe86..0edc490c2f 100644 --- a/modules/ROOT/examples/live-demos/custom-toolbar-split-button/index.html +++ b/modules/ROOT/examples/live-demos/custom-toolbar-split-button/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -14,7 +14,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/custom-toolbar-toggle-button/index.html b/modules/ROOT/examples/live-demos/custom-toolbar-toggle-button/index.html index 0b4c34f16c..ace66b87c9 100644 --- a/modules/ROOT/examples/live-demos/custom-toolbar-toggle-button/index.html +++ b/modules/ROOT/examples/live-demos/custom-toolbar-toggle-button/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -14,7 +14,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/custom-view/index.html b/modules/ROOT/examples/live-demos/custom-view/index.html index bbf0c27511..8222377a8e 100644 --- a/modules/ROOT/examples/live-demos/custom-view/index.html +++ b/modules/ROOT/examples/live-demos/custom-view/index.html @@ -5,7 +5,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

diff --git a/modules/ROOT/examples/live-demos/dark-mode/index.html b/modules/ROOT/examples/live-demos/dark-mode/index.html index bf19348cc0..1b69c11815 100644 --- a/modules/ROOT/examples/live-demos/dark-mode/index.html +++ b/modules/ROOT/examples/live-demos/dark-mode/index.html @@ -6,7 +6,7 @@

Welcome to the TinyMCE editor demo!

Got questions or need help?

@@ -23,14 +23,9 @@

A simple table to play with

- TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -44,7 +39,7 @@

Found a bug?

Finally ...

- Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/drive-demo-dropbox/index.html b/modules/ROOT/examples/live-demos/drive-demo-dropbox/index.html index 4e49dd6c22..cf99832971 100644 --- a/modules/ROOT/examples/live-demos/drive-demo-dropbox/index.html +++ b/modules/ROOT/examples/live-demos/drive-demo-dropbox/index.html @@ -6,7 +6,7 @@

The world's first rich text editor in the cloud

- One of these enhancements is Tiny Drive: imagine file management for TinyMCE, in the cloud, made super easy. Learn more at our working demo, where you'll find an opportunity to provide feedback to the product team. + One of these enhancements is Tiny Drive: imagine file management for TinyMCE, in the cloud, made super easy. Learn more at our working demo, where you'll find an opportunity to provide feedback to the product team.

An editor for every project

diff --git a/modules/ROOT/examples/live-demos/drive-demo-googledrive/index.html b/modules/ROOT/examples/live-demos/drive-demo-googledrive/index.html index 4e49dd6c22..cf99832971 100644 --- a/modules/ROOT/examples/live-demos/drive-demo-googledrive/index.html +++ b/modules/ROOT/examples/live-demos/drive-demo-googledrive/index.html @@ -6,7 +6,7 @@

The world's first rich text editor in the cloud

- One of these enhancements is Tiny Drive: imagine file management for TinyMCE, in the cloud, made super easy. Learn more at our working demo, where you'll find an opportunity to provide feedback to the product team. + One of these enhancements is Tiny Drive: imagine file management for TinyMCE, in the cloud, made super easy. Learn more at our working demo, where you'll find an opportunity to provide feedback to the product team.

An editor for every project

diff --git a/modules/ROOT/examples/live-demos/edit-image/index.html b/modules/ROOT/examples/live-demos/edit-image/index.html index e29fb98782..5d89b1edfc 100644 --- a/modules/ROOT/examples/live-demos/edit-image/index.html +++ b/modules/ROOT/examples/live-demos/edit-image/index.html @@ -7,7 +7,7 @@

Image Editing Plugin feature
Click on the image to get started

Got questions or need help?

@@ -22,14 +22,9 @@

A simple table to play with

- TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -38,7 +33,7 @@

Found a bug?

If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

Finally ...

-

Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/editable-class-and-editable-root/index.html b/modules/ROOT/examples/live-demos/editable-class-and-editable-root/index.html index d4b0a1f008..fad42fd904 100644 --- a/modules/ROOT/examples/live-demos/editable-class-and-editable-root/index.html +++ b/modules/ROOT/examples/live-demos/editable-class-and-editable-root/index.html @@ -20,7 +20,7 @@

Found a bug?

Finally…

-

Don’t forget to check out Plupload, the upload solution featuring HTML5 upload support.

+

Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

Thanks for supporting TinyMCE. We hope it helps you and your users create great content.

All the best from the TinyMCE team.

diff --git a/modules/ROOT/examples/live-demos/footnotes/index.html b/modules/ROOT/examples/live-demos/footnotes/index.html index 47176cd767..c4826e8358 100644 --- a/modules/ROOT/examples/live-demos/footnotes/index.html +++ b/modules/ROOT/examples/live-demos/footnotes/index.html @@ -16,7 +16,7 @@

Welcome to Footnotes

  • If there is a highlighted selection when a footnote is added, the new footnote is added to the end of the highlighted selection. 
  • Scrolling the document to the end, if necessary.
  • The footnotes section contains every footnote entry.
  • -
  • See Premium plugins for details.
  • +
  • See Premium plugins for details.
  • diff --git a/modules/ROOT/examples/live-demos/format-custom/index.html b/modules/ROOT/examples/live-demos/format-custom/index.html index 953b16c25b..518ff05902 100644 --- a/modules/ROOT/examples/live-demos/format-custom/index.html +++ b/modules/ROOT/examples/live-demos/format-custom/index.html @@ -8,7 +8,7 @@

    Welcome to the TinyMCE editor demo!

    Got questions or need help?

    @@ -24,14 +24,9 @@

    A simple table to play with

    - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -43,7 +38,7 @@

    Found a bug?

    Finally ...

    - Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/format-painter/index.html b/modules/ROOT/examples/live-demos/format-painter/index.html index 547c55ddec..21f6127e9d 100644 --- a/modules/ROOT/examples/live-demos/format-painter/index.html +++ b/modules/ROOT/examples/live-demos/format-painter/index.html @@ -6,7 +6,7 @@

    Welcome to the TinyMCE editor demo!

    Got questions or need help?

    @@ -23,14 +23,9 @@

    A simple table to play with

    - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -44,7 +39,7 @@

    Found a bug?

    Finally ...

    - Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/full-featured/index.html b/modules/ROOT/examples/live-demos/full-featured/index.html index 3aa21bc88b..3ecd9f004f 100644 --- a/modules/ROOT/examples/live-demos/full-featured/index.html +++ b/modules/ROOT/examples/live-demos/full-featured/index.html @@ -37,14 +37,9 @@

    A simple table to play with

    - TinyMCE Cloud - Get started for free - Yes! - - - Plupload - Free - Yes! + TinyMCE Cloud + Get started for free + Yes! @@ -88,9 +83,9 @@

    Found a bug?

    If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

    -

    Finally…

    +

    Finally …

    -

    Don’t forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.

    diff --git a/modules/ROOT/examples/live-demos/full-featured/index.js b/modules/ROOT/examples/live-demos/full-featured/index.js index 82cd2155b7..f1c27da7c6 100644 --- a/modules/ROOT/examples/live-demos/full-featured/index.js +++ b/modules/ROOT/examples/live-demos/full-featured/index.js @@ -391,21 +391,16 @@ const revisions = [ - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES!

    Found a bug?

    If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

    Finally ...

    -

    Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team.

    `, }, @@ -437,21 +432,16 @@ const revisions = [ - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES!

    Found a bug?

    If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

    Finally ...

    -

    Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team.

    `, }, @@ -483,21 +473,16 @@ const revisions = [ - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES!

    Found a bug?

    If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

    Finally ...

    -

    Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team.

    `, } diff --git a/modules/ROOT/examples/live-demos/ie-template-creation/index.html b/modules/ROOT/examples/live-demos/ie-template-creation/index.html index 1cd3c8b85d..07e21ea821 100644 --- a/modules/ROOT/examples/live-demos/ie-template-creation/index.html +++ b/modules/ROOT/examples/live-demos/ie-template-creation/index.html @@ -97,7 +97,7 @@

    Phase 3: implementation

    Got questions or need help?

    @@ -108,7 +108,7 @@

    Found a bug?

    Finally…

    -

    Don’t forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team.

    \ No newline at end of file diff --git a/modules/ROOT/examples/live-demos/linkchecker/index.html b/modules/ROOT/examples/live-demos/linkchecker/index.html index ab5230f825..f512db5eb0 100644 --- a/modules/ROOT/examples/live-demos/linkchecker/index.html +++ b/modules/ROOT/examples/live-demos/linkchecker/index.html @@ -15,7 +15,7 @@

    Canonically invalid domain-name strings

    Note each of them is:

      -
    1. turned into a clickable link by the Autolink plugin; and then, after a short delay, +
    2. turned into a clickable link by the Autolink plugin; and then, after a short delay,
    3. highlighted in red by the Link Checker plugin.
    @@ -29,14 +29,14 @@

    Valid domain-name strings

    1. www.tiny.cloud
    2. -
    3. www.plupload.com
    4. +
    5. www.uploadcare.com
    6. www.ephox.com

    Note each of them is:

      -
    1. turned into a clickable link by the Autolink plugin; and then +
    2. turned into a clickable link by the Autolink plugin; and then
    3. not highlighted in red by the Link Checker plugin.
    diff --git a/modules/ROOT/examples/live-demos/mentions/index.html b/modules/ROOT/examples/live-demos/mentions/index.html index 2a3de834e9..4009d999e9 100644 --- a/modules/ROOT/examples/live-demos/mentions/index.html +++ b/modules/ROOT/examples/live-demos/mentions/index.html @@ -21,14 +21,9 @@

    A simple table to play with

    - TinyMCE Cloud - Get started for free - Yes! - - - Plupload - Free - Yes! + TinyMCE Cloud + Get started for free + Yes! @@ -39,7 +34,7 @@

    Found a bug?

    Finally…

    -

    Don't forget to check out Plupload, the upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE. We hope it helps you and your users create great content.

    All the best from the TinyMCE team.

    diff --git a/modules/ROOT/examples/live-demos/noneditable-class/index.html b/modules/ROOT/examples/live-demos/noneditable-class/index.html index fb6b31a58a..498605926c 100644 --- a/modules/ROOT/examples/live-demos/noneditable-class/index.html +++ b/modules/ROOT/examples/live-demos/noneditable-class/index.html @@ -19,7 +19,7 @@

    Found a bug?

    Finally…

    -

    Don’t forget to check out Plupload, the upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE. We hope it helps you and your users create great content.

    All the best from the TinyMCE team.

    diff --git a/modules/ROOT/examples/live-demos/noneditable-regexp/index.html b/modules/ROOT/examples/live-demos/noneditable-regexp/index.html index a166653eed..0da3bc9538 100644 --- a/modules/ROOT/examples/live-demos/noneditable-regexp/index.html +++ b/modules/ROOT/examples/live-demos/noneditable-regexp/index.html @@ -29,7 +29,7 @@

    Found a bug?

    Finally…

    -

    Don’t forget to check out Plupload, the upload solution featuring HTML5 upload support.

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE. We hope it helps you and your users create great content.

    All the best from the TinyMCE team.

    diff --git a/modules/ROOT/examples/live-demos/notifications/index.html b/modules/ROOT/examples/live-demos/notifications/index.html index cee2734d91..2135829838 100644 --- a/modules/ROOT/examples/live-demos/notifications/index.html +++ b/modules/ROOT/examples/live-demos/notifications/index.html @@ -5,7 +5,7 @@

    Welcome to the TinyMCE editor demo!

    Got questions or need help?

    @@ -22,9 +22,9 @@

    A simple table to play with

    - TinyMCE - Free - YES! + TinyMCE + Free + YES! diff --git a/modules/ROOT/examples/live-demos/open-source-plugins/index.html b/modules/ROOT/examples/live-demos/open-source-plugins/index.html index 4cabc64091..5c10b83c03 100644 --- a/modules/ROOT/examples/live-demos/open-source-plugins/index.html +++ b/modules/ROOT/examples/live-demos/open-source-plugins/index.html @@ -5,7 +5,7 @@

    Welcome to the TinyMCE Cloud demo!

    Got questions or need help?

    @@ -21,14 +21,9 @@

    A simple table to play with

    - TinyMCE Cloud - Get started for free - YES! - - - Plupload - Free - YES! + TinyMCE Cloud + Get started for free + YES! @@ -36,7 +31,7 @@

    A simple table to play with

    Found a bug?

    If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

    -

    Finally ...

    -

    Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Finally …

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team.

    diff --git a/modules/ROOT/examples/live-demos/page-embed/index.html b/modules/ROOT/examples/live-demos/page-embed/index.html index b8b0a06f5d..6ff80ddae7 100644 --- a/modules/ROOT/examples/live-demos/page-embed/index.html +++ b/modules/ROOT/examples/live-demos/page-embed/index.html @@ -6,7 +6,7 @@

    Welcome to the TinyMCE editor demo!

    Got questions or need help?

    @@ -23,14 +23,9 @@

    A simple table to play with

    - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -44,7 +39,7 @@

    Found a bug?

    Finally ...

    - Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support. + Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team. diff --git a/modules/ROOT/examples/live-demos/paste-from-word/index.html b/modules/ROOT/examples/live-demos/paste-from-word/index.html index 72fb56f2e3..653b8ffade 100644 --- a/modules/ROOT/examples/live-demos/paste-from-word/index.html +++ b/modules/ROOT/examples/live-demos/paste-from-word/index.html @@ -1,7 +1,7 @@ diff --git a/modules/ROOT/examples/live-demos/valid-elements/index.html b/modules/ROOT/examples/live-demos/valid-elements/index.html index 256dac10f3..6213b8aa2c 100644 --- a/modules/ROOT/examples/live-demos/valid-elements/index.html +++ b/modules/ROOT/examples/live-demos/valid-elements/index.html @@ -4,7 +4,7 @@

    Welcome to the TinyMCE editor demo!

    Got questions or need help?

    @@ -20,14 +20,9 @@

    A simple table to play with

    - TinyMCE - Free - YES! - - - Plupload - Free - YES! + TinyMCE + Free + YES! @@ -35,7 +30,7 @@

    A simple table to play with

    Found a bug?

    If you think you have found a bug please create an issue on the GitHub repo to report it to the developers.

    -

    Finally ...

    -

    Don't forget to check out our other product Plupload, your ultimate upload solution featuring HTML5 upload support.

    +

    Finally …

    +

    Need file uploads in your app? Consider using Uploadcare with TinyMCE for a fast, modern upload experience.

    Thanks for supporting TinyMCE! We hope it helps you and your users create great content.
    All the best from the TinyMCE team.

    From 6df350f92fba06592dfc8047fe87b89bd90a9393 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 10 Nov 2025 15:57:59 +1000 Subject: [PATCH 2/2] DOC-3321: update suggestededits-model attrs to include text-align change. --- .../live-demos/suggestededits-access-feedback/index.html | 2 +- .../examples/live-demos/suggestededits-access-read/index.html | 2 +- .../examples/live-demos/suggestededits-auto-approve/index.html | 2 +- modules/ROOT/examples/live-demos/suggestededits/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/examples/live-demos/suggestededits-access-feedback/index.html b/modules/ROOT/examples/live-demos/suggestededits-access-feedback/index.html index fb6760bef8..267e0cd83a 100644 --- a/modules/ROOT/examples/live-demos/suggestededits-access-feedback/index.html +++ b/modules/ROOT/examples/live-demos/suggestededits-access-feedback/index.html @@ -1,4 +1,4 @@ -