From bca0446e76f1c7e93281b19572d06a7dda8c23b2 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Thu, 7 May 2026 15:55:25 +1000 Subject: [PATCH 1/3] 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 2475a1c7f8440b36044bfdb1c1d1d07caf23c130 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Mon, 18 May 2026 16:40:43 +1000 Subject: [PATCH 2/3] 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 f2cbf64820068f1c8725721efe784f808203fb71 Mon Sep 17 00:00:00 2001 From: Jeslyn Bo Date: Mon, 18 May 2026 16:53:08 +1000 Subject: [PATCH 3/3] 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