diff --git a/modules/ROOT/pages/plugins.adoc b/modules/ROOT/pages/plugins.adoc index 59db82ab2d..98a23e851d 100644 --- a/modules/ROOT/pages/plugins.adoc +++ b/modules/ROOT/pages/plugins.adoc @@ -2,7 +2,7 @@ :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 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 diff --git a/modules/ROOT/partials/index-pages/opensource-plugins.adoc b/modules/ROOT/partials/index-pages/opensource-plugins.adoc index 837f39abad..e3e953b527 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -1,181 +1,211 @@ -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 [cols="1,1"] |=== a| [.lead] -xref:accordion.adoc[Accordion] +xref:charmap.adoc[Character Map] -Create expandable and collapsible sections. +Inserts special characters into {productname}. a| [.lead] -xref:anchor.adoc[Anchor] +xref:directionality.adoc[Directionality] -Insert anchors (sometimes referred to as a bookmarks). +Sets text direction to left-to-right or right-to-left. a| [.lead] -xref:autolink.adoc[Autolink] +xref:emoticons.adoc[Emoticons] -Automatically create hyperlinks. +Inserts emoticons into {productname} content. a| [.lead] -xref:autoresize.adoc[Autoresize] +xref:image.adoc[Image] -Automatically resize {productname} to fit content. +Inserts and manages images in {productname}. a| [.lead] -xref:autosave.adoc[Autosave] +xref:insertdatetime.adoc[Insert Date/Time] -Automatically save content in your local browser. +Inserts the current date or time into {productname}. a| [.lead] -xref:charmap.adoc[Character Map] +xref:link.adoc[Link] -Insert special characters into {productname}. +Adds and edits hyperlinks within content. a| [.lead] -xref:code.adoc[Code] +xref:lists.adoc[Lists] -Edit your content’s HTML source. +Enables numbered and bulleted lists and normalizes list behavior across browsers. a| [.lead] -xref:codesample.adoc[Code Sample] +xref:advlist.adoc[List Styles] -Insert and embed syntax highlighted code snippets. +Creates styled ordered and unordered 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. +Inserts and manages embedded media, including video, audio, and iframe embeds. a| [.lead] -xref:emoticons.adoc[Emoticons] +xref:nonbreaking.adoc[Nonbreaking Space] -Bring a smiley to your content. +Inserts non-breaking spaces. a| [.lead] -xref:fullscreen.adoc[Full Screen] +xref:pagebreak.adoc[Page Break] -Expand {productname} to fill the entire screen. +Inserts a page break into content. a| [.lead] -xref:help.adoc[Help] +xref:table.adoc[Table] + +Creates and edits tables, including structure and cell formatting. -Shows the help dialog. +|=== + +== Content Structure & Layout + +[cols="1,1"] +|=== a| [.lead] -xref:image.adoc[Image] +xref:accordion.adoc[Accordion] -Insert an image into {productname}. +Creates expandable and collapsible content sections. a| [.lead] -xref:importcss.adoc[Import CSS] +xref:anchor.adoc[Anchor] -Automatically populate CSS class names into the Format dropdown. +Inserts anchors (bookmarks) that 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. +Imports CSS class names into the Formats menu for styling content. a| [.lead] -xref:lists.adoc[Lists] +xref:preview.adoc[Preview] -Normalize list behavior between browsers. +Displays a read-only preview of the current content. a| [.lead] -xref:advlist.adoc[List Styles] +xref:quickbars.adoc[Quick Toolbars] -Create styled number and bulleted lists. +Adds context toolbars for text selections, images, and inserting content on empty lines. a| [.lead] -xref:media.adoc[Media] +xref:visualblocks.adoc[Visual Blocks] -Add HTML5 video and audio elements. +Shows visual outlines of block-level elements. a| [.lead] -xref:nonbreaking.adoc[Nonbreaking Space] +xref:visualchars.adoc[Visual Characters] -Insert a nonbreaking space. +Displays nonbreaking spaces and soft hyphens as visible characters. + +|=== + + +== Code & Technical Editing + +[cols="1,1"] +|=== a| [.lead] -xref:pagebreak.adoc[Page Break] +xref:code.adoc[Code] -Add a page break. +Edits the HTML source code of the content directly. a| [.lead] -xref:preview.adoc[Preview] +xref:codesample.adoc[Code Sample] -Show a dialog of the current content in read-only format. +Inserts syntax-highlighted code snippets. a| [.lead] -xref:quickbars.adoc[Quick Toolbars] +xref:searchreplace.adoc[Search and Replace] + +Finds and replaces text across content. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). + +|=== + +== 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. +Converts typed URLs and email addresses into links automatically. a| [.lead] -xref:searchreplace.adoc[Search and Replace] +xref:autoresize.adoc[Autoresize] -Find and replace content in {productname}. +Resizes the editor to fit its content. a| [.lead] -xref:table.adoc[Table] +xref:autosave.adoc[Autosave] -Table editing features. +Saves content in the local browser to prevent data loss. a| [.lead] -xref:visualblocks.adoc[Visual Blocks] +xref:help.adoc[Help] -Allow a user to see block level elements such as paragraphs. +Displays a help dialog with documentation and guidance. a| [.lead] -xref:visualchars.adoc[Visual Characters] +xref:save.adoc[Save] -See invisible characters such as non-breaking spaces. +Adds a button for manually saving content. a| [.lead] xref:wordcount.adoc[Word Count] -Show a word count in the {productname} status bar. +Displays real-time word and character counts in the status bar. + +|=== // Dummy table cell. // 1. Remove the inline comment markup pre-pending this @@ -183,7 +213,6 @@ Show a word count in the {productname} 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 de1b794c83..2d93d43532 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,4 +1,13 @@ -This section lists the premium plugins provided by {productname}. +// 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. include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] @@ -7,212 +16,257 @@ include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] a| [.lead] -xref:a11ychecker.adoc[Accessibility Checker] +{premium-tag}xref:ai.adoc[AI Assistant (legacy)] -Checks the contents of the editor for WCAG & Section 508 accessibility problems. +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:advanced-typography.adoc[Advanced Typography] +{premium-tag}xref:autocorrect.adoc[Spelling Autocorrect] -Replace common typewriter-style characters with their professional typesetter equivalents. +Autocorrects common typos, spelling errors, and capitalization in {productname}. a| [.lead] -xref:ai.adoc[AI Assistant (legacy)] +{premium-tag}xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] -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]. +Checks 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 + +[cols="1,1"] +|=== a| [.lead] -xref:casechange.adoc[Case Change] +{premium-tag}xref:introduction-to-tiny-comments.adoc[Comments] -Change the case of text. +Adds and manages comments directly within the content. a| [.lead] -xref:checklist.adoc[Checklist] +{premium-tag}xref:mentions.adoc[Mentions] -Add checklists to your content. +Adds @mention functionality to content. a| [.lead] -xref:introduction-to-tiny-comments.adoc[Comments] +{premium-tag}xref:mergetags.adoc[Merge Tags] -The {productname} Comments plugin. +Inserts dynamic content through Merge Tags. a| [.lead] -xref:advcode.adoc[Enhanced Code Editor] +{premium-tag}xref:revisionhistory.adoc[Revision History] -How to setup {productname}’s Enhanced Code Editor plugin. +Displays previously saved document revisions with visual diffs and restores earlier versions. a| [.lead] -xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +{premium-tag}xref:suggestededits.adoc[Suggested Edits] + +Tracks changes and reviews edits made by multiple authors in a document. + +a| +// Dummy cell to even out the two-column grid (odd number of plugins). + +|=== + +=== Content Creation & Formatting + +Tools for creating, structuring, and styling content to improve readability, consistency, and overall document presentation. -Add rich media previews inside {productname}. +[cols="1,1"] +|=== a| [.lead] -xref:advtable.adoc[Enhanced Tables] +{premium-tag}xref:advanced-typography.adoc[Advanced Typography] -Add enhanced functionality to tables. +Replaces typewriter-style characters with their professional typesetter equivalents. a| [.lead] -xref:exportword.adoc[Export to Word] +{premium-tag}xref:casechange.adoc[Case Change] -Exports editor content into `.docx` file format and saves to local disk. +Changes the capitalization of selected text. a| [.lead] -xref:exportpdf.adoc[Export to PDF] +{premium-tag}xref:checklist.adoc[Checklist] -Export and generate content from {productname} into `document.pdf` format. +Adds interactive checklists for tasks and to-do lists. a| [.lead] -xref:fullpagehtml.adoc[Full Page HTML] +{premium-tag}xref:footnotes.adoc[Footnotes] -Edit document metadata and properties including title, keywords, and description via dialog interface. +Inserts and manages in-text footnotes within documents. a| [.lead] -xref:footnotes.adoc[Footnotes] +{premium-tag}xref:formatpainter.adoc[Format Painter] -Insert intext footnotes and add footnote entries. +Copies formatting from one selection and applies it to another. a| [.lead] -xref:formatpainter.adoc[Format Painter] +{premium-tag}xref:math.adoc[Math] -Apply formats to multiple pieces of text. +Inserts math formulas using LaTeX or MathML markup. a| [.lead] -xref:inline-css.adoc[Inline CSS] +{premium-tag}xref:markdown.adoc[Markdown] -Turn {productname} documents into single files with inline CSS, ready, in particular, for sending as HTML-formatted emails. +Converts pasted Markdown content into formatted output. a| [.lead] -xref:importword.adoc[Import from Word] +{premium-tag}xref:tableofcontents.adoc[Table of Contents] -Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. +Inserts an automatically generated Table of Contents into {productname}. a| [.lead] -xref:editimage.adoc[Image Editing] +{premium-tag}xref:permanentpen.adoc[Permanent Pen] + +Applies formatting continuously while typing without needing re-selection. -Image Editing features for {productname}. a| [.lead] -xref:linkchecker.adoc[Link Checker] +{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. + +|=== + +=== Media, Links & Embeds -Validate links, as they are typed. +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:math.adoc[Math] +{premium-tag}xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] -Enable insertion of math formulas using Latex or MathML markup. +Adds rich media previews inside {productname} for embedded content such as videos. a| [.lead] -xref:markdown.adoc[Markdown] +{premium-tag}xref:editimage.adoc[Image Editing] -Enable conversion of pure markdown on paste. +Crops, resizes, and applies filters to images within the editor. a| [.lead] -xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] +{premium-tag}xref:linkchecker.adoc[Link Checker] -Image and video optimization features for {productname}. +Validates links automatically as they are added or edited. a| [.lead] -xref:mentions.adoc[Mentions] +{premium-tag}xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] -Enable @mention functionality. +Optimizes uploaded images and videos for performance and delivery. a| [.lead] -xref:mergetags.adoc[Merge Tags] +{premium-tag}xref:moxiemanager.adoc[MoxieManager] -Enable adding Merge Tags to content. +Manages files and images within the editor. a| [.lead] -xref:moxiemanager.adoc[MoxieManager] +{premium-tag}xref:pageembed.adoc[Page Embed] -File and image management plugin and service +Embeds external web pages or iframes directly into content. a| [.lead] -xref:pageembed.adoc[Page Embed] +{premium-tag}xref:tinydrive-introduction.adoc[Tiny Drive] -Insert iframe into the content. +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 + +Features for handling document exchange, format conversion, and maintaining structure and consistency across different systems and workflows. + +[cols="1,1"] +|=== a| [.lead] -xref:permanentpen.adoc[Permanent Pen] +{premium-tag}xref:a11ychecker.adoc[Accessibility Checker] -Apply formats while typing. +Checks editor content against WCAG accessibility guidelines (levels A, AA, and AAA). a| [.lead] -xref:introduction-to-powerpaste.adoc[PowerPaste] +{premium-tag}xref:advcode.adoc[Enhanced Code Editor] -Copy and paste content from Microsoft Word, Microsoft Excel, Google Docs, and HTML. +Provides an improved code editing experience with IDE-like features for source content. a| [.lead] -xref:revisionhistory.adoc[Revision History] +{premium-tag}xref:advtable.adoc[Enhanced Tables] -Easily view document changes and restore previous versions. +Adds advanced table features such as sorting and row numbering. a| [.lead] -xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] +{premium-tag}xref:exportpdf.adoc[Export to PDF] -Check spelling as-you-type in {productname}. +Generates a `.pdf` file from {productname} content. a| [.lead] -xref:autocorrect.adoc[Spelling Autocorrect] +{premium-tag}xref:exportword.adoc[Export to Word] -Add autocorrection of common typos and spelling errors as well as capitalization correction to {productname}. +Exports editor content to `.docx` (Microsoft Word) format. a| [.lead] -xref:suggestededits.adoc[Suggested Edits] +{premium-tag}xref:fullpagehtml.adoc[Full Page HTML] -Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. +Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description. a| [.lead] -xref:advanced-templates.adoc[Templates] +{premium-tag}xref:importword.adoc[Import from Word] -Create and edit complex templates in {productname}. +Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor. a| [.lead] -xref:tableofcontents.adoc[Table of Contents] +{premium-tag}xref:inline-css.adoc[Inline CSS] -Insert a simple Table of Contents into the {productname} editor. +Converts content into a single HTML file with inline styles, optimized for email and portability. a| [.lead] -xref:tinydrive-introduction.adoc[Tiny Drive] +{premium-tag}xref:advanced-templates.adoc[Templates] -Cloud-based file and image management for {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.