Skip to content

Commit 0f9b34b

Browse files
committed
DOC-3021: Order plugin index entries alphabetically within each category
Sort plugins alphabetically by display name within every capability category on the premium and open source plugin index pages, for predictable, consistent ordering across sections. TinyMCE AI is pinned first in the AI category as the umbrella entry, with its sub-features following alphabetically.
1 parent 8511fc4 commit 0f9b34b

2 files changed

Lines changed: 89 additions & 88 deletions

File tree

modules/ROOT/partials/index-pages/opensource-plugins.adoc

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ xref:charmap.adoc[Character Map]
1313

1414
Inserts special characters into {productname}.
1515

16+
a|
17+
[.lead]
18+
xref:code.adoc[Code]
19+
20+
Edits the HTML source code of the content directly.
21+
22+
a|
23+
[.lead]
24+
xref:codesample.adoc[Code Sample]
25+
26+
Inserts syntax-highlighted code snippets.
27+
1628
a|
1729
[.lead]
1830
xref:directionality.adoc[Directionality]
@@ -31,6 +43,12 @@ xref:image.adoc[Image]
3143

3244
Inserts and manages images in {productname}.
3345

46+
a|
47+
[.lead]
48+
xref:importcss.adoc[Import CSS]
49+
50+
Imports CSS class names into the Formats menu for styling content.
51+
3452
a|
3553
[.lead]
3654
xref:insertdatetime.adoc[Insert Date/Time]
@@ -55,12 +73,6 @@ xref:nonbreaking.adoc[Nonbreaking Space]
5573

5674
Inserts non-breaking spaces.
5775

58-
a|
59-
[.lead]
60-
xref:importcss.adoc[Import CSS]
61-
62-
Imports CSS class names into the Formats menu for styling content.
63-
6476
a|
6577
[.lead]
6678
xref:visualblocks.adoc[Visual Blocks]
@@ -73,18 +85,6 @@ xref:visualchars.adoc[Visual Characters]
7385

7486
Displays nonbreaking spaces and soft hyphens as visible characters.
7587

76-
a|
77-
[.lead]
78-
xref:code.adoc[Code]
79-
80-
Edits the HTML source code of the content directly.
81-
82-
a|
83-
[.lead]
84-
xref:codesample.adoc[Code Sample]
85-
86-
Inserts syntax-highlighted code snippets.
87-
8888
a|
8989
// Dummy cell to even out the two-column grid (odd number of plugins).
9090

@@ -99,63 +99,63 @@ Tools that speed up common editing tasks and enhance day-to-day workflows.
9999

100100
a|
101101
[.lead]
102-
xref:searchreplace.adoc[Search and Replace]
102+
xref:autolink.adoc[Autolink]
103103

104-
Finds and replaces text across content.
104+
Converts typed URLs and email addresses into links automatically.
105105

106106
a|
107107
[.lead]
108-
xref:fullscreen.adoc[Full Screen]
108+
xref:autoresize.adoc[Autoresize]
109109

110-
Expands the editor to full-screen mode.
110+
Resizes the editor to fit its content.
111111

112112
a|
113113
[.lead]
114-
xref:preview.adoc[Preview]
114+
xref:autosave.adoc[Autosave]
115115

116-
Displays a read-only preview of the current content.
116+
Saves content in the local browser to prevent data loss.
117117

118118
a|
119119
[.lead]
120-
xref:quickbars.adoc[Quick Toolbars]
120+
xref:fullscreen.adoc[Full Screen]
121121

122-
Adds context toolbars for text selections, images, and inserting content on empty lines.
122+
Expands the editor to full-screen mode.
123123

124124
a|
125125
[.lead]
126-
xref:autolink.adoc[Autolink]
126+
xref:help.adoc[Help]
127127

128-
Converts typed URLs and email addresses into links automatically.
128+
Displays a help dialog with documentation and guidance.
129129

130130
a|
131131
[.lead]
132-
xref:autoresize.adoc[Autoresize]
132+
xref:preview.adoc[Preview]
133133

134-
Resizes the editor to fit its content.
134+
Displays a read-only preview of the current content.
135135

136136
a|
137137
[.lead]
138-
xref:autosave.adoc[Autosave]
138+
xref:quickbars.adoc[Quick Toolbars]
139139

140-
Saves content in the local browser to prevent data loss.
140+
Adds context toolbars for text selections, images, and inserting content on empty lines.
141141

142142
a|
143143
[.lead]
144-
xref:wordcount.adoc[Word Count]
144+
xref:save.adoc[Save]
145145

