From c00400516a96901e3fd1eab126c3a67c7bd33572 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Thu, 7 May 2026 15:55:25 +1000 Subject: [PATCH 1/4] 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/4] 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/4] 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/4] 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.