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 837f39abad..e5f3593cbd 100644 --- a/modules/ROOT/partials/index-pages/opensource-plugins.adoc +++ b/modules/ROOT/partials/index-pages/opensource-plugins.adoc @@ -1,181 +1,208 @@ -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. +Enables insertion of special characters into {productname}. a| [.lead] -xref:anchor.adoc[Anchor] +xref:directionality.adoc[Directionality] -Insert anchors (sometimes referred to as a bookmarks). +Adds toolbar buttons for setting text direction to left-to-right or right-to-left. a| [.lead] -xref:autolink.adoc[Autolink] +xref:emoticons.adoc[Emoticons] -Automatically create hyperlinks. +Enables insertion of emoticons into {productname} content. a| [.lead] -xref:autoresize.adoc[Autoresize] +xref:image.adoc[Image] -Automatically resize {productname} to fit content. +Enables inserting and managing images in {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}. +Enables adding and editing hyperlinks within content. a| [.lead] -xref:code.adoc[Code] +xref:lists.adoc[Lists] -Edit your content’s HTML source. +Normalize list behavior across different browsers. a| [.lead] -xref:codesample.adoc[Code Sample] +xref:advlist.adoc[List Styles] -Insert and embed syntax highlighted code snippets. +Enables creation of 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. +Embed and manage HTML5 video and audio elements in {productname}. a| [.lead] -xref:emoticons.adoc[Emoticons] +xref:nonbreaking.adoc[Nonbreaking Space] -Bring a smiley to your content. +Enables insertion of non-breaking spaces. a| [.lead] -xref:fullscreen.adoc[Full Screen] +xref:pagebreak.adoc[Page Break] -Expand {productname} to fill the entire screen. +Enables insertion of a page break into content. a| [.lead] -xref:help.adoc[Help] +xref:table.adoc[Table] + +Create and edit 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}. +Enables creation of 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. +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 for focused editing. a| [.lead] -xref:link.adoc[Link] +xref:importcss.adoc[Import CSS] -Add hyperlinks to content. +Imports CSS class names into the Format dropdown 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 in a separate view. a| [.lead] -xref:advlist.adoc[List Styles] +xref:quickbars.adoc[Quick Toolbars] -Create styled number and bulleted lists. +Provides contextual toolbar controls that appear near selected content to speed up formatting and editing workflows. a| [.lead] -xref:media.adoc[Media] +xref:visualblocks.adoc[Visual Blocks] -Add HTML5 video and audio elements. +Enables visual outlines of block elements, helping users understand and structure document layout more effectively. a| [.lead] -xref:nonbreaking.adoc[Nonbreaking Space] +xref:visualchars.adoc[Visual Characters] + +Enables visibility of hidden characters such as spaces and breaks to help troubleshoot formatting issues. + +|=== + -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. +Enables direct editing of HTML source code for users who need full control over document markup. a| [.lead] -xref:preview.adoc[Preview] +xref:codesample.adoc[Code Sample] -Show a dialog of the current content in read-only format. +Enables insertion of formatted, syntax-highlighted code snippets for technical documentation or developer content. a| [.lead] -xref:quickbars.adoc[Quick Toolbars] +xref:searchreplace.adoc[Search and Replace] + +Find and replace text across content, improving efficiency when making large-scale edits. + +|=== + +== 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 converts URLs into clickable links, saving users time and ensuring consistent link formatting. a| [.lead] -xref:searchreplace.adoc[Search and Replace] +xref:autoresize.adoc[Autoresize] -Find and replace content in {productname}. +Automatically adjusts the editor height to match content, improving usability and reducing scroll friction. a| [.lead] -xref:table.adoc[Table] +xref:autosave.adoc[Autosave] -Table editing features. +Automatically saves content in the browser to prevent data loss during editing sessions. a| [.lead] -xref:visualblocks.adoc[Visual Blocks] +xref:help.adoc[Help] -Allow a user to see block level elements such as paragraphs. +Provides quick access to documentation and guidance, helping users understand editor features without leaving the interface. a| [.lead] -xref:visualchars.adoc[Visual Characters] +xref:save.adoc[Save] -See invisible characters such as non-breaking spaces. +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} 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 @@ -183,7 +210,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..17e5b59c7a 100644 --- a/modules/ROOT/partials/index-pages/premium-plugins.adoc +++ b/modules/ROOT/partials/index-pages/premium-plugins.adoc @@ -1,4 +1,8 @@ -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 + +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,206 +11,244 @@ include::partial$misc/admon-plugins-tinymce-ai-feature.adoc[] a| [.lead] -xref:a11ychecker.adoc[Accessibility Checker] +xref:ai.adoc[AI Assistant (legacy)] _(Premium)_ -Checks the contents of the editor for WCAG & Section 508 accessibility problems. +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:advanced-typography.adoc[Advanced Typography] +xref:autocorrect.adoc[Spelling Autocorrect] _(Premium)_ -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)] +xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] _(Premium)_ -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]. +Check spelling as-you-type in {productname}. + +|=== + +=== Collaboration & Workflow + +Tools that support team-based editing, feedback, and content management + +[cols="1,1"] +|=== a| [.lead] -xref:casechange.adoc[Case Change] +xref:introduction-to-tiny-comments.adoc[Comments] _(Premium)_ -Change the case of text. +The {productname} Comments plugin allows users to add and manage comments directly within the content. a| [.lead] -xref:checklist.adoc[Checklist] +xref:mentions.adoc[Mentions] _(Premium)_ -Add checklists to your content. +Enables @mention functionality within the content. a| [.lead] -xref:introduction-to-tiny-comments.adoc[Comments] +xref:mergetags.adoc[Merge Tags] _(Premium)_ -The {productname} Comments plugin. +Facilitates the insertion of dynamic content through Merge Tags. a| [.lead] -xref:advcode.adoc[Enhanced Code Editor] +xref:revisionhistory.adoc[Revision History] _(Premium)_ -How to setup {productname}’s Enhanced Code Editor plugin. +Tracks document changes over time and allows users to view and restore previous versions. a| [.lead] -xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] +xref:suggestededits.adoc[Suggested Edits] _(Premium)_ + +Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. -Add rich media previews inside {productname}. +|=== + +=== Content Creation & Formatting + +Tools for creating, structuring, and styling content to improve readability, consistency, and overall document presentation. + +[cols="1,1"] +|=== a| [.lead] -xref:advtable.adoc[Enhanced Tables] +xref:advanced-typography.adoc[Advanced Typography] _(Premium)_ -Add enhanced functionality to tables. +Replace common typewriter-style characters with their professional typesetter equivalents for improved typography. a| [.lead] -xref:exportword.adoc[Export to Word] +xref:casechange.adoc[Case Change] _(Premium)_ -Exports editor content into `.docx` file format and saves to local disk. +Change the capitalization of selected text. a| [.lead] -xref:exportpdf.adoc[Export to PDF] +xref:checklist.adoc[Checklist] _(Premium)_ -Export and generate content from {productname} into `document.pdf` format. +Add interactive checklists to {productname} for task management and to-do lists. a| [.lead] -xref:fullpagehtml.adoc[Full Page HTML] +xref:footnotes.adoc[Footnotes] _(Premium)_ -Edit document metadata and properties including title, keywords, and description via dialog interface. +Enables insertion and management of in-text footnotes within documents. a| [.lead] -xref:footnotes.adoc[Footnotes] +xref:formatpainter.adoc[Format Painter] _(Premium)_ -Insert intext footnotes and add footnote entries. +Copies formatting from one selection and applies it to another. a| [.lead] -xref:formatpainter.adoc[Format Painter] +xref:math.adoc[Math] _(Premium)_ -Apply formats to multiple pieces of text. +Enable insertion of math formulas using LaTeX or MathML markup. a| [.lead] -xref:inline-css.adoc[Inline CSS] +xref:markdown.adoc[Markdown] _(Premium)_ -Turn {productname} documents into single files with inline CSS, ready, in particular, for sending as HTML-formatted emails. +Enables support for pasting and converting Markdown content into formatted output. a| [.lead] -xref:importword.adoc[Import from Word] +xref:tableofcontents.adoc[Table of Contents] _(Premium)_ -Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. +Inserts an automatically generated Table of Contents into the {productname} editor. a| [.lead] -xref:editimage.adoc[Image Editing] +xref:permanentpen.adoc[Permanent Pen] _(Premium)_ + +Applies formatting continuously while typing without needing re-selection. -Image Editing features for {productname}. a| [.lead] -xref:linkchecker.adoc[Link Checker] +xref:introduction-to-powerpaste.adoc[PowerPaste] _(Premium)_ -Validate links, as they are typed. +Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting. + +|=== + +=== 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:math.adoc[Math] +xref:introduction-to-mediaembed.adoc[Enhanced Media Embed] _(Premium)_ -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] +xref:editimage.adoc[Image Editing] _(Premium)_ -Enable conversion of pure markdown on paste. +Provides in-editor image editing capabilities such as cropping, resizing, and applying filters. a| [.lead] -xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] +xref:linkchecker.adoc[Link Checker] _(Premium)_ -Image and video optimization features for {productname}. +Automatically validates links as they are added or edited to ensure they are functional. a| [.lead] -xref:mentions.adoc[Mentions] +xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare] _(Premium)_ -Enable @mention functionality. +Optimizes uploaded images and videos for performance and delivery. a| [.lead] -xref:mergetags.adoc[Merge Tags] +xref:moxiemanager.adoc[MoxieManager] _(Premium)_ -Enable adding Merge Tags to content. +Provides file and image management capabilities within the editor. a| [.lead] -xref:moxiemanager.adoc[MoxieManager] +xref:pageembed.adoc[Page Embed] _(Premium)_ -File and image management plugin and service +Allows embedding external web pages or iframes directly into content. a| [.lead] -xref:pageembed.adoc[Page Embed] +xref:tinydrive-introduction.adoc[Tiny Drive] _(Premium)_ + +Provides cloud-based file and image management for {productname}. -Insert iframe into the content. +|=== + +=== 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] +xref:a11ychecker.adoc[Accessibility Checker] _(Premium)_ -Apply formats while typing. +Checks the contents of the editor for WCAG & Section 508 accessibility problems. a| [.lead] -xref:introduction-to-powerpaste.adoc[PowerPaste] +xref:advcode.adoc[Enhanced Code Editor] _(Premium)_ -Copy and paste content from Microsoft Word, Microsoft Excel, Google Docs, and HTML. +Provides an improved code editing experience within the editor for working with source content. a| [.lead] -xref:revisionhistory.adoc[Revision History] +xref:advtable.adoc[Enhanced Tables] _(Premium)_ -Easily view document changes and restore previous versions. +Adds advanced table features such as sorting, filtering, and cell formatting. a| [.lead] -xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] +xref:exportpdf.adoc[Export to PDF] _(Premium)_ -Check spelling as-you-type in {productname}. +Export and generate content from {productname} into `.pdf` format. a| [.lead] -xref:autocorrect.adoc[Spelling Autocorrect] +xref:exportword.adoc[Export to Word] _(Premium)_ -Add autocorrection of common typos and spelling errors as well as capitalization correction to {productname}. +Exports editor content into `.docx` file format. a| [.lead] -xref:suggestededits.adoc[Suggested Edits] +xref:fullpagehtml.adoc[Full Page HTML] _(Premium)_ -Collaborate with multiple users on a document by drafting edits, providing feedback, and reviewing suggestions. +Edit document metadata and properties including title, keywords, and description via dialog interface. a| [.lead] -xref:advanced-templates.adoc[Templates] +xref:importword.adoc[Import from Word] _(Premium)_ -Create and edit complex templates in {productname}. +Import `.docx` (Word documents) or `.dotx` (Word templates) files into the editor. a| [.lead] -xref:tableofcontents.adoc[Table of Contents] +xref:inline-css.adoc[Inline CSS] _(Premium)_ -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] +xref:advanced-templates.adoc[Templates] _(Premium)_ -Cloud-based file and image management for {productname}. +Provides the ability to create and edit structured document templates in {productname}. +|=== // Dummy table cell. // 1. Remove the inline comment markup pre-pending this @@ -214,5 +256,6 @@ Cloud-based file and image management for {productname}. // odd. // 2. Prepend the inline comment markup to this element // when the number of cells in the table is even. -a| -|=== + + +