146-
Displays real-time word and character counts in the status bar.
146+
Adds a button for manually saving content.
147147

148148
a|
149149
[.lead]
150-
xref:help.adoc[Help]
150+
xref:searchreplace.adoc[Search and Replace]
151151

152-
Displays a help dialog with documentation and guidance.
152+
Finds and replaces text across content.
153153

154154
a|
155155
[.lead]
156-
xref:save.adoc[Save]
156+
xref:wordcount.adoc[Word Count]
157157

158-
Adds a button for manually saving content.
158+
Displays real-time word and character counts in the status bar.
159159

160160
|===
161161

@@ -168,15 +168,15 @@ Tools for structuring documents with tables, lists, and navigational elements.
168168

169169
a|
170170
[.lead]
171-
xref:table.adoc[Table]
171+
xref:accordion.adoc[Accordion]
172172

173-
Creates and edits tables, including structure and cell formatting.
173+
Creates expandable and collapsible content sections.
174174

175175
a|
176176
[.lead]
177-
xref:lists.adoc[Lists]
177+
xref:anchor.adoc[Anchor]
178178

179-
Enables numbered and bulleted lists and normalizes list behavior across browsers.
179+
Inserts anchors (bookmarks) that link directly to content.
180180

181181
a|
182182
[.lead]
@@ -186,20 +186,20 @@ Creates styled ordered and unordered lists.
186186

187187
a|
188188
[.lead]
189-
xref:accordion.adoc[Accordion]
189+
xref:lists.adoc[Lists]
190190

191-
Creates expandable and collapsible content sections.
191+
Enables numbered and bulleted lists and normalizes list behavior across browsers.
192192

193193
a|
194194
[.lead]
195-
xref:anchor.adoc[Anchor]
195+
xref:pagebreak.adoc[Page Break]
196196

197-
Inserts anchors (bookmarks) that link directly to content.
197+
Inserts a page break into content.
198198

199199
a|
200200
[.lead]
201-
xref:pagebreak.adoc[Page Break]
201+
xref:table.adoc[Table]
202202

203-
Inserts a page break into content.
203+
Creates and edits tables, including structure and cell formatting.
204204

205205
|===

modules/ROOT/partials/index-pages/premium-plugins.adoc

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This section lists the premium plugins available for {productname}. These plugin
44

55
AI-powered features that bring content generation, transformation, and quality review directly into the editor.
66

7+
// TinyMCE AI is pinned first as the umbrella entry; the remaining AI plugins follow alphabetically.
78
[cols="1,1"]
89
|===
910

@@ -75,45 +76,45 @@ Tools for converting content between formats and embedding external media and pa
7576

7677
a|
7778
[.lead]
78-
xref:markdown.adoc[Markdown]
79+
xref:introduction-to-mediaembed.adoc[Enhanced Media Embed]
7980

80-
Converts pasted Markdown content into formatted output.
81+
Adds rich media previews inside {productname} for embedded content such as videos.
8182

8283
a|
8384
[.lead]
84-
xref:introduction-to-mediaembed.adoc[Enhanced Media Embed]
85+
xref:exportpdf.adoc[Export to PDF]
8586

86-
Adds rich media previews inside {productname} for embedded content such as videos.
87+
Generates a `.pdf` file from {productname} content.
8788

8889
a|
8990
[.lead]
90-
xref:pageembed.adoc[Page Embed]
91+
xref:exportword.adoc[Export to Word]
9192

92-
Embeds external web pages or iframes directly into content.
93+
Exports editor content to `.docx` (Microsoft Word) format.
9394

9495
a|
9596
[.lead]
96-
xref:inline-css.adoc[Inline CSS]
97+
xref:importword.adoc[Import from Word]
9798

98-
Converts content into a single HTML file with inline styles, optimized for email and portability.
99+
Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor.
99100

100101
a|
101102
[.lead]
102-
xref:exportword.adoc[Export to Word]
103+
xref:inline-css.adoc[Inline CSS]
103104

104-
Exports editor content to `.docx` (Microsoft Word) format.
105+
Converts content into a single HTML file with inline styles, optimized for email and portability.
105106

106107
a|
107108
[.lead]
108-
xref:exportpdf.adoc[Export to PDF]
109+
xref:markdown.adoc[Markdown]
109110

110-
Generates a `.pdf` file from {productname} content.
111+
Converts pasted Markdown content into formatted output.
111112

112113
a|
113114
[.lead]
114-
xref:importword.adoc[Import from Word]
115+
xref:pageembed.adoc[Page Embed]
115116

