-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC-2368: additional copy edits to bundling-plugins.adoc and related …
…partials,includes.
- Loading branch information
1 parent
cd11eb9
commit 60cae0e
Showing
7 changed files
with
37 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 16 additions & 5 deletions
21
modules/ROOT/partials/module-loading/admon-bundling-plugin-langs.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,26 @@ | ||
[NOTE] | ||
==== | ||
Plugin language files (such as `+./plugins/plugincode/langs/sv_SE.js+`) are required where the editor user interface is localized using the xref:ui-localization.adoc#language[language option]. | ||
The below plugins require these xref:bundling-plugins.adoc#plugin-language-files[plugin-language-files] | ||
* AI Assistant (+ai+) | ||
* Accessibility Checker (+a11ychecker+) | ||
* Enhanced Code (+advcode+) | ||
* Enhanced Tables (+advtable+) | ||
* Comments (+tinycomments+) | ||
* ExportWord (+exportword+) | ||
* Footnotes (+footnotes+) | ||
* Templates (+advtemplate+) | ||
* Spelling Autocorrect (+autocorrect+) | ||
* Image Editing (+editimage+) | ||
* Export to PDF (+exportpdf+) | ||
* Export to Word (+exportword+) | ||
* Footnotes (+footnotes+) | ||
* Import from Word (+importword+) | ||
* Merge Tags (+mergetags+) | ||
* Page Embedding (+pageembed+) | ||
* PowerPaste (+powerpaste+) | ||
* Revision History (+revisionhistory+) | ||
* Table of Contents (+tableofcontents+) | ||
* Comments (+tinycomments+) | ||
* Spell Checker (+tinymcespellchecker+) | ||
* Spelling Autocorrect (+autocorrect+) | ||
* Table of Contents (+tableofcontents+) | ||
* Typography (+typography+) | ||
==== |
67 changes: 7 additions & 60 deletions
67
modules/ROOT/partials/module-loading/bundling-plugin-files.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,30 @@ | ||
== Contents | ||
|
||
include::partial$module-loading/bundling-plugins-that-cant-bundle.adoc[] | ||
|
||
|
||
[[premium-plugins]] | ||
== Premium plugins | ||
|
||
include::partial$plugin-files/plugin-file-bundling-message.adoc[] | ||
|
||
include::partial$plugin-files/plugin-file-index.js.adoc[] | ||
=== Premium plugins | ||
|
||
[NOTE] | ||
include::partial$module-loading/admon-bundling-plugin-langs.adoc[] | ||
|
||
''' | ||
|
||
include::partial$plugin-files/plugin-file-bundling-also-requires.adoc[] | ||
|
||
[[a11ychecker]] | ||
=== Accessibility Checker (`+a11ychecker+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-a11ychecker.adoc[] | ||
|
||
[[tinycomments]] | ||
=== Comments (`+tinycomments+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-tinycomments.adoc[] | ||
|
||
[[advcode]] | ||
=== Enhanced Code Editor (`+advcode+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-advcode.adoc[] | ||
Currently `.zip` style bundling is only available for premium plugins. | ||
|
||
[[linkchecker]] | ||
=== Link Checker (`+linkchecker+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-linkchecker.adoc[] | ||
|
||
[[mediaembed]] | ||
=== Media Embed (`+mediaembed+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-mediaembed.adoc[] | ||
|
||
[[mentions]] | ||
=== Mentions (`+mentions+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-mentions.adoc[] | ||
|
||
[[pageembed]] | ||
=== Pageembed (`+pageembed+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-pageembed.adoc[] | ||
|
||
[[powerpaste]] | ||
=== PowerPaste (`+powerpaste+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-powerpaste.adoc[] | ||
include::partial$plugin-files/plugin-file-bundling-message.adoc[] | ||
|
||
''' | ||
include::partial$module-loading/admon-bundling-plugin-langs.adoc[] | ||
|
||
[[community-plugins]] | ||
== Community plugins | ||
=== Community plugins | ||
|
||
include::partial$plugin-files/plugin-file-bundling-message.adoc[] | ||
|
||
include::partial$plugin-files/plugin-file-index.js.adoc[] | ||
|
||
''' | ||
|
||
include::partial$plugin-files/plugin-file-bundling-also-requires.adoc[] | ||
|
||
[[emoticons]] | ||
=== Emoticons (`+emoticons+`) | ||
==== Emoticons (`+emoticons+`) | ||
|
||
include::partial$plugin-files/plugin-file-list-emoticons.adoc[] | ||
|
||
''' | ||
|
||
[[plugin-language-files]] | ||
== Plugin language files | ||
=== Plugin language files | ||
|
||
include::partial$module-loading/bundling-plugin-language-files.adoc[] |
12 changes: 0 additions & 12 deletions
12
modules/ROOT/partials/module-loading/bundling-plugins-that-cant-bundle.adoc
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
modules/ROOT/partials/plugin-files/plugin-file-bundling-also-requires.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[TIP] | ||
The below plugin/s also require the files outlined under each plugin section when bundling {productname} in addition to the xref:bundling-plugins.adoc#base-index-js-file[base `index.js`] file. | ||
The below plugin also requires the additional file along side the xref:bundling-plugins.adoc#base-folder[base folder]. |
2 changes: 1 addition & 1 deletion
2
modules/ROOT/partials/plugin-files/plugin-file-bundling-message.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
When bundling plugins, replace the `+plugincode+` with the specific plugins from your {productname}. | ||
When bundling replace the `+plugincode+` with the specific plugins in your {productname} configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters