From c00400516a96901e3fd1eab126c3a67c7bd33572 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Thu, 7 May 2026 15:55:25 +1000 Subject: [PATCH 1/8] DOC-3021: Update plugin documentation for open source and premium plugins --- .../index-pages/opensource-plugins.adoc | 139 ++++++++------- .../partials/index-pages/premium-plugins.adoc | 161 ++++++++++-------- 2 files changed, 176 insertions(+), 124 deletions(-) diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index 837f39abad..4ddba46081 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -1,181 +1,206 @@ This section lists the open source plugins provided with {productname}. +== Core Writing & Formatting Tools + [cols="1,1"] |=== a| [.lead] -xref:accordion.adoc[Accordion] +xref:charmap.adoc[Character Map] -Create expandable and collapsible sections. +Insert special characters into {productname}. a| [.lead] -xref:anchor.adoc[Anchor] +xref:directionality.adoc[Directionality] -Insert anchors (sometimes referred to as a bookmarks). +Toolbar buttons for setting the left-to-right or right-to-left direction of content. a| [.lead] -xref:autolink.adoc[Autolink] +xref:emoticons.adoc[Emoticons] -Automatically create hyperlinks. +Bring a smiley to your content. a| [.lead] -xref:autoresize.adoc[Autoresize] +xref:image.adoc[Image] -Automatically resize {productname} to fit content. +Insert an image into {productname}. a| [.lead] -xref:autosave.adoc[Autosave] +xref:insertdatetime.adoc[Insert Date/Time] -Automatically save content in your local browser. +Insert the current date and/or time into {productname}. a| [.lead] -xref:charmap.adoc[Character Map] +xref:link.adoc[Link] -Insert special characters into {productname}. +Add and edit links in {productname}. a| [.lead] -xref:code.adoc[Code] +xref:lists.adoc[Lists] -Edit your content’s HTML source. +Normalize list behavior between browsers. a| [.lead] -xref:codesample.adoc[Code Sample] +xref:advlist.adoc[List Styles] -Insert and embed syntax highlighted code snippets. +Create styled number and bulleted lists. a| [.lead] -xref:directionality.adoc[Directionality] +xref:media.adoc[Media] -Toolbar buttons for setting the left-to-right or right-to-left direction of content. +Embed and manage HTML5 video and audio elements. a| [.lead] -xref:emoticons.adoc[Emoticons] +xref:nonbreaking.adoc[Nonbreaking Space] -Bring a smiley to your content. +Insert a non-breaking space. a| [.lead] -xref:fullscreen.adoc[Full Screen] +xref:pagebreak.adoc[Page Break] -Expand {productname} to fill the entire screen. +Add a page break. a| [.lead] -xref:help.adoc[Help] +xref:table.adoc[Table] + +Create and edit tables, including rows, columns, and cell formatting. + +|=== -Shows the help dialog. +== Content Structure & Layout Controls + +[cols="1,1"] +|=== a| [.lead] -xref:image.adoc[Image] +xref:accordion.adoc[Accordion] -Insert an image into {productname}. +Create expandable and collapsible sections. a| [.lead] -xref:importcss.adoc[Import CSS] +xref:anchor.adoc[Anchor] -Automatically populate CSS class names into the Format dropdown. +Insert anchors (bookmarks) that allow users to link directly to content. a| [.lead] -xref:insertdatetime.adoc[Insert Date/Time] +xref:fullscreen.adoc[Full Screen] -Insert the current date and/or time into {productname}. +Expands the editor to full-screen mode. a| [.lead] -xref:link.adoc[Link] +xref:importcss.adoc[Import CSS] -Add hyperlinks to content. +Automatically populate CSS class names into the Format dropdown. a| [.lead] -xref:lists.adoc[Lists] +xref:preview.adoc[Preview] -Normalize list behavior between browsers. +Displays a read-only preview of the current content in a separate dialog. a| [.lead] -xref:advlist.adoc[List Styles] +xref:quickbars.adoc[Quick Toolbars] -Create styled number and bulleted lists. +User interface controls to create content faster. a| [.lead] -xref:media.adoc[Media] +xref:visualblocks.adoc[Visual Blocks] -Add HTML5 video and audio elements. +Allow a user to see block level elements such as paragraphs. a| [.lead] -xref:nonbreaking.adoc[Nonbreaking Space] +xref:visualchars.adoc[Visual Characters] + +See invisible characters such as non-breaking spaces. -Insert a nonbreaking space. +|=== + + +== Code & Technical Editing + +[cols="1,1"] +|=== a| [.lead] -xref:pagebreak.adoc[Page Break] +xref:code.adoc[Code] -Add a page break. +Edit the current content’s HTML source. a| [.lead] -xref:preview.adoc[Preview] +xref:codesample.adoc[Code Sample] -Show a dialog of the current content in read-only format. +Insert and embed syntax-highlighted code snippets. a| [.lead] -xref:quickbars.adoc[Quick Toolbars] +xref:searchreplace.adoc[Search and Replace] + +Find and replace content in {productname}. + +|=== + +== Productivity & Automation + +[cols="1,1"] +|=== -User interface controls to create content faster. a| [.lead] -xref:save.adoc[Save] +xref:autolink.adoc[Autolink] -Add a save button to the {productname} toolbar. +Automatically create hyperlinks when a user types a valid URL. a| [.lead] -xref:searchreplace.adoc[Search and Replace] +xref:autoresize.adoc[Autoresize] -Find and replace content in {productname}. +Automatically resize {productname} to fit content. a| [.lead] -xref:table.adoc[Table] +xref:autosave.adoc[Autosave] -Table editing features. +Automatically save content in your local browser. a| [.lead] -xref:visualblocks.adoc[Visual Blocks] +xref:help.adoc[Help] -Allow a user to see block level elements such as paragraphs. +Opens the built-in help dialog. a| [.lead] -xref:visualchars.adoc[Visual Characters] +xref:save.adoc[Save] -See invisible characters such as non-breaking spaces. +Add toolbar button to trigger saving of editor content. a| [.lead] xref:wordcount.adoc[Word Count] -Show a word count in the {productname} status bar. +Show a word count in the {productname} editor status bar. // Dummy table cell. // 1. Remove the inline comment markup pre-pending this diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index de1b794c83..5e5c00c1bd 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,5 +1,7 @@ This section lists the premium plugins provided by {productname}. +== AI & Writing Assistance + include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] [cols="1,1"] @@ -7,81 +9,84 @@ include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] a| [.lead] -xref:a11ychecker.adoc[Accessibility Checker] +xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] -Checks the contents of the editor for WCAG & Section 508 accessibility problems. +Check spelling as-you-type in {productname}. a| [.lead] -xref:advanced-typography.adoc[Advanced Typography] +xref:autocorrect.adoc[Spelling Autocorrect] -Replace common typewriter-style characters with their professional typesetter equivalents. +Add autocorrection of common typos and spelling errors as well as capitalization correction to {productname}. -a| -[.lead] -xref:ai.adoc[AI Assistant (legacy)] +|=== -Earlier plugin for sending queries to registered AI APIs and inserting results into the document. New integrations are documented under xref:tinymceai-introduction.adoc[TinyMCE AI]. -a| -[.lead] -xref:casechange.adoc[Case Change] +== Collaboration & Workflow -Change the case of text. +[cols="1,1"] +|=== a| [.lead] -xref:checklist.adoc[Checklist] +xref:introduction-to-tiny-comments.adoc[Comments] -Add checklists to your content. +Adding comments directly within the {productname} editor a| [.lead] -xref:introduction-to-tiny-comments.adoc[Comments] +xref:mentions.adoc[Mentions] -The {productname} Comments plugin. +Shows a user list when typing “@” and queries server for matches. a| [.lead] -xref:advcode.adoc[Enhanced Code Editor] +xref:suggestededits.adoc[Suggested Edits] -How to setup {productname}’s Enhanced Code Editor plugin. +Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. a| [.lead] -xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +xref:revisionhistory.adoc[Revision History] -Add rich media previews inside {productname}. +Easily view document changes and restore previous versions. a| [.lead] -xref:advtable.adoc[Enhanced Tables] +xref:mergetags.adoc[Merge Tags] + +Enable adding Merge Tags to content. + +|=== -Add enhanced functionality to tables. +== Content Creation & Formatting Tools + +[cols="1,1"] +|=== a| [.lead] -xref:exportword.adoc[Export to Word] +xref:advanced-typography.adoc[Advanced Typography] -Exports editor content into `.docx` file format and saves to local disk. +Replace common typewriter-style characters with their professional typesetter equivalents. a| [.lead] -xref:exportpdf.adoc[Export to PDF] +xref:casechange.adoc[Case Change] -Export and generate content from {productname} into `document.pdf` format. +Change the case of text. a| [.lead] -xref:fullpagehtml.adoc[Full Page HTML] +xref:checklist.adoc[Checklist] -Edit document metadata and properties including title, keywords, and description via dialog interface. +Add checklists to your content. a| [.lead] xref:footnotes.adoc[Footnotes] -Insert intext footnotes and add footnote entries. +Insert in-text footnotes and add footnote entries. a| [.lead] @@ -91,122 +96,144 @@ Apply formats to multiple pieces of text. a| [.lead] -xref:inline-css.adoc[Inline CSS] +xref:markdown.adoc[Markdown] -Turn {productname} documents into single files with inline CSS, ready, in particular, for sending as HTML-formatted emails. +Enable conversion of pure markdown on paste. a| [.lead] -xref:importword.adoc[Import from Word] +xref:math.adoc[Math] -Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. +Enable insertion of math formulas using Latex or MathML markup. a| [.lead] -xref:editimage.adoc[Image Editing] +xref:permanentpen.adoc[Permanent Pen] + +Apply formats to new content and override default formats. -Image Editing features for {productname}. a| [.lead] -xref:linkchecker.adoc[Link Checker] +xref:introduction-to-powerpaste.adoc[PowerPaste] -Validate links, as they are typed. +Copy and paste content from Microsoft Word, Microsoft Excel, Google Docs, and HTML. a| [.lead] -xref:math.adoc[Math] +xref:tableofcontents.adoc[Table of Contents] -Enable insertion of math formulas using Latex or MathML markup. +Insert a Table of Contents into the {productname} editor. + +|=== + +== Media, Links & Embeds + +[cols="1,1"] +|=== a| [.lead] -xref:markdown.adoc[Markdown] +xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] -Enable conversion of pure markdown on paste. +Add rich media previews inside {productname}. a| [.lead] -xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] +xref:editimage.adoc[Image Editing] -Image and video optimization features for {productname}. +Image Editing features for {productname}. a| [.lead] -xref:mentions.adoc[Mentions] +xref:linkchecker.adoc[Link Checker] -Enable @mention functionality. +Validate links, as they are typed. a| [.lead] -xref:mergetags.adoc[Merge Tags] +xref:uploadcare.adoc[Media Optimizer] -Enable adding Merge Tags to content. +Image and video optimization features for {productname}. a| [.lead] xref:moxiemanager.adoc[MoxieManager] -File and image management plugin and service +File and image management plugin and service. a| [.lead] xref:pageembed.adoc[Page Embed] -Insert iframe into the content. +Embeds a page in the content using an iframe. a| [.lead] -xref:permanentpen.adoc[Permanent Pen] +xref:tinydrive-introduction.adoc[Tiny Drive] + +Cloud-based file and image management for {productname}. + +|=== + +== Import, export & Document Control -Apply formats while typing. +[cols="1,1"] +|=== a| [.lead] -xref:introduction-to-powerpaste.adoc[PowerPaste] +xref:a11ychecker.adoc[Accessibility Checker] -Copy and paste content from Microsoft Word, Microsoft Excel, Google Docs, and HTML. +Checks the contents of the editor for WCAG & Section 508 accessibility problems. a| [.lead] -xref:revisionhistory.adoc[Revision History] +xref:advcode.adoc[Enhanced Code Editor] -Easily view document changes and restore previous versions. +Advanced code editing features for {productname}. a| [.lead] -xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] +xref:advtable.adoc[Enhanced Tables] -Check spelling as-you-type in {productname}. +Added table functionality such as sort options and row numbering. a| [.lead] -xref:autocorrect.adoc[Spelling Autocorrect] +xref:exportpdf.adoc[Export to PDF] -Add autocorrection of common typos and spelling errors as well as capitalization correction to {productname}. +Export and generate content from {productname} into `.pdf` format. a| [.lead] -xref:suggestededits.adoc[Suggested Edits] +xref:exportword.adoc[Export to Word] -Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. +Exports editor content into `.docx` file format and saves to local disk. a| [.lead] -xref:advanced-templates.adoc[Templates] +xref:fullpagehtml.adoc[Full Page HTML] -Create and edit complex templates in {productname}. +Edit document metadata and properties including title, keywords, and description via dialog interface. a| [.lead] -xref:tableofcontents.adoc[Table of Contents] +xref:importword.adoc[Import from Word] -Insert a simple Table of Contents into the {productname} editor. +Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. a| [.lead] -xref:tinydrive-introduction.adoc[Tiny Drive] +xref:inline-css.adoc[Inline CSS] + +Turn {productname} documents into single files with inline CSS, ready, in particular, for sending as HTML-formatted emails. + +a| +[.lead] +xref:advanced-templates.adoc[Templates] + +Create and edit complex templates in {productname}. -Cloud-based file and image management for {productname}. // Dummy table cell. // 1. Remove the inline comment markup pre-pending this From 3cddd79f4d9ee709be806f745b9a8134d22a3b17 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Mon, 18 May 2026 16:40:43 +1000 Subject: [PATCH 2/8] DOC-3021: Update plugin documentation for consistency and clarity in premium and open source sections --- modules/ROOT/pages/plugins.adoc | 6 +- .../index-pages/opensource-plugins.adoc | 63 +++---- .../partials/index-pages/premium-plugins.adoc | 154 ++++++++++-------- 3 files changed, 120 insertions(+), 103 deletions(-) diff --git a/modules/ROOT/pages/plugins.adoc b/modules/ROOT/pages/plugins.adoc index 59db82ab2d..78ce3fb70f 100644 --- a/modules/ROOT/pages/plugins.adoc +++ b/modules/ROOT/pages/plugins.adoc @@ -2,14 +2,14 @@ :navtitle: Plugins :description: This section lists the all plugins provided by {companyname}. -{productname} is an incredibly powerful, flexible and customizable rich text editor. This section will help configure and extend the editor by using {productname} plugins. +This page organizes {productname} plugins into functional categories to help you quickly find the features you need. Each section is labeled as either Premium or Open Source and groups plugins by purpose, such as writing, layout, code editing, and productivity, making it easier to identify the right plugin for your use case. [[premium-plugins]] -== Premium plugins +== Premium Plugins include::partial$index-pages/premium-plugins.adoc[] [[open-source-plugins]] -== Open source plugins +== Open Source Plugins include::partial$index-pages/opensource-plugins.adoc[] \ No newline at end of file diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index 4ddba46081..b4bfc216cc 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -1,6 +1,6 @@ This section lists the open source plugins provided with {productname}. -== Core Writing & Formatting Tools +== Core Writing & Formatting [cols="1,1"] |=== @@ -9,25 +9,25 @@ a| [.lead] xref:charmap.adoc[Character Map] -Insert special characters into {productname}. +Enables insertion of special characters into {productname}. a| [.lead] xref:directionality.adoc[Directionality] -Toolbar buttons for setting the left-to-right or right-to-left direction of content. +Adds toolbar buttons for setting text direction to left-to-right or right-to-left. a| [.lead] xref:emoticons.adoc[Emoticons] -Bring a smiley to your content. +Enables insertion of emoticons into {productname} content. a| [.lead] xref:image.adoc[Image] -Insert an image into {productname}. +Enables inserting and managing images in {productname}. a| [.lead] @@ -39,47 +39,47 @@ a| [.lead] xref:link.adoc[Link] -Add and edit links in {productname}. +Enables adding and editing hyperlinks within content. a| [.lead] xref:lists.adoc[Lists] -Normalize list behavior between browsers. +Normalize list behavior across different browsers. a| [.lead] xref:advlist.adoc[List Styles] -Create styled number and bulleted lists. +Enables creation of styled ordered and unordered lists. a| [.lead] xref:media.adoc[Media] -Embed and manage HTML5 video and audio elements. +Embed and manage HTML5 video and audio elements in {productname}. a| [.lead] xref:nonbreaking.adoc[Nonbreaking Space] -Insert a non-breaking space. +Enables insertion of non-breaking spaces. a| [.lead] xref:pagebreak.adoc[Page Break] -Add a page break. +Enables insertion of a page break into content. a| [.lead] xref:table.adoc[Table] -Create and edit tables, including rows, columns, and cell formatting. +Create and edit tables, including structure and cell formatting. |=== -== Content Structure & Layout Controls +== Content Structure & Layout [cols="1,1"] |=== @@ -88,7 +88,7 @@ a| [.lead] xref:accordion.adoc[Accordion] -Create expandable and collapsible sections. +Enables creation of expandable and collapsible content sections. a| [.lead] @@ -100,37 +100,37 @@ a| [.lead] xref:fullscreen.adoc[Full Screen] -Expands the editor to full-screen mode. +Expands the editor to full-screen mode for focused editing. a| [.lead] xref:importcss.adoc[Import CSS] -Automatically populate CSS class names into the Format dropdown. +Imports CSS class names into the Format dropdown for styling content. a| [.lead] xref:preview.adoc[Preview] -Displays a read-only preview of the current content in a separate dialog. +Displays a read-only preview of the current content in a separate view. a| [.lead] xref:quickbars.adoc[Quick Toolbars] -User interface controls to create content faster. +Provides contextual toolbar controls that appear near selected content to speed up formatting and editing workflows. a| [.lead] xref:visualblocks.adoc[Visual Blocks] -Allow a user to see block level elements such as paragraphs. +Enables visual outlines of block elements, helping users understand and structure document layout more effectively. a| [.lead] xref:visualchars.adoc[Visual Characters] -See invisible characters such as non-breaking spaces. +Enables visibility of hidden characters such as spaces and breaks to help troubleshoot formatting issues. |=== @@ -144,19 +144,19 @@ a| [.lead] xref:code.adoc[Code] -Edit the current content’s HTML source. +Enables direct editing of HTML source code for users who need full control over document markup. a| [.lead] xref:codesample.adoc[Code Sample] -Insert and embed syntax-highlighted code snippets. +Enables insertion of formatted, syntax-highlighted code snippets for technical documentation or developer content. a| [.lead] xref:searchreplace.adoc[Search and Replace] -Find and replace content in {productname}. +Find and replace text across content, improving efficiency when making large-scale edits. |=== @@ -170,37 +170,39 @@ a| [.lead] xref:autolink.adoc[Autolink] -Automatically create hyperlinks when a user types a valid URL. +Automatically converts URLs into clickable links, saving users time and ensuring consistent link formatting. a| [.lead] xref:autoresize.adoc[Autoresize] -Automatically resize {productname} to fit content. +Automatically adjusts the editor height to match content, improving usability and reducing scroll friction. a| [.lead] xref:autosave.adoc[Autosave] -Automatically save content in your local browser. +Automatically saves content in the browser to prevent data loss during editing sessions. a| [.lead] xref:help.adoc[Help] -Opens the built-in help dialog. +Provides quick access to documentation and guidance, helping users understand editor features without leaving the interface. a| [.lead] xref:save.adoc[Save] -Add toolbar button to trigger saving of editor content. +Adds a manual save button so users can explicitly store content when needed. a| [.lead] xref:wordcount.adoc[Word Count] -Show a word count in the {productname} editor status bar. +Displays real-time word count to help users track content length and meet writing requirements. + +|=== // Dummy table cell. // 1. Remove the inline comment markup pre-pending this @@ -208,7 +210,6 @@ Show a word count in the {productname} editor status bar. // odd. // 2. Prepend the inline comment markup to this element // when the number of cells in the table is even. -a| -|=== + diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index 5e5c00c1bd..3c5101f59f 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,6 +1,8 @@ This section lists the premium plugins provided by {productname}. -== AI & Writing Assistance +=== AI & Writing Assistance + +This plugin category includes features that use AI to assist with writing, editing, and content generation. include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] @@ -9,231 +11,244 @@ include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] a| [.lead] -xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] +xref:ai.adoc[AI Assistant (legacy)] _(Premium)_ -Check spelling as-you-type in {productname}. +Earlier plugin for sending queries to registered AI APIs and inserting results into the document. New integrations are documented under xref:tinymceai-introduction.adoc[TinyMCE AI]. a| [.lead] -xref:autocorrect.adoc[Spelling Autocorrect] +xref:autocorrect.adoc[Spelling Autocorrect] _(Premium)_ Add autocorrection of common typos and spelling errors as well as capitalization correction to {productname}. +a| +[.lead] +xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] _(Premium)_ + +Check spelling as-you-type in {productname}. + |=== +=== Collaboration & Workflow -== Collaboration & Workflow +Tools that support team-based editing, feedback, and content management [cols="1,1"] |=== a| [.lead] -xref:introduction-to-tiny-comments.adoc[Comments] +xref:introduction-to-tiny-comments.adoc[Comments] _(Premium)_ -Adding comments directly within the {productname} editor +The {productname} Comments plugin allows users to add and manage comments directly within the content. a| [.lead] -xref:mentions.adoc[Mentions] +xref:mentions.adoc[Mentions] _(Premium)_ -Shows a user list when typing “@” and queries server for matches. +Enables @mention functionality within the content. a| [.lead] -xref:suggestededits.adoc[Suggested Edits] +xref:mergetags.adoc[Merge Tags] _(Premium)_ -Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. +Facilitates the insertion of dynamic content through Merge Tags. a| [.lead] -xref:revisionhistory.adoc[Revision History] +xref:revisionhistory.adoc[Revision History] _(Premium)_ -Easily view document changes and restore previous versions. +Tracks document changes over time and allows users to view and restore previous versions. a| [.lead] -xref:mergetags.adoc[Merge Tags] +xref:suggestededits.adoc[Suggested Edits] _(Premium)_ -Enable adding Merge Tags to content. +Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. |=== -== Content Creation & Formatting Tools +=== Content Creation & Formatting + +Tools for creating, structuring, and styling content to improve readability, consistency, and overall document presentation. [cols="1,1"] |=== a| [.lead] -xref:advanced-typography.adoc[Advanced Typography] +xref:advanced-typography.adoc[Advanced Typography] _(Premium)_ -Replace common typewriter-style characters with their professional typesetter equivalents. +Replace common typewriter-style characters with their professional typesetter equivalents for improved typography. a| [.lead] -xref:casechange.adoc[Case Change] +xref:casechange.adoc[Case Change] _(Premium)_ -Change the case of text. +Change the capitalization of selected text. a| [.lead] -xref:checklist.adoc[Checklist] +xref:checklist.adoc[Checklist] _(Premium)_ -Add checklists to your content. +Add interactive checklists to {productname} for task management and to-do lists. a| [.lead] -xref:footnotes.adoc[Footnotes] +xref:footnotes.adoc[Footnotes] _(Premium)_ -Insert in-text footnotes and add footnote entries. +Enables insertion and management of in-text footnotes within documents. a| [.lead] -xref:formatpainter.adoc[Format Painter] +xref:formatpainter.adoc[Format Painter] _(Premium)_ -Apply formats to multiple pieces of text. +Copies formatting from one selection and applies it to another. a| [.lead] -xref:markdown.adoc[Markdown] +xref:math.adoc[Math] _(Premium)_ -Enable conversion of pure markdown on paste. +Enable insertion of math formulas using LaTeX or MathML markup. a| [.lead] -xref:math.adoc[Math] +xref:markdown.adoc[Markdown] _(Premium)_ -Enable insertion of math formulas using Latex or MathML markup. +Enables support for pasting and converting Markdown content into formatted output. a| [.lead] -xref:permanentpen.adoc[Permanent Pen] +xref:tableofcontents.adoc[Table of Contents] _(Premium)_ -Apply formats to new content and override default formats. +Inserts an automatically generated Table of Contents into the {productname} editor. a| [.lead] -xref:introduction-to-powerpaste.adoc[PowerPaste] +xref:permanentpen.adoc[Permanent Pen] _(Premium)_ -Copy and paste content from Microsoft Word, Microsoft Excel, Google Docs, and HTML. +Applies formatting continuously while typing without needing re-selection. a| [.lead] -xref:tableofcontents.adoc[Table of Contents] +xref:introduction-to-powerpaste.adoc[PowerPaste] _(Premium)_ -Insert a Table of Contents into the {productname} editor. +Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. |=== -== Media, Links & Embeds +=== Media, Links & Embeds + +Tools for inserting and managing external content such as images, videos, links, and embedded media to enrich documents and connect information sources. [cols="1,1"] |=== a| [.lead] -xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] _(Premium)_ -Add rich media previews inside {productname}. +Adds rich media previews inside {productname} for embedded content such as videos. a| [.lead] -xref:editimage.adoc[Image Editing] +xref:editimage.adoc[Image Editing] _(Premium)_ -Image Editing features for {productname}. +Provides in-editor image editing capabilities such as cropping, resizing, and applying filters. a| [.lead] -xref:linkchecker.adoc[Link Checker] +xref:linkchecker.adoc[Link Checker] _(Premium)_ -Validate links, as they are typed. +Automatically validates links as they are added or edited to ensure they are functional. a| [.lead] -xref:uploadcare.adoc[Media Optimizer] +xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] _(Premium)_ -Image and video optimization features for {productname}. +Optimizes uploaded images and videos for performance and delivery. a| [.lead] -xref:moxiemanager.adoc[MoxieManager] +xref:moxiemanager.adoc[MoxieManager] _(Premium)_ -File and image management plugin and service. +Provides file and image management capabilities within the editor. a| [.lead] -xref:pageembed.adoc[Page Embed] +xref:pageembed.adoc[Page Embed] _(Premium)_ -Embeds a page in the content using an iframe. +Allows embedding external web pages or iframes directly into content. a| [.lead] -xref:tinydrive-introduction.adoc[Tiny Drive] +xref:tinydrive-introduction.adoc[Tiny Drive] _(Premium)_ -Cloud-based file and image management for {productname}. +Provides cloud-based file and image management for {productname}. |=== -== Import, export & Document Control +=== Import, Export & Document Control + +Features for handling document exchange, format conversion, and maintaining structure and consistency across different systems and workflows. [cols="1,1"] |=== a| [.lead] -xref:a11ychecker.adoc[Accessibility Checker] +xref:a11ychecker.adoc[Accessibility Checker] _(Premium)_ Checks the contents of the editor for WCAG & Section 508 accessibility problems. a| [.lead] -xref:advcode.adoc[Enhanced Code Editor] +xref:advcode.adoc[Enhanced Code Editor] _(Premium)_ -Advanced code editing features for {productname}. +Provides an improved code editing experience within the editor for working with source content. a| [.lead] -xref:advtable.adoc[Enhanced Tables] +xref:advtable.adoc[Enhanced Tables] _(Premium)_ -Added table functionality such as sort options and row numbering. +Adds advanced table features such as sorting, filtering, and cell formatting. a| [.lead] -xref:exportpdf.adoc[Export to PDF] +xref:exportpdf.adoc[Export to PDF] _(Premium)_ Export and generate content from {productname} into `.pdf` format. a| [.lead] -xref:exportword.adoc[Export to Word] +xref:exportword.adoc[Export to Word] _(Premium)_ -Exports editor content into `.docx` file format and saves to local disk. +Exports editor content into `.docx` file format. a| [.lead] -xref:fullpagehtml.adoc[Full Page HTML] +xref:fullpagehtml.adoc[Full Page HTML] _(Premium)_ Edit document metadata and properties including title, keywords, and description via dialog interface. a| [.lead] -xref:importword.adoc[Import from Word] +xref:importword.adoc[Import from Word] _(Premium)_ Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. a| [.lead] -xref:inline-css.adoc[Inline CSS] +xref:inline-css.adoc[Inline CSS] _(Premium)_ -Turn {productname} documents into single files with inline CSS, ready, in particular, for sending as HTML-formatted emails. +Converts content into a single HTML file with inline styles, optimized for email and portability. a| [.lead] -xref:advanced-templates.adoc[Templates] - -Create and edit complex templates in {productname}. +xref:advanced-templates.adoc[Templates] _(Premium)_ +Provides the ability to create and edit structured document templates in {productname}. +|=== // Dummy table cell. // 1. Remove the inline comment markup pre-pending this @@ -241,5 +256,6 @@ Create and edit complex templates in {productname}. // odd. // 2. Prepend the inline comment markup to this element // when the number of cells in the table is even. -a| -|=== + + + From 42eeda4af0a3e41178bde5e2ca6a4d1555062673 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Mon, 18 May 2026 16:53:08 +1000 Subject: [PATCH 3/8] DOC-3021: Update plugin documentation for consistency and clarity in premium and open source sections --- modules/ROOT/partials/index-pages/opensource-plugins.adoc | 2 +- modules/ROOT/partials/index-pages/premium-plugins.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index b4bfc216cc..e5f3593cbd 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -1,4 +1,4 @@ -This section lists the open source plugins provided with {productname}. +This section lists the open source plugins included with {productname}. These plugins provide the core editing and formatting functionality needed to build and extend the editor. == Core Writing & Formatting diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index 3c5101f59f..17e5b59c7a 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,4 +1,4 @@ -This section lists the premium plugins provided by {productname}. +This section lists the premium plugins available for {productname}. These plugins extend the core editor with advanced capabilities for enterprise use cases, enhanced workflows, and additional functionality beyond the open source set. === AI & Writing Assistance From c873d85fca591a87c9bd118d1a5c776bf2a2b4d8 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 6 Jul 2026 13:44:41 +1000 Subject: [PATCH 4/8] DOC-3021: Add premium labels and refine plugin index descriptions - Add a styled premium label to premium plugin cards and the TinyMCE AI banner - Fix two-column card tables dropping the last plugin on odd counts (Spell Checker, Suggested Edits, Tiny Drive, Templates, Search and Replace) - Rewrite plugin descriptions in a consistent indicative voice and correct inaccuracies verified against source (Enhanced Tables, Import from Word, Accessibility Checker, Visual Characters, Revision History, Full Page HTML, Media, Lists, Quick Toolbars, Autolink, Word Count) - Use sentence case headings and remove second-person phrasing on the plugins page --- modules/ROOT/pages/plugins.adoc | 6 +- .../index-pages/opensource-plugins.adoc | 61 +++---- .../partials/index-pages/premium-plugins.adoc | 151 ++++++++++-------- .../admon-plugins-tinymce-ai-feature.adoc | 2 +- 4 files changed, 117 insertions(+), 103 deletions(-) diff --git a/modules/ROOT/pages/plugins.adoc b/modules/ROOT/pages/plugins.adoc index 78ce3fb70f..98a23e851d 100644 --- a/modules/ROOT/pages/plugins.adoc +++ b/modules/ROOT/pages/plugins.adoc @@ -2,14 +2,14 @@ :navtitle: Plugins :description: This section lists the all plugins provided by {companyname}. -This page organizes {productname} plugins into functional categories to help you quickly find the features you need. Each section is labeled as either Premium or Open Source and groups plugins by purpose, such as writing, layout, code editing, and productivity, making it easier to identify the right plugin for your use case. +This page organizes {productname} plugins into functional categories for quick reference. Each section is labeled as either premium or open source and groups plugins by purpose, such as writing, layout, code editing, and productivity, making it easier to identify the right plugin for a given use case. [[premium-plugins]] -== Premium Plugins +== Premium plugins include::partial$index-pages/premium-plugins.adoc[] [[open-source-plugins]] -== Open Source Plugins +== Open source plugins include::partial$index-pages/opensource-plugins.adoc[] \ No newline at end of file diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index e5f3593cbd..e3e953b527 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -9,73 +9,73 @@ a| [.lead] xref:charmap.adoc[Character Map] -Enables insertion of special characters into {productname}. +Inserts special characters into {productname}. a| [.lead] xref:directionality.adoc[Directionality] -Adds toolbar buttons for setting text direction to left-to-right or right-to-left. +Sets text direction to left-to-right or right-to-left. a| [.lead] xref:emoticons.adoc[Emoticons] -Enables insertion of emoticons into {productname} content. +Inserts emoticons into {productname} content. a| [.lead] xref:image.adoc[Image] -Enables inserting and managing images in {productname}. +Inserts and manages images in {productname}. a| [.lead] xref:insertdatetime.adoc[Insert Date/Time] -Insert the current date and/or time into {productname}. +Inserts the current date or time into {productname}. a| [.lead] xref:link.adoc[Link] -Enables adding and editing hyperlinks within content. +Adds and edits hyperlinks within content. a| [.lead] xref:lists.adoc[Lists] -Normalize list behavior across different browsers. +Enables numbered and bulleted lists and normalizes list behavior across browsers. a| [.lead] xref:advlist.adoc[List Styles] -Enables creation of styled ordered and unordered lists. +Creates styled ordered and unordered lists. a| [.lead] xref:media.adoc[Media] -Embed and manage HTML5 video and audio elements in {productname}. +Inserts and manages embedded media, including video, audio, and iframe embeds. a| [.lead] xref:nonbreaking.adoc[Nonbreaking Space] -Enables insertion of non-breaking spaces. +Inserts non-breaking spaces. a| [.lead] xref:pagebreak.adoc[Page Break] -Enables insertion of a page break into content. +Inserts a page break into content. a| [.lead] xref:table.adoc[Table] -Create and edit tables, including structure and cell formatting. +Creates and edits tables, including structure and cell formatting. |=== @@ -88,49 +88,49 @@ a| [.lead] xref:accordion.adoc[Accordion] -Enables creation of expandable and collapsible content sections. +Creates expandable and collapsible content sections. a| [.lead] xref:anchor.adoc[Anchor] -Insert anchors (bookmarks) that allow users to link directly to content. +Inserts anchors (bookmarks) that link directly to content. a| [.lead] xref:fullscreen.adoc[Full Screen] -Expands the editor to full-screen mode for focused editing. +Expands the editor to full-screen mode. a| [.lead] xref:importcss.adoc[Import CSS] -Imports CSS class names into the Format dropdown for styling content. +Imports CSS class names into the Formats menu for styling content. a| [.lead] xref:preview.adoc[Preview] -Displays a read-only preview of the current content in a separate view. +Displays a read-only preview of the current content. a| [.lead] xref:quickbars.adoc[Quick Toolbars] -Provides contextual toolbar controls that appear near selected content to speed up formatting and editing workflows. +Adds context toolbars for text selections, images, and inserting content on empty lines. a| [.lead] xref:visualblocks.adoc[Visual Blocks] -Enables visual outlines of block elements, helping users understand and structure document layout more effectively. +Shows visual outlines of block-level elements. a| [.lead] xref:visualchars.adoc[Visual Characters] -Enables visibility of hidden characters such as spaces and breaks to help troubleshoot formatting issues. +Displays nonbreaking spaces and soft hyphens as visible characters. |=== @@ -144,19 +144,22 @@ a| [.lead] xref:code.adoc[Code] -Enables direct editing of HTML source code for users who need full control over document markup. +Edits the HTML source code of the content directly. a| [.lead] xref:codesample.adoc[Code Sample] -Enables insertion of formatted, syntax-highlighted code snippets for technical documentation or developer content. +Inserts syntax-highlighted code snippets. a| [.lead] xref:searchreplace.adoc[Search and Replace] -Find and replace text across content, improving efficiency when making large-scale edits. +Finds and replaces text across content. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). |=== @@ -170,37 +173,37 @@ a| [.lead] xref:autolink.adoc[Autolink] -Automatically converts URLs into clickable links, saving users time and ensuring consistent link formatting. +Converts typed URLs and email addresses into links automatically. a| [.lead] xref:autoresize.adoc[Autoresize] -Automatically adjusts the editor height to match content, improving usability and reducing scroll friction. +Resizes the editor to fit its content. a| [.lead] xref:autosave.adoc[Autosave] -Automatically saves content in the browser to prevent data loss during editing sessions. +Saves content in the local browser to prevent data loss. a| [.lead] xref:help.adoc[Help] -Provides quick access to documentation and guidance, helping users understand editor features without leaving the interface. +Displays a help dialog with documentation and guidance. a| [.lead] xref:save.adoc[Save] -Adds a manual save button so users can explicitly store content when needed. +Adds a button for manually saving content. a| [.lead] xref:wordcount.adoc[Word Count] -Displays real-time word count to help users track content length and meet writing requirements. +Displays real-time word and character counts in the status bar. |=== diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index 17e5b59c7a..2d93d43532 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,8 +1,13 @@ +// Premium badge label. Inline-styled span (float: right) so it renders as an +// orange outline pill pinned to the top-right of each plugin card, matching the +// tiny.cloud/pricing "fancylabel" treatment. Edit the style here to restyle all badges. +:premium-tag: pass:[Premium] + This section lists the premium plugins available for {productname}. These plugins extend the core editor with advanced capabilities for enterprise use cases, enhanced workflows, and additional functionality beyond the open source set. === AI & Writing Assistance -This plugin category includes features that use AI to assist with writing, editing, and content generation. +This plugin category includes features that use AI to assist with writing, editing, and content generation. include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] @@ -11,60 +16,66 @@ include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] a| [.lead] -xref:ai.adoc[AI Assistant (legacy)] _(Premium)_ +{premium-tag}xref:ai.adoc[AI Assistant (legacy)] -Earlier plugin for sending queries to registered AI APIs and inserting results into the document. New integrations are documented under xref:tinymceai-introduction.adoc[TinyMCE AI]. +Sends queries to registered AI APIs and inserts the results into the document. New integrations are documented under xref:tinymceai-introduction.adoc[TinyMCE AI]. a| [.lead] -xref:autocorrect.adoc[Spelling Autocorrect] _(Premium)_ +{premium-tag}xref:autocorrect.adoc[Spelling Autocorrect] -Add autocorrection of common typos and spelling errors as well as capitalization correction to {productname}. +Autocorrects common typos, spelling errors, and capitalization in {productname}. a| [.lead] -xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] _(Premium)_ +{premium-tag}xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] + +Checks spelling as-you-type in {productname}. -Check spelling as-you-type in {productname}. +a| +// Dummy cell to even out the two-column grid (odd number of plugins). |=== === Collaboration & Workflow -Tools that support team-based editing, feedback, and content management +Tools that support team-based editing, feedback, and content management [cols="1,1"] |=== a| [.lead] -xref:introduction-to-tiny-comments.adoc[Comments] _(Premium)_ +{premium-tag}xref:introduction-to-tiny-comments.adoc[Comments] -The {productname} Comments plugin allows users to add and manage comments directly within the content. +Adds and manages comments directly within the content. a| [.lead] -xref:mentions.adoc[Mentions] _(Premium)_ +{premium-tag}xref:mentions.adoc[Mentions] -Enables @mention functionality within the content. +Adds @mention functionality to content. a| [.lead] -xref:mergetags.adoc[Merge Tags] _(Premium)_ +{premium-tag}xref:mergetags.adoc[Merge Tags] -Facilitates the insertion of dynamic content through Merge Tags. +Inserts dynamic content through Merge Tags. a| [.lead] -xref:revisionhistory.adoc[Revision History] _(Premium)_ +{premium-tag}xref:revisionhistory.adoc[Revision History] -Tracks document changes over time and allows users to view and restore previous versions. +Displays previously saved document revisions with visual diffs and restores earlier versions. a| [.lead] -xref:suggestededits.adoc[Suggested Edits] _(Premium)_ +{premium-tag}xref:suggestededits.adoc[Suggested Edits] -Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. +Tracks changes and reviews edits made by multiple authors in a document. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). |=== @@ -77,61 +88,61 @@ Tools for creating, structuring, and styling content to improve readability, con a| [.lead] -xref:advanced-typography.adoc[Advanced Typography] _(Premium)_ +{premium-tag}xref:advanced-typography.adoc[Advanced Typography] -Replace common typewriter-style characters with their professional typesetter equivalents for improved typography. +Replaces typewriter-style characters with their professional typesetter equivalents. a| [.lead] -xref:casechange.adoc[Case Change] _(Premium)_ +{premium-tag}xref:casechange.adoc[Case Change] -Change the capitalization of selected text. +Changes the capitalization of selected text. a| [.lead] -xref:checklist.adoc[Checklist] _(Premium)_ +{premium-tag}xref:checklist.adoc[Checklist] -Add interactive checklists to {productname} for task management and to-do lists. +Adds interactive checklists for tasks and to-do lists. a| [.lead] -xref:footnotes.adoc[Footnotes] _(Premium)_ +{premium-tag}xref:footnotes.adoc[Footnotes] -Enables insertion and management of in-text footnotes within documents. +Inserts and manages in-text footnotes within documents. a| [.lead] -xref:formatpainter.adoc[Format Painter] _(Premium)_ +{premium-tag}xref:formatpainter.adoc[Format Painter] Copies formatting from one selection and applies it to another. a| [.lead] -xref:math.adoc[Math] _(Premium)_ +{premium-tag}xref:math.adoc[Math] -Enable insertion of math formulas using LaTeX or MathML markup. +Inserts math formulas using LaTeX or MathML markup. a| [.lead] -xref:markdown.adoc[Markdown] _(Premium)_ +{premium-tag}xref:markdown.adoc[Markdown] -Enables support for pasting and converting Markdown content into formatted output. +Converts pasted Markdown content into formatted output. a| [.lead] -xref:tableofcontents.adoc[Table of Contents] _(Premium)_ +{premium-tag}xref:tableofcontents.adoc[Table of Contents] -Inserts an automatically generated Table of Contents into the {productname} editor. +Inserts an automatically generated Table of Contents into {productname}. a| [.lead] -xref:permanentpen.adoc[Permanent Pen] _(Premium)_ +{premium-tag}xref:permanentpen.adoc[Permanent Pen] Applies formatting continuously while typing without needing re-selection. a| [.lead] -xref:introduction-to-powerpaste.adoc[PowerPaste] _(Premium)_ +{premium-tag}xref:introduction-to-powerpaste.adoc[PowerPaste] Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. @@ -146,46 +157,49 @@ Tools for inserting and managing external content such as images, videos, links, a| [.lead] -xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] _(Premium)_ +{premium-tag}xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] Adds rich media previews inside {productname} for embedded content such as videos. a| [.lead] -xref:editimage.adoc[Image Editing] _(Premium)_ +{premium-tag}xref:editimage.adoc[Image Editing] -Provides in-editor image editing capabilities such as cropping, resizing, and applying filters. +Crops, resizes, and applies filters to images within the editor. a| [.lead] -xref:linkchecker.adoc[Link Checker] _(Premium)_ +{premium-tag}xref:linkchecker.adoc[Link Checker] -Automatically validates links as they are added or edited to ensure they are functional. +Validates links automatically as they are added or edited. a| [.lead] -xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] _(Premium)_ +{premium-tag}xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] Optimizes uploaded images and videos for performance and delivery. a| [.lead] -xref:moxiemanager.adoc[MoxieManager] _(Premium)_ +{premium-tag}xref:moxiemanager.adoc[MoxieManager] -Provides file and image management capabilities within the editor. +Manages files and images within the editor. a| [.lead] -xref:pageembed.adoc[Page Embed] _(Premium)_ +{premium-tag}xref:pageembed.adoc[Page Embed] -Allows embedding external web pages or iframes directly into content. +Embeds external web pages or iframes directly into content. a| [.lead] -xref:tinydrive-introduction.adoc[Tiny Drive] _(Premium)_ +{premium-tag}xref:tinydrive-introduction.adoc[Tiny Drive] Provides cloud-based file and image management for {productname}. +a| +// Dummy cell to even out the two-column grid (odd number of plugins). + |=== === Import, Export & Document Control @@ -197,65 +211,62 @@ Features for handling document exchange, format conversion, and maintaining stru a| [.lead] -xref:a11ychecker.adoc[Accessibility Checker] _(Premium)_ +{premium-tag}xref:a11ychecker.adoc[Accessibility Checker] -Checks the contents of the editor for WCAG & Section 508 accessibility problems. +Checks editor content against WCAG accessibility guidelines (levels A, AA, and AAA). a| [.lead] -xref:advcode.adoc[Enhanced Code Editor] _(Premium)_ +{premium-tag}xref:advcode.adoc[Enhanced Code Editor] -Provides an improved code editing experience within the editor for working with source content. +Provides an improved code editing experience with IDE-like features for source content. a| [.lead] -xref:advtable.adoc[Enhanced Tables] _(Premium)_ +{premium-tag}xref:advtable.adoc[Enhanced Tables] -Adds advanced table features such as sorting, filtering, and cell formatting. +Adds advanced table features such as sorting and row numbering. a| [.lead] -xref:exportpdf.adoc[Export to PDF] _(Premium)_ +{premium-tag}xref:exportpdf.adoc[Export to PDF] -Export and generate content from {productname} into `.pdf` format. +Generates a `.pdf` file from {productname} content. a| [.lead] -xref:exportword.adoc[Export to Word] _(Premium)_ +{premium-tag}xref:exportword.adoc[Export to Word] -Exports editor content into `.docx` file format. +Exports editor content to `.docx` (Microsoft Word) format. a| [.lead] -xref:fullpagehtml.adoc[Full Page HTML] _(Premium)_ +{premium-tag}xref:fullpagehtml.adoc[Full Page HTML] -Edit document metadata and properties including title, keywords, and description via dialog interface. +Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description. a| [.lead] -xref:importword.adoc[Import from Word] _(Premium)_ +{premium-tag}xref:importword.adoc[Import from Word] -Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. +Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor. a| [.lead] -xref:inline-css.adoc[Inline CSS] _(Premium)_ +{premium-tag}xref:inline-css.adoc[Inline CSS] Converts content into a single HTML file with inline styles, optimized for email and portability. a| [.lead] -xref:advanced-templates.adoc[Templates] _(Premium)_ +{premium-tag}xref:advanced-templates.adoc[Templates] -Provides the ability to create and edit structured document templates in {productname}. -|=== +Creates and edits structured document templates in {productname}. -// Dummy table cell. -// 1. Remove the inline comment markup pre-pending this -// element when the number of cells in the table is -// odd. -// 2. Prepend the inline comment markup to this element -// when the number of cells in the table is even. +a| +// Dummy cell to even out the two-column grid (odd number of plugins). + +|=== diff --git a/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc b/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc index 13a5b740e7..c97cc56e68 100644 --- a/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc +++ b/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc @@ -4,7 +4,7 @@

AI-powered features for {productname} including AI chat, AI review, and quick actions.

From 8511fc4a94a3906b676c2f2f689403b1130c3a3e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 16 Jul 2026 11:26:04 +1000 Subject: [PATCH 5/8] DOC-3021: Align plugin categories with features page, drop premium badges, fix ToC nesting, recategorize nav, surface TinyMCE AI --- modules/ROOT/nav.adoc | 244 +++++++++--------- .../index-pages/opensource-plugins.adoc | 129 +++++---- .../partials/index-pages/premium-plugins.adoc | 212 ++++++++------- .../admon-plugins-tinymce-ai-feature.adoc | 47 ---- 4 files changed, 295 insertions(+), 337 deletions(-) delete mode 100644 modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index a672874474..9e89bfd0d5 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -250,9 +250,7 @@ ** xref:editor-model.adoc[Editor content models] * xref:plugins.adoc[Plugins] ** Premium plugins -*** xref:a11ychecker.adoc[Accessibility Checker] -*** xref:advanced-typography.adoc[Advanced Typography] -*** TinyMCE AI +*** AI **** xref:tinymceai-introduction.adoc[Introduction] **** xref:tinymceai-chat.adoc[Chat] **** xref:tinymceai-review.adoc[Review] @@ -287,126 +285,132 @@ ***** xref:ai-bedrock.adoc[Amazon Bedrock integration guide] ***** xref:ai-gemini.adoc[Google Gemini integration guide] ***** xref:ai-proxy.adoc[AI proxy server reference guide] -*** xref:casechange.adoc[Case Change] -*** xref:checklist.adoc[Checklist] -*** Comments -**** xref:introduction-to-tiny-comments.adoc[Introduction] -**** xref:comments-using-comments.adoc[Using Comments] -**** xref:comments-callback-mode.adoc[Callback mode] -**** xref:comments-embedded-mode.adoc[Embedded mode] -**** xref:comments-toolbars-menus.adoc[Toolbar buttons and menu items] -**** xref:comments-access-options.adoc[Access Options] -**** xref:comments-commands-events-apis.adoc[Commands, Events and APIs] -**** xref:comments-with-mentions.adoc[Comments with Mentions] -*** xref:advcode.adoc[Enhanced Code Editor] -*** Enhanced Media Embed -**** xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] -**** xref:mediaembed-server-config.adoc[Configure Enhanced Media Embed Server] -**** xref:mediaembed-server-integration.adoc[Integrate Enhanced Media Embed Server] -*** xref:advtable.adoc[Enhanced Tables] -*** Export to PDF -**** xref:exportpdf.adoc[Export to PDF] -***** xref:html-to-pdf-converter-api-v2.adoc[HTML to PDF Converter API] +*** Collaboration +**** xref:introduction-to-tiny-comments.adoc[Comments] +***** xref:comments-using-comments.adoc[Using Comments] +***** xref:comments-callback-mode.adoc[Callback mode] +***** xref:comments-embedded-mode.adoc[Embedded mode] +***** xref:comments-toolbars-menus.adoc[Toolbar buttons and menu items] +***** xref:comments-access-options.adoc[Access Options] +***** xref:comments-commands-events-apis.adoc[Commands, Events and APIs] +***** xref:comments-with-mentions.adoc[Comments with Mentions] +**** xref:mentions.adoc[Mentions] +**** xref:revisionhistory.adoc[Revision History] +**** xref:suggestededits.adoc[Suggested Edits] +*** Content Conversion & Embedding +**** xref:markdown.adoc[Markdown] +**** Enhanced Media Embed +***** xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +***** xref:mediaembed-server-config.adoc[Configure Enhanced Media Embed Server] +***** xref:mediaembed-server-integration.adoc[Integrate Enhanced Media Embed Server] +**** xref:pageembed.adoc[Page Embed] +**** xref:inline-css.adoc[Inline CSS] +**** xref:exportword.adoc[Export to Word] +***** xref:html-to-docx-converter-api.adoc[HTML to DOCX Converter API] ***** JWT Authentication -****** xref:export-to-pdf-v2-with-jwt-authentication-nodejs.adoc[Node.js (8.4.0+)] -****** xref:export-to-pdf-v2-with-jwt-authentication-php.adoc[PHP (8.4.0+)] -****** xref:export-to-pdf-with-jwt-authentication-nodejs.adoc[Node.js (pre-8.4.0)] -****** xref:export-to-pdf-with-jwt-authentication-php.adoc[PHP (pre-8.4.0)] -*** xref:exportword.adoc[Export to Word] -**** xref:html-to-docx-converter-api.adoc[HTML to DOCX Converter API] -**** JWT Authentication -***** xref:export-to-word-with-jwt-authentication-nodejs.adoc[Node.js] -***** xref:export-to-word-with-jwt-authentication-php.adoc[PHP] -*** xref:footnotes.adoc[Footnotes] -*** xref:formatpainter.adoc[Format Painter] -*** xref:fullpagehtml.adoc[Full Page HTML] -*** xref:importword.adoc[Import from Word] -**** xref:docx-to-html-converter-api.adoc[DOCX to HTML Converter API] -**** JWT Authentication -***** xref:import-from-word-with-jwt-authentication-nodejs.adoc[Node.js] -***** xref:import-from-word-with-jwt-authentication-php.adoc[PHP] -*** xref:editimage.adoc[Image Editing] -*** xref:inline-css.adoc[Inline CSS] -*** xref:linkchecker.adoc[Link Checker] -*** xref:math.adoc[Math] -*** xref:markdown.adoc[Markdown] -*** xref:uploadcare.adoc[Media Optimizer] -**** xref:uploadcare-image.adoc[Image] -**** xref:uploadcare-video.adoc[Video] -**** xref:uploadcare-documents.adoc[Files and Documents] -*** xref:mentions.adoc[Mentions] -*** xref:mergetags.adoc[Merge Tags] -*** xref:moxiemanager.adoc[MoxieManager] -*** xref:pageembed.adoc[Page Embed] -*** xref:permanentpen.adoc[Permanent Pen] -*** PowerPaste -**** xref:introduction-to-powerpaste.adoc[Introduction] -**** xref:powerpaste-options.adoc[Options] -**** xref:powerpaste-commands-events-apis.adoc[Commands and Events] -**** xref:powerpaste-support.adoc[Supported functionality] -**** xref:powerpaste-troubleshooting.adoc[Troubleshooting] -*** xref:revisionhistory.adoc[Revision History] -*** Spell Checker +****** xref:export-to-word-with-jwt-authentication-nodejs.adoc[Node.js] +****** xref:export-to-word-with-jwt-authentication-php.adoc[PHP] +**** Export to PDF +***** xref:exportpdf.adoc[Export to PDF] +****** xref:html-to-pdf-converter-api-v2.adoc[HTML to PDF Converter API] +****** JWT Authentication +******* xref:export-to-pdf-v2-with-jwt-authentication-nodejs.adoc[Node.js (8.4.0+)] +******* xref:export-to-pdf-v2-with-jwt-authentication-php.adoc[PHP (8.4.0+)] +******* xref:export-to-pdf-with-jwt-authentication-nodejs.adoc[Node.js (pre-8.4.0)] +******* xref:export-to-pdf-with-jwt-authentication-php.adoc[PHP (pre-8.4.0)] +**** xref:importword.adoc[Import from Word] +***** xref:docx-to-html-converter-api.adoc[DOCX to HTML Converter API] +***** JWT Authentication +****** xref:import-from-word-with-jwt-authentication-nodejs.adoc[Node.js] +****** xref:import-from-word-with-jwt-authentication-php.adoc[PHP] +*** Compliance +**** xref:a11ychecker.adoc[Accessibility Checker] +**** xref:linkchecker.adoc[Link Checker] +**** xref:advanced-typography.adoc[Advanced Typography] **** xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] -**** xref:custom-dictionaries-for-tiny-spellchecker.adoc[Adding custom dictionaries] -*** xref:autocorrect.adoc[Spelling Autocorrect] -*** xref:suggestededits.adoc[Suggested Edits] -*** xref:tableofcontents.adoc[Table of Contents] -*** xref:advanced-templates.adoc[Templates] -*** Tiny Drive -**** xref:tinydrive-introduction.adoc[Introduction] -**** xref:tinydrive-getting-started.adoc[Getting started] -**** Starter projects -***** xref:tinydrive-dotnet.adoc[.Net Core] -***** xref:tinydrive-java.adoc[Java Spring] -***** xref:tinydrive-nodejs.adoc[Node.js] -***** xref:tinydrive-php.adoc[PHP] -**** xref:tinydrive-jwt-authentication.adoc[JWT Authentication setup] -**** Configuration options -***** xref:tinydrive-setup-options.adoc[Setup options] -***** xref:tinydrive-ui-options.adoc[UI options] -***** xref:tinydrive-dropbox-and-google-drive.adoc[Dropbox and Google Drive integration options] -**** Integrations -***** xref:tinydrive-dropbox-integration.adoc[Dropbox] -***** xref:tinydrive-googledrive-integration.adoc[Google Drive] -**** xref:tinydrive-toolbars-menus.adoc[Toolbar buttons and menu items] -**** APIs -***** xref:introduction-to-tinydrive-apis.adoc[Introduction to the plugin APIs] -***** xref:tinydrive-upload.adoc[The Upload API] -***** xref:tinydrive-browse.adoc[The Browse API] -***** xref:tinydrive-pick.adoc[The Pick API] -***** xref:tinydrive-type-interfaces.adoc[TypeScript interfaces] -**** xref:tinydrive-changelog.adoc[Changelog] +***** xref:custom-dictionaries-for-tiny-spellchecker.adoc[Adding custom dictionaries] +**** xref:autocorrect.adoc[Spelling Autocorrect] +*** Productivity +**** xref:casechange.adoc[Case Change] +**** xref:formatpainter.adoc[Format Painter] +**** xref:permanentpen.adoc[Permanent Pen] +**** xref:introduction-to-powerpaste.adoc[PowerPaste] +***** xref:powerpaste-options.adoc[Options] +***** xref:powerpaste-commands-events-apis.adoc[Commands and Events] +***** xref:powerpaste-support.adoc[Supported functionality] +***** xref:powerpaste-troubleshooting.adoc[Troubleshooting] +**** xref:math.adoc[Math] +**** xref:editimage.adoc[Image Editing] +**** xref:uploadcare.adoc[Media Optimizer] +***** xref:uploadcare-image.adoc[Image] +***** xref:uploadcare-video.adoc[Video] +***** xref:uploadcare-documents.adoc[Files and Documents] +**** xref:advcode.adoc[Enhanced Code Editor] +**** xref:advtable.adoc[Enhanced Tables] +**** xref:fullpagehtml.adoc[Full Page HTML] +**** xref:advanced-templates.adoc[Templates] +**** xref:mergetags.adoc[Merge Tags] +**** xref:moxiemanager.adoc[MoxieManager] +**** xref:tinydrive-introduction.adoc[Tiny Drive] +***** xref:tinydrive-getting-started.adoc[Getting started] +***** Starter projects +****** xref:tinydrive-dotnet.adoc[.Net Core] +****** xref:tinydrive-java.adoc[Java Spring] +****** xref:tinydrive-nodejs.adoc[Node.js] +****** xref:tinydrive-php.adoc[PHP] +***** xref:tinydrive-jwt-authentication.adoc[JWT Authentication setup] +***** Configuration options +****** xref:tinydrive-setup-options.adoc[Setup options] +****** xref:tinydrive-ui-options.adoc[UI options] +****** xref:tinydrive-dropbox-and-google-drive.adoc[Dropbox and Google Drive integration options] +***** Integrations +****** xref:tinydrive-dropbox-integration.adoc[Dropbox] +****** xref:tinydrive-googledrive-integration.adoc[Google Drive] +***** xref:tinydrive-toolbars-menus.adoc[Toolbar buttons and menu items] +***** APIs +****** xref:introduction-to-tinydrive-apis.adoc[Introduction to the plugin APIs] +****** xref:tinydrive-upload.adoc[The Upload API] +****** xref:tinydrive-browse.adoc[The Browse API] +****** xref:tinydrive-pick.adoc[The Pick API] +****** xref:tinydrive-type-interfaces.adoc[TypeScript interfaces] +***** xref:tinydrive-changelog.adoc[Changelog] +*** Document Organization +**** xref:checklist.adoc[Checklist] +**** xref:footnotes.adoc[Footnotes] +**** xref:tableofcontents.adoc[Table of Contents] ** Open source plugins -*** xref:accordion.adoc[Accordion] -*** xref:anchor.adoc[Anchor] -*** xref:autolink.adoc[Autolink] -*** xref:autoresize.adoc[Autoresize] -*** xref:autosave.adoc[Autosave] -*** xref:charmap.adoc[Character Map] -*** xref:code.adoc[Code] -*** xref:codesample.adoc[Code Sample] -*** xref:directionality.adoc[Directionality] -*** xref:emoticons.adoc[Emoticons] -*** xref:fullscreen.adoc[Full Screen] -*** xref:help.adoc[Help] -*** xref:image.adoc[Image] -*** xref:importcss.adoc[Import CSS] -*** xref:insertdatetime.adoc[Insert Date/Time] -*** xref:link.adoc[Link] -*** xref:lists.adoc[Lists] -*** xref:advlist.adoc[List Styles] -*** xref:media.adoc[Media] -*** xref:nonbreaking.adoc[Nonbreaking Space] -*** xref:pagebreak.adoc[Page Break] -*** xref:preview.adoc[Preview] -*** xref:quickbars.adoc[Quick Toolbars] -*** xref:save.adoc[Save] -*** xref:searchreplace.adoc[Search and Replace] -*** xref:table.adoc[Table] -*** xref:visualblocks.adoc[Visual Blocks] -*** xref:visualchars.adoc[Visual Characters] -*** xref:wordcount.adoc[Word Count] +*** Core Editing +**** xref:charmap.adoc[Character Map] +**** xref:directionality.adoc[Directionality] +**** xref:emoticons.adoc[Emoticons] +**** xref:image.adoc[Image] +**** xref:insertdatetime.adoc[Insert Date/Time] +**** xref:link.adoc[Link] +**** xref:media.adoc[Media] +**** xref:nonbreaking.adoc[Nonbreaking Space] +**** xref:importcss.adoc[Import CSS] +**** xref:visualblocks.adoc[Visual Blocks] +**** xref:visualchars.adoc[Visual Characters] +**** xref:code.adoc[Code] +**** xref:codesample.adoc[Code Sample] +*** Productivity +**** xref:searchreplace.adoc[Search and Replace] +**** xref:fullscreen.adoc[Full Screen] +**** xref:preview.adoc[Preview] +**** xref:quickbars.adoc[Quick Toolbars] +**** xref:autolink.adoc[Autolink] +**** xref:autoresize.adoc[Autoresize] +**** xref:autosave.adoc[Autosave] +**** xref:wordcount.adoc[Word Count] +**** xref:help.adoc[Help] +**** xref:save.adoc[Save] +*** Document Organization +**** xref:table.adoc[Table] +**** xref:lists.adoc[Lists] +**** xref:advlist.adoc[List Styles] +**** xref:accordion.adoc[Accordion] +**** xref:anchor.adoc[Anchor] +**** xref:pagebreak.adoc[Page Break] * Accessibility ** xref:tinymce-and-screenreaders.adoc[Accessibility Guide] ** xref:keyboard-shortcuts.adoc[{productname} Keyboard shortcuts] diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index e3e953b527..b64899fb71 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -1,6 +1,8 @@ This section lists the open source plugins included with {productname}. These plugins provide the core editing and formatting functionality needed to build and extend the editor. -== Core Writing & Formatting +=== Core Editing + +Core tools for creating, formatting, and inserting everyday content. [cols="1,1"] |=== @@ -43,58 +45,63 @@ Adds and edits hyperlinks within content. a| [.lead] -xref:lists.adoc[Lists] +xref:media.adoc[Media] -Enables numbered and bulleted lists and normalizes list behavior across browsers. +Inserts and manages embedded media, including video, audio, and iframe embeds. a| [.lead] -xref:advlist.adoc[List Styles] +xref:nonbreaking.adoc[Nonbreaking Space] -Creates styled ordered and unordered lists. +Inserts non-breaking spaces. a| [.lead] -xref:media.adoc[Media] +xref:importcss.adoc[Import CSS] -Inserts and manages embedded media, including video, audio, and iframe embeds. +Imports CSS class names into the Formats menu for styling content. a| [.lead] -xref:nonbreaking.adoc[Nonbreaking Space] +xref:visualblocks.adoc[Visual Blocks] -Inserts non-breaking spaces. +Shows visual outlines of block-level elements. a| [.lead] -xref:pagebreak.adoc[Page Break] +xref:visualchars.adoc[Visual Characters] -Inserts a page break into content. +Displays nonbreaking spaces and soft hyphens as visible characters. a| [.lead] -xref:table.adoc[Table] +xref:code.adoc[Code] -Creates and edits tables, including structure and cell formatting. +Edits the HTML source code of the content directly. -|=== +a| +[.lead] +xref:codesample.adoc[Code Sample] -== Content Structure & Layout +Inserts syntax-highlighted code snippets. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). -[cols="1,1"] |=== -a| -[.lead] -xref:accordion.adoc[Accordion] +=== Productivity -Creates expandable and collapsible content sections. +Tools that speed up common editing tasks and enhance day-to-day workflows. + +[cols="1,1"] +|=== a| [.lead] -xref:anchor.adoc[Anchor] +xref:searchreplace.adoc[Search and Replace] -Inserts anchors (bookmarks) that link directly to content. +Finds and replaces text across content. a| [.lead] @@ -102,12 +109,6 @@ xref:fullscreen.adoc[Full Screen] Expands the editor to full-screen mode. -a| -[.lead] -xref:importcss.adoc[Import CSS] - -Imports CSS class names into the Formats menu for styling content. - a| [.lead] xref:preview.adoc[Preview] @@ -122,97 +123,83 @@ Adds context toolbars for text selections, images, and inserting content on empt a| [.lead] -xref:visualblocks.adoc[Visual Blocks] +xref:autolink.adoc[Autolink] -Shows visual outlines of block-level elements. +Converts typed URLs and email addresses into links automatically. a| [.lead] -xref:visualchars.adoc[Visual Characters] - -Displays nonbreaking spaces and soft hyphens as visible characters. - -|=== - - -== Code & Technical Editing +xref:autoresize.adoc[Autoresize] -[cols="1,1"] -|=== +Resizes the editor to fit its content. a| [.lead] -xref:code.adoc[Code] +xref:autosave.adoc[Autosave] -Edits the HTML source code of the content directly. +Saves content in the local browser to prevent data loss. a| [.lead] -xref:codesample.adoc[Code Sample] +xref:wordcount.adoc[Word Count] -Inserts syntax-highlighted code snippets. +Displays real-time word and character counts in the status bar. a| [.lead] -xref:searchreplace.adoc[Search and Replace] +xref:help.adoc[Help] -Finds and replaces text across content. +Displays a help dialog with documentation and guidance. a| -// Dummy cell to even out the two-column grid (odd number of plugins). +[.lead] +xref:save.adoc[Save] + +Adds a button for manually saving content. |=== -== Productivity & Automation +=== Document Organization + +Tools for structuring documents with tables, lists, and navigational elements. [cols="1,1"] |=== - a| [.lead] -xref:autolink.adoc[Autolink] +xref:table.adoc[Table] -Converts typed URLs and email addresses into links automatically. +Creates and edits tables, including structure and cell formatting. a| [.lead] -xref:autoresize.adoc[Autoresize] +xref:lists.adoc[Lists] -Resizes the editor to fit its content. +Enables numbered and bulleted lists and normalizes list behavior across browsers. a| [.lead] -xref:autosave.adoc[Autosave] +xref:advlist.adoc[List Styles] -Saves content in the local browser to prevent data loss. +Creates styled ordered and unordered lists. a| [.lead] -xref:help.adoc[Help] +xref:accordion.adoc[Accordion] -Displays a help dialog with documentation and guidance. +Creates expandable and collapsible content sections. a| [.lead] -xref:save.adoc[Save] +xref:anchor.adoc[Anchor] -Adds a button for manually saving content. +Inserts anchors (bookmarks) that link directly to content. a| [.lead] -xref:wordcount.adoc[Word Count] +xref:pagebreak.adoc[Page Break] -Displays real-time word and character counts in the status bar. +Inserts a page break into content. |=== - -// Dummy table cell. -// 1. Remove the inline comment markup pre-pending this -// element when the number of cells in the table is -// odd. -// 2. Prepend the inline comment markup to this element -// when the number of cells in the table is even. - - - diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index 2d93d43532..6cd4df5971 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,272 +1,286 @@ -// Premium badge label. Inline-styled span (float: right) so it renders as an -// orange outline pill pinned to the top-right of each plugin card, matching the -// tiny.cloud/pricing "fancylabel" treatment. Edit the style here to restyle all badges. -:premium-tag: pass:[Premium] - This section lists the premium plugins available for {productname}. These plugins extend the core editor with advanced capabilities for enterprise use cases, enhanced workflows, and additional functionality beyond the open source set. -=== AI & Writing Assistance - -This plugin category includes features that use AI to assist with writing, editing, and content generation. +=== AI -include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] +AI-powered features that bring content generation, transformation, and quality review directly into the editor. [cols="1,1"] |=== a| [.lead] -{premium-tag}xref:ai.adoc[AI Assistant (legacy)] +xref:tinymceai-introduction.adoc[TinyMCE AI] -Sends queries to registered AI APIs and inserts the results into the document. New integrations are documented under xref:tinymceai-introduction.adoc[TinyMCE AI]. +Integrates real-time AI writing assistance into {productname}, with ready-to-use editor features and an API for custom functionality with the LLM of your choice. a| [.lead] -{premium-tag}xref:autocorrect.adoc[Spelling Autocorrect] +xref:tinymceai-chat.adoc[AI Chat] -Autocorrects common typos, spelling errors, and capitalization in {productname}. +Generates, refines, and analyzes content through multi-turn, context-aware AI conversations, with optional web search and file uploads, directly in the editor. a| [.lead] -{premium-tag}xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] +xref:tinymceai-actions.adoc[AI Quick Actions] -Checks spelling as-you-type in {productname}. +Applies one-click AI transformations, such as rewriting, summarizing, or translating, directly from the toolbar. a| -// Dummy cell to even out the two-column grid (odd number of plugins). +[.lead] +xref:tinymceai-review.adoc[AI Review] + +Checks content for grammar, clarity, style, and tone, and reviews AI-suggested edits inline before accepting them. |=== -=== Collaboration & Workflow +=== Collaboration -Tools that support team-based editing, feedback, and content management +Tools that support team-based editing, feedback, and content management. [cols="1,1"] |=== a| [.lead] -{premium-tag}xref:introduction-to-tiny-comments.adoc[Comments] +xref:introduction-to-tiny-comments.adoc[Comments] Adds and manages comments directly within the content. a| [.lead] -{premium-tag}xref:mentions.adoc[Mentions] +xref:mentions.adoc[Mentions] Adds @mention functionality to content. a| [.lead] -{premium-tag}xref:mergetags.adoc[Merge Tags] - -Inserts dynamic content through Merge Tags. - -a| -[.lead] -{premium-tag}xref:revisionhistory.adoc[Revision History] +xref:revisionhistory.adoc[Revision History] Displays previously saved document revisions with visual diffs and restores earlier versions. a| [.lead] -{premium-tag}xref:suggestededits.adoc[Suggested Edits] +xref:suggestededits.adoc[Suggested Edits] Tracks changes and reviews edits made by multiple authors in a document. -a| -// Dummy cell to even out the two-column grid (odd number of plugins). - |=== -=== Content Creation & Formatting +=== Content Conversion & Embedding -Tools for creating, structuring, and styling content to improve readability, consistency, and overall document presentation. +Tools for converting content between formats and embedding external media and pages. [cols="1,1"] |=== a| [.lead] -{premium-tag}xref:advanced-typography.adoc[Advanced Typography] +xref:markdown.adoc[Markdown] -Replaces typewriter-style characters with their professional typesetter equivalents. +Converts pasted Markdown content into formatted output. a| [.lead] -{premium-tag}xref:casechange.adoc[Case Change] +xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] -Changes the capitalization of selected text. +Adds rich media previews inside {productname} for embedded content such as videos. a| [.lead] -{premium-tag}xref:checklist.adoc[Checklist] +xref:pageembed.adoc[Page Embed] -Adds interactive checklists for tasks and to-do lists. +Embeds external web pages or iframes directly into content. a| [.lead] -{premium-tag}xref:footnotes.adoc[Footnotes] +xref:inline-css.adoc[Inline CSS] -Inserts and manages in-text footnotes within documents. +Converts content into a single HTML file with inline styles, optimized for email and portability. a| [.lead] -{premium-tag}xref:formatpainter.adoc[Format Painter] +xref:exportword.adoc[Export to Word] -Copies formatting from one selection and applies it to another. +Exports editor content to `.docx` (Microsoft Word) format. a| [.lead] -{premium-tag}xref:math.adoc[Math] +xref:exportpdf.adoc[Export to PDF] -Inserts math formulas using LaTeX or MathML markup. +Generates a `.pdf` file from {productname} content. a| [.lead] -{premium-tag}xref:markdown.adoc[Markdown] +xref:importword.adoc[Import from Word] -Converts pasted Markdown content into formatted output. +Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). + +|=== + +=== Compliance + +Tools that help content meet accessibility, quality, and correctness standards. + +[cols="1,1"] +|=== a| [.lead] -{premium-tag}xref:tableofcontents.adoc[Table of Contents] +xref:a11ychecker.adoc[Accessibility Checker] -Inserts an automatically generated Table of Contents into {productname}. +Checks editor content against WCAG accessibility guidelines (levels A, AA, and AAA). a| [.lead] -{premium-tag}xref:permanentpen.adoc[Permanent Pen] +xref:linkchecker.adoc[Link Checker] -Applies formatting continuously while typing without needing re-selection. +Validates links automatically as they are added or edited. a| [.lead] -{premium-tag}xref:introduction-to-powerpaste.adoc[PowerPaste] +xref:advanced-typography.adoc[Advanced Typography] -Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. +Replaces typewriter-style characters with their professional typesetter equivalents. + +a| +[.lead] +xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] + +Checks spelling as-you-type in {productname}. + +a| +[.lead] +xref:autocorrect.adoc[Spelling Autocorrect] + +Autocorrects common typos, spelling errors, and capitalization in {productname}. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). |=== -=== Media, Links & Embeds +=== Productivity -Tools for inserting and managing external content such as images, videos, links, and embedded media to enrich documents and connect information sources. +Tools that speed up common editing tasks and enhance day-to-day workflows. [cols="1,1"] |=== a| [.lead] -{premium-tag}xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +xref:casechange.adoc[Case Change] -Adds rich media previews inside {productname} for embedded content such as videos. +Changes the capitalization of selected text. a| [.lead] -{premium-tag}xref:editimage.adoc[Image Editing] +xref:formatpainter.adoc[Format Painter] -Crops, resizes, and applies filters to images within the editor. +Copies formatting from one selection and applies it to another. a| [.lead] -{premium-tag}xref:linkchecker.adoc[Link Checker] +xref:permanentpen.adoc[Permanent Pen] -Validates links automatically as they are added or edited. +Applies formatting continuously while typing without needing re-selection. a| [.lead] -{premium-tag}xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] +xref:introduction-to-powerpaste.adoc[PowerPaste] -Optimizes uploaded images and videos for performance and delivery. +Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. a| [.lead] -{premium-tag}xref:moxiemanager.adoc[MoxieManager] +xref:math.adoc[Math] -Manages files and images within the editor. +Inserts math formulas using LaTeX or MathML markup. a| [.lead] -{premium-tag}xref:pageembed.adoc[Page Embed] +xref:editimage.adoc[Image Editing] -Embeds external web pages or iframes directly into content. +Crops, resizes, and applies filters to images within the editor. a| [.lead] -{premium-tag}xref:tinydrive-introduction.adoc[Tiny Drive] +xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] -Provides cloud-based file and image management for {productname}. +Optimizes uploaded images and videos for performance and delivery. a| -// Dummy cell to even out the two-column grid (odd number of plugins). - -|=== - -=== Import, Export & Document Control - -Features for handling document exchange, format conversion, and maintaining structure and consistency across different systems and workflows. +[.lead] +xref:advcode.adoc[Enhanced Code Editor] -[cols="1,1"] -|=== +Provides an improved code editing experience with IDE-like features for source content. a| [.lead] -{premium-tag}xref:a11ychecker.adoc[Accessibility Checker] +xref:advtable.adoc[Enhanced Tables] -Checks editor content against WCAG accessibility guidelines (levels A, AA, and AAA). +Adds advanced table features such as sorting and row numbering. a| [.lead] -{premium-tag}xref:advcode.adoc[Enhanced Code Editor] +xref:fullpagehtml.adoc[Full Page HTML] -Provides an improved code editing experience with IDE-like features for source content. +Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description. a| [.lead] -{premium-tag}xref:advtable.adoc[Enhanced Tables] +xref:advanced-templates.adoc[Templates] -Adds advanced table features such as sorting and row numbering. +Creates and edits structured document templates in {productname}. a| [.lead] -{premium-tag}xref:exportpdf.adoc[Export to PDF] +xref:mergetags.adoc[Merge Tags] -Generates a `.pdf` file from {productname} content. +Inserts dynamic content through Merge Tags. a| [.lead] -{premium-tag}xref:exportword.adoc[Export to Word] +xref:moxiemanager.adoc[MoxieManager] -Exports editor content to `.docx` (Microsoft Word) format. +Manages files and images within the editor. a| [.lead] -{premium-tag}xref:fullpagehtml.adoc[Full Page HTML] +xref:tinydrive-introduction.adoc[Tiny Drive] -Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description. +Provides cloud-based file and image management for {productname}. + +|=== + +=== Document Organization + +Tools for structuring documents with tables, lists, and navigational elements. + +[cols="1,1"] +|=== a| [.lead] -{premium-tag}xref:importword.adoc[Import from Word] +xref:checklist.adoc[Checklist] -Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor. +Adds interactive checklists for tasks and to-do lists. a| [.lead] -{premium-tag}xref:inline-css.adoc[Inline CSS] +xref:footnotes.adoc[Footnotes] -Converts content into a single HTML file with inline styles, optimized for email and portability. +Inserts and manages in-text footnotes within documents. a| [.lead] -{premium-tag}xref:advanced-templates.adoc[Templates] +xref:tableofcontents.adoc[Table of Contents] -Creates and edits structured document templates in {productname}. +Inserts an automatically generated Table of Contents into {productname}. a| // Dummy cell to even out the two-column grid (odd number of plugins). |=== - - - diff --git a/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc b/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc deleted file mode 100644 index c97cc56e68..0000000000 --- a/modules/ROOT/partials/misc/admon-plugins-tinymce-ai-feature.adoc +++ /dev/null @@ -1,47 +0,0 @@ -// Premium plugins index — TinyMCE AI feature advert. Single passthrough (markup then -++++ From 0f9b34b46aebb43dfe0fa8e1d4c7c1c5a11f7441 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 17 Jul 2026 16:49:33 +1000 Subject: [PATCH 6/8] DOC-3021: Order plugin index entries alphabetically within each category Sort plugins alphabetically by display name within every capability category on the premium and open source plugin index pages, for predictable, consistent ordering across sections. TinyMCE AI is pinned first in the AI category as the umbrella entry, with its sub-features following alphabetically. --- .../index-pages/opensource-plugins.adoc | 96 +++++++++---------- .../partials/index-pages/premium-plugins.adoc | 81 ++++++++-------- 2 files changed, 89 insertions(+), 88 deletions(-) diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index b64899fb71..88fa13a237 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -13,6 +13,18 @@ xref:charmap.adoc[Character Map] Inserts special characters into {productname}. +a| +[.lead] +xref:code.adoc[Code] + +Edits the HTML source code of the content directly. + +a| +[.lead] +xref:codesample.adoc[Code Sample] + +Inserts syntax-highlighted code snippets. + a| [.lead] xref:directionality.adoc[Directionality] @@ -31,6 +43,12 @@ xref:image.adoc[Image] Inserts and manages images in {productname}. +a| +[.lead] +xref:importcss.adoc[Import CSS] + +Imports CSS class names into the Formats menu for styling content. + a| [.lead] xref:insertdatetime.adoc[Insert Date/Time] @@ -55,12 +73,6 @@ xref:nonbreaking.adoc[Nonbreaking Space] Inserts non-breaking spaces. -a| -[.lead] -xref:importcss.adoc[Import CSS] - -Imports CSS class names into the Formats menu for styling content. - a| [.lead] xref:visualblocks.adoc[Visual Blocks] @@ -73,18 +85,6 @@ xref:visualchars.adoc[Visual Characters] Displays nonbreaking spaces and soft hyphens as visible characters. -a| -[.lead] -xref:code.adoc[Code] - -Edits the HTML source code of the content directly. - -a| -[.lead] -xref:codesample.adoc[Code Sample] - -Inserts syntax-highlighted code snippets. - a| // Dummy cell to even out the two-column grid (odd number of plugins). @@ -99,63 +99,63 @@ Tools that speed up common editing tasks and enhance day-to-day workflows. a| [.lead] -xref:searchreplace.adoc[Search and Replace] +xref:autolink.adoc[Autolink] -Finds and replaces text across content. +Converts typed URLs and email addresses into links automatically. a| [.lead] -xref:fullscreen.adoc[Full Screen] +xref:autoresize.adoc[Autoresize] -Expands the editor to full-screen mode. +Resizes the editor to fit its content. a| [.lead] -xref:preview.adoc[Preview] +xref:autosave.adoc[Autosave] -Displays a read-only preview of the current content. +Saves content in the local browser to prevent data loss. a| [.lead] -xref:quickbars.adoc[Quick Toolbars] +xref:fullscreen.adoc[Full Screen] -Adds context toolbars for text selections, images, and inserting content on empty lines. +Expands the editor to full-screen mode. a| [.lead] -xref:autolink.adoc[Autolink] +xref:help.adoc[Help] -Converts typed URLs and email addresses into links automatically. +Displays a help dialog with documentation and guidance. a| [.lead] -xref:autoresize.adoc[Autoresize] +xref:preview.adoc[Preview] -Resizes the editor to fit its content. +Displays a read-only preview of the current content. a| [.lead] -xref:autosave.adoc[Autosave] +xref:quickbars.adoc[Quick Toolbars] -Saves content in the local browser to prevent data loss. +Adds context toolbars for text selections, images, and inserting content on empty lines. a| [.lead] -xref:wordcount.adoc[Word Count] +xref:save.adoc[Save] -Displays real-time word and character counts in the status bar. +Adds a button for manually saving content. a| [.lead] -xref:help.adoc[Help] +xref:searchreplace.adoc[Search and Replace] -Displays a help dialog with documentation and guidance. +Finds and replaces text across content. a| [.lead] -xref:save.adoc[Save] +xref:wordcount.adoc[Word Count] -Adds a button for manually saving content. +Displays real-time word and character counts in the status bar. |=== @@ -168,15 +168,15 @@ Tools for structuring documents with tables, lists, and navigational elements. a| [.lead] -xref:table.adoc[Table] +xref:accordion.adoc[Accordion] -Creates and edits tables, including structure and cell formatting. +Creates expandable and collapsible content sections. a| [.lead] -xref:lists.adoc[Lists] +xref:anchor.adoc[Anchor] -Enables numbered and bulleted lists and normalizes list behavior across browsers. +Inserts anchors (bookmarks) that link directly to content. a| [.lead] @@ -186,20 +186,20 @@ Creates styled ordered and unordered lists. a| [.lead] -xref:accordion.adoc[Accordion] +xref:lists.adoc[Lists] -Creates expandable and collapsible content sections. +Enables numbered and bulleted lists and normalizes list behavior across browsers. a| [.lead] -xref:anchor.adoc[Anchor] +xref:pagebreak.adoc[Page Break] -Inserts anchors (bookmarks) that link directly to content. +Inserts a page break into content. a| [.lead] -xref:pagebreak.adoc[Page Break] +xref:table.adoc[Table] -Inserts a page break into content. +Creates and edits tables, including structure and cell formatting. |=== diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index 6cd4df5971..3ba7606047 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -4,6 +4,7 @@ This section lists the premium plugins available for {productname}. These plugin AI-powered features that bring content generation, transformation, and quality review directly into the editor. +// TinyMCE AI is pinned first as the umbrella entry; the remaining AI plugins follow alphabetically. [cols="1,1"] |=== @@ -75,45 +76,45 @@ Tools for converting content between formats and embedding external media and pa a| [.lead] -xref:markdown.adoc[Markdown] +xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] -Converts pasted Markdown content into formatted output. +Adds rich media previews inside {productname} for embedded content such as videos. a| [.lead] -xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +xref:exportpdf.adoc[Export to PDF] -Adds rich media previews inside {productname} for embedded content such as videos. +Generates a `.pdf` file from {productname} content. a| [.lead] -xref:pageembed.adoc[Page Embed] +xref:exportword.adoc[Export to Word] -Embeds external web pages or iframes directly into content. +Exports editor content to `.docx` (Microsoft Word) format. a| [.lead] -xref:inline-css.adoc[Inline CSS] +xref:importword.adoc[Import from Word] -Converts content into a single HTML file with inline styles, optimized for email and portability. +Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor. a| [.lead] -xref:exportword.adoc[Export to Word] +xref:inline-css.adoc[Inline CSS] -Exports editor content to `.docx` (Microsoft Word) format. +Converts content into a single HTML file with inline styles, optimized for email and portability. a| [.lead] -xref:exportpdf.adoc[Export to PDF] +xref:markdown.adoc[Markdown] -Generates a `.pdf` file from {productname} content. +Converts pasted Markdown content into formatted output. a| [.lead] -xref:importword.adoc[Import from Word] +xref:pageembed.adoc[Page Embed] -Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor. +Embeds external web pages or iframes directly into content. a| // Dummy cell to even out the two-column grid (odd number of plugins). @@ -135,15 +136,15 @@ Checks editor content against WCAG accessibility guidelines (levels A, AA, and A a| [.lead] -xref:linkchecker.adoc[Link Checker] +xref:advanced-typography.adoc[Advanced Typography] -Validates links automatically as they are added or edited. +Replaces typewriter-style characters with their professional typesetter equivalents. a| [.lead] -xref:advanced-typography.adoc[Advanced Typography] +xref:linkchecker.adoc[Link Checker] -Replaces typewriter-style characters with their professional typesetter equivalents. +Validates links automatically as they are added or edited. a| [.lead] @@ -177,27 +178,27 @@ Changes the capitalization of selected text. a| [.lead] -xref:formatpainter.adoc[Format Painter] +xref:advcode.adoc[Enhanced Code Editor] -Copies formatting from one selection and applies it to another. +Provides an improved code editing experience with IDE-like features for source content. a| [.lead] -xref:permanentpen.adoc[Permanent Pen] +xref:advtable.adoc[Enhanced Tables] -Applies formatting continuously while typing without needing re-selection. +Adds advanced table features such as sorting and row numbering. a| [.lead] -xref:introduction-to-powerpaste.adoc[PowerPaste] +xref:formatpainter.adoc[Format Painter] -Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. +Copies formatting from one selection and applies it to another. a| [.lead] -xref:math.adoc[Math] +xref:fullpagehtml.adoc[Full Page HTML] -Inserts math formulas using LaTeX or MathML markup. +Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description. a| [.lead] @@ -207,45 +208,45 @@ Crops, resizes, and applies filters to images within the editor. a| [.lead] -xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] +xref:math.adoc[Math] -Optimizes uploaded images and videos for performance and delivery. +Inserts math formulas using LaTeX or MathML markup. a| [.lead] -xref:advcode.adoc[Enhanced Code Editor] +xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] -Provides an improved code editing experience with IDE-like features for source content. +Optimizes uploaded images and videos for performance and delivery. a| [.lead] -xref:advtable.adoc[Enhanced Tables] +xref:mergetags.adoc[Merge Tags] -Adds advanced table features such as sorting and row numbering. +Inserts dynamic content through Merge Tags. a| [.lead] -xref:fullpagehtml.adoc[Full Page HTML] +xref:moxiemanager.adoc[MoxieManager] -Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description. +Manages files and images within the editor. a| [.lead] -xref:advanced-templates.adoc[Templates] +xref:permanentpen.adoc[Permanent Pen] -Creates and edits structured document templates in {productname}. +Applies formatting continuously while typing without needing re-selection. a| [.lead] -xref:mergetags.adoc[Merge Tags] +xref:introduction-to-powerpaste.adoc[PowerPaste] -Inserts dynamic content through Merge Tags. +Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. a| [.lead] -xref:moxiemanager.adoc[MoxieManager] +xref:advanced-templates.adoc[Templates] -Manages files and images within the editor. +Creates and edits structured document templates in {productname}. a| [.lead] From b9e7ce2028319f3f5475af26554babc78bd191e4 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 20 Jul 2026 09:16:36 +1000 Subject: [PATCH 7/8] DOC-3021: Feature TinyMCE AI as umbrella entry and align nav ordering with plugin index Present TinyMCE AI as a full-width top-level entry in the AI category, with AI Chat, AI Quick Actions, and AI Review listed in the grid below as its individual features. Reorder the left-hand navigation so plugins within each category match the alphabetical order of the plugin index pages, keeping nav and page consistent. --- modules/ROOT/nav.adoc | 64 +++++++++---------- .../partials/index-pages/premium-plugins.adoc | 14 ++-- 2 files changed, 40 insertions(+), 38 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 9e89bfd0d5..359fd09f32 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -253,8 +253,8 @@ *** AI **** xref:tinymceai-introduction.adoc[Introduction] **** xref:tinymceai-chat.adoc[Chat] -**** xref:tinymceai-review.adoc[Review] **** xref:tinymceai-actions.adoc[Actions] +**** xref:tinymceai-review.adoc[Review] **** xref:tinymceai-models.adoc[AI Models] **** xref:tinymceai-limits.adoc[Limits] **** xref:tinymceai-integration-options.adoc[Integration Options] @@ -298,18 +298,10 @@ **** xref:revisionhistory.adoc[Revision History] **** xref:suggestededits.adoc[Suggested Edits] *** Content Conversion & Embedding -**** xref:markdown.adoc[Markdown] **** Enhanced Media Embed ***** xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] ***** xref:mediaembed-server-config.adoc[Configure Enhanced Media Embed Server] ***** xref:mediaembed-server-integration.adoc[Integrate Enhanced Media Embed Server] -**** xref:pageembed.adoc[Page Embed] -**** xref:inline-css.adoc[Inline CSS] -**** xref:exportword.adoc[Export to Word] -***** xref:html-to-docx-converter-api.adoc[HTML to DOCX Converter API] -***** JWT Authentication -****** xref:export-to-word-with-jwt-authentication-nodejs.adoc[Node.js] -****** xref:export-to-word-with-jwt-authentication-php.adoc[PHP] **** Export to PDF ***** xref:exportpdf.adoc[Export to PDF] ****** xref:html-to-pdf-converter-api-v2.adoc[HTML to PDF Converter API] @@ -318,39 +310,47 @@ ******* xref:export-to-pdf-v2-with-jwt-authentication-php.adoc[PHP (8.4.0+)] ******* xref:export-to-pdf-with-jwt-authentication-nodejs.adoc[Node.js (pre-8.4.0)] ******* xref:export-to-pdf-with-jwt-authentication-php.adoc[PHP (pre-8.4.0)] +**** xref:exportword.adoc[Export to Word] +***** xref:html-to-docx-converter-api.adoc[HTML to DOCX Converter API] +***** JWT Authentication +****** xref:export-to-word-with-jwt-authentication-nodejs.adoc[Node.js] +****** xref:export-to-word-with-jwt-authentication-php.adoc[PHP] **** xref:importword.adoc[Import from Word] ***** xref:docx-to-html-converter-api.adoc[DOCX to HTML Converter API] ***** JWT Authentication ****** xref:import-from-word-with-jwt-authentication-nodejs.adoc[Node.js] ****** xref:import-from-word-with-jwt-authentication-php.adoc[PHP] +**** xref:inline-css.adoc[Inline CSS] +**** xref:markdown.adoc[Markdown] +**** xref:pageembed.adoc[Page Embed] *** Compliance **** xref:a11ychecker.adoc[Accessibility Checker] -**** xref:linkchecker.adoc[Link Checker] **** xref:advanced-typography.adoc[Advanced Typography] +**** xref:linkchecker.adoc[Link Checker] **** xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] ***** xref:custom-dictionaries-for-tiny-spellchecker.adoc[Adding custom dictionaries] **** xref:autocorrect.adoc[Spelling Autocorrect] *** Productivity **** xref:casechange.adoc[Case Change] +**** xref:advcode.adoc[Enhanced Code Editor] +**** xref:advtable.adoc[Enhanced Tables] **** xref:formatpainter.adoc[Format Painter] -**** xref:permanentpen.adoc[Permanent Pen] -**** xref:introduction-to-powerpaste.adoc[PowerPaste] -***** xref:powerpaste-options.adoc[Options] -***** xref:powerpaste-commands-events-apis.adoc[Commands and Events] -***** xref:powerpaste-support.adoc[Supported functionality] -***** xref:powerpaste-troubleshooting.adoc[Troubleshooting] -**** xref:math.adoc[Math] +**** xref:fullpagehtml.adoc[Full Page HTML] **** xref:editimage.adoc[Image Editing] +**** xref:math.adoc[Math] **** xref:uploadcare.adoc[Media Optimizer] ***** xref:uploadcare-image.adoc[Image] ***** xref:uploadcare-video.adoc[Video] ***** xref:uploadcare-documents.adoc[Files and Documents] -**** xref:advcode.adoc[Enhanced Code Editor] -**** xref:advtable.adoc[Enhanced Tables] -**** xref:fullpagehtml.adoc[Full Page HTML] -**** xref:advanced-templates.adoc[Templates] **** xref:mergetags.adoc[Merge Tags] **** xref:moxiemanager.adoc[MoxieManager] +**** xref:permanentpen.adoc[Permanent Pen] +**** xref:introduction-to-powerpaste.adoc[PowerPaste] +***** xref:powerpaste-options.adoc[Options] +***** xref:powerpaste-commands-events-apis.adoc[Commands and Events] +***** xref:powerpaste-support.adoc[Supported functionality] +***** xref:powerpaste-troubleshooting.adoc[Troubleshooting] +**** xref:advanced-templates.adoc[Templates] **** xref:tinydrive-introduction.adoc[Tiny Drive] ***** xref:tinydrive-getting-started.adoc[Getting started] ***** Starter projects @@ -381,36 +381,36 @@ ** Open source plugins *** Core Editing **** xref:charmap.adoc[Character Map] +**** xref:code.adoc[Code] +**** xref:codesample.adoc[Code Sample] **** xref:directionality.adoc[Directionality] **** xref:emoticons.adoc[Emoticons] **** xref:image.adoc[Image] +**** xref:importcss.adoc[Import CSS] **** xref:insertdatetime.adoc[Insert Date/Time] **** xref:link.adoc[Link] **** xref:media.adoc[Media] **** xref:nonbreaking.adoc[Nonbreaking Space] -**** xref:importcss.adoc[Import CSS] **** xref:visualblocks.adoc[Visual Blocks] **** xref:visualchars.adoc[Visual Characters] -**** xref:code.adoc[Code] -**** xref:codesample.adoc[Code Sample] *** Productivity -**** xref:searchreplace.adoc[Search and Replace] -**** xref:fullscreen.adoc[Full Screen] -**** xref:preview.adoc[Preview] -**** xref:quickbars.adoc[Quick Toolbars] **** xref:autolink.adoc[Autolink] **** xref:autoresize.adoc[Autoresize] **** xref:autosave.adoc[Autosave] -**** xref:wordcount.adoc[Word Count] +**** xref:fullscreen.adoc[Full Screen] **** xref:help.adoc[Help] +**** xref:preview.adoc[Preview] +**** xref:quickbars.adoc[Quick Toolbars] **** xref:save.adoc[Save] +**** xref:searchreplace.adoc[Search and Replace] +**** xref:wordcount.adoc[Word Count] *** Document Organization -**** xref:table.adoc[Table] -**** xref:lists.adoc[Lists] -**** xref:advlist.adoc[List Styles] **** xref:accordion.adoc[Accordion] **** xref:anchor.adoc[Anchor] +**** xref:advlist.adoc[List Styles] +**** xref:lists.adoc[Lists] **** xref:pagebreak.adoc[Page Break] +**** xref:table.adoc[Table] * Accessibility ** xref:tinymce-and-screenreaders.adoc[Accessibility Guide] ** xref:keyboard-shortcuts.adoc[{productname} Keyboard shortcuts] diff --git a/modules/ROOT/partials/index-pages/premium-plugins.adoc b/modules/ROOT/partials/index-pages/premium-plugins.adoc index 3ba7606047..40e0155766 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -4,15 +4,14 @@ This section lists the premium plugins available for {productname}. These plugin AI-powered features that bring content generation, transformation, and quality review directly into the editor. -// TinyMCE AI is pinned first as the umbrella entry; the remaining AI plugins follow alphabetically. -[cols="1,1"] -|=== - -a| +// TinyMCE AI is presented as the top-level umbrella entry, with its individual features listed in the grid below. [.lead] xref:tinymceai-introduction.adoc[TinyMCE AI] -Integrates real-time AI writing assistance into {productname}, with ready-to-use editor features and an API for custom functionality with the LLM of your choice. +Integrates real-time AI writing assistance into {productname}, with ready-to-use editor features and an API for custom functionality with the LLM of your choice. {productname} AI includes the following features: + +[cols="1,1"] +|=== a| [.lead] @@ -32,6 +31,9 @@ xref:tinymceai-review.adoc[AI Review] Checks content for grammar, clarity, style, and tone, and reviews AI-suggested edits inline before accepting them. +a| +// Dummy cell to even out the two-column grid (odd number of plugins). + |=== === Collaboration From 3101d01408720dc64795761d925791225d5599ad Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 20 Jul 2026 09:25:59 +1000 Subject: [PATCH 8/8] DOC-3021: Flatten duplicated nav nodes for Enhanced Media Embed and Export to PDF Use the plugin page as the parent navigation node for Enhanced Media Embed and Export to PDF, matching Export to Word and Import from Word, so the plugin no longer appears twice in the navigation tree. --- modules/ROOT/nav.adoc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 359fd09f32..f57fa01e18 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -298,18 +298,16 @@ **** xref:revisionhistory.adoc[Revision History] **** xref:suggestededits.adoc[Suggested Edits] *** Content Conversion & Embedding -**** Enhanced Media Embed -***** xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +**** xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] ***** xref:mediaembed-server-config.adoc[Configure Enhanced Media Embed Server] ***** xref:mediaembed-server-integration.adoc[Integrate Enhanced Media Embed Server] -**** Export to PDF -***** xref:exportpdf.adoc[Export to PDF] -****** xref:html-to-pdf-converter-api-v2.adoc[HTML to PDF Converter API] -****** JWT Authentication -******* xref:export-to-pdf-v2-with-jwt-authentication-nodejs.adoc[Node.js (8.4.0+)] -******* xref:export-to-pdf-v2-with-jwt-authentication-php.adoc[PHP (8.4.0+)] -******* xref:export-to-pdf-with-jwt-authentication-nodejs.adoc[Node.js (pre-8.4.0)] -******* xref:export-to-pdf-with-jwt-authentication-php.adoc[PHP (pre-8.4.0)] +**** xref:exportpdf.adoc[Export to PDF] +***** xref:html-to-pdf-converter-api-v2.adoc[HTML to PDF Converter API] +***** JWT Authentication +****** xref:export-to-pdf-v2-with-jwt-authentication-nodejs.adoc[Node.js (8.4.0+)] +****** xref:export-to-pdf-v2-with-jwt-authentication-php.adoc[PHP (8.4.0+)] +****** xref:export-to-pdf-with-jwt-authentication-nodejs.adoc[Node.js (pre-8.4.0)] +****** xref:export-to-pdf-with-jwt-authentication-php.adoc[PHP (pre-8.4.0)] **** xref:exportword.adoc[Export to Word] ***** xref:html-to-docx-converter-api.adoc[HTML to DOCX Converter API] ***** JWT Authentication