116-
Imports Microsoft Word documents (`.doc`, `.docx`) and Word XML (`.xml`) files into the editor.
117+
Embeds external web pages or iframes directly into content.
117118

118119
a|
119120
// Dummy cell to even out the two-column grid (odd number of plugins).
@@ -135,15 +136,15 @@ Checks editor content against WCAG accessibility guidelines (levels A, AA, and A
135136

136137
a|
137138
[.lead]
138-
xref:linkchecker.adoc[Link Checker]
139+
xref:advanced-typography.adoc[Advanced Typography]
139140

140-
Validates links automatically as they are added or edited.
141+
Replaces typewriter-style characters with their professional typesetter equivalents.
141142

142143
a|
143144
[.lead]
144-
xref:advanced-typography.adoc[Advanced Typography]
145+
xref:linkchecker.adoc[Link Checker]
145146

146-
Replaces typewriter-style characters with their professional typesetter equivalents.
147+
Validates links automatically as they are added or edited.
147148

148149
a|
149150
[.lead]
@@ -177,27 +178,27 @@ Changes the capitalization of selected text.
177178

178179
a|
179180
[.lead]
180-
xref:formatpainter.adoc[Format Painter]
181+
xref:advcode.adoc[Enhanced Code Editor]
181182

182-
Copies formatting from one selection and applies it to another.
183+
Provides an improved code editing experience with IDE-like features for source content.
183184

184185
a|
185186
[.lead]
186-
xref:permanentpen.adoc[Permanent Pen]
187+
xref:advtable.adoc[Enhanced Tables]
187188

188-
Applies formatting continuously while typing without needing re-selection.
189+
Adds advanced table features such as sorting and row numbering.
189190

190191
a|
191192
[.lead]
192-
xref:introduction-to-powerpaste.adoc[PowerPaste]
193+
xref:formatpainter.adoc[Format Painter]
193194

194-
Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting.
195+
Copies formatting from one selection and applies it to another.
195196

196197
a|
197198
[.lead]
198-
xref:math.adoc[Math]
199+
xref:fullpagehtml.adoc[Full Page HTML]
199200

200-
Inserts math formulas using LaTeX or MathML markup.
201+
Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description.
201202

202203
a|
203204
[.lead]
@@ -207,45 +208,45 @@ Crops, resizes, and applies filters to images within the editor.
207208

208209
a|
209210
[.lead]
210-
xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare]
211+
xref:math.adoc[Math]
211212

212-
Optimizes uploaded images and videos for performance and delivery.
213+
Inserts math formulas using LaTeX or MathML markup.
213214

214215
a|
215216
[.lead]
216-
xref:advcode.adoc[Enhanced Code Editor]
217+
xref:uploadcare.adoc[Media Optimizer Powered by Uploadcare]
217218

218-
Provides an improved code editing experience with IDE-like features for source content.
219+
Optimizes uploaded images and videos for performance and delivery.
219220

220221
a|
221222
[.lead]
222-
xref:advtable.adoc[Enhanced Tables]
223+
xref:mergetags.adoc[Merge Tags]
223224

224-
Adds advanced table features such as sorting and row numbering.
225+
Inserts dynamic content through Merge Tags.
225226

226227
a|
227228
[.lead]
228-
xref:fullpagehtml.adoc[Full Page HTML]
229+
xref:moxiemanager.adoc[MoxieManager]
229230

230-
Edits complete HTML documents, preserving the head and doctype, and edits metadata such as title, keywords, and description.
231+
Manages files and images within the editor.
231232

232233
a|
233234
[.lead]
234-
xref:advanced-templates.adoc[Templates]
235+
xref:permanentpen.adoc[Permanent Pen]
235236

236-
Creates and edits structured document templates in {productname}.
237+
Applies formatting continuously while typing without needing re-selection.
237238

238239
a|
239240
[.lead]
240-
xref:mergetags.adoc[Merge Tags]
241+
xref:introduction-to-powerpaste.adoc[PowerPaste]
241242

242-
Inserts dynamic content through Merge Tags.
243+
Pastes content from external sources such as Microsoft Word, Excel, and Google Docs while preserving or cleaning formatting.
243244

244245
a|
245246
[.lead]
246-
xref:moxiemanager.adoc[MoxieManager]
247+
xref:advanced-templates.adoc[Templates]
247248

248-
Manages files and images within the editor.
249+
Creates and edits structured document templates in {productname}.
249250

250251
a|
251252
[.lead]

0 commit comments

Comments
 (0)