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