Skip to content

Commit f616f5a

Browse files
authored
feature(Plugins/Premium Plugins/Spellchecker pro): Update docs for Spellchecker pro premium plugin, tinydrive and rtc (#2309)
1 parent 1e4b38a commit f616f5a

14 files changed

+32
-27
lines changed

modules/ROOT/pages/plugins/premium/rtc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ include::partial$misc/premiumplugin.adoc[]
1010

1111
include::partial$rtc/rtc-description.adoc[]
1212

13-
For information on the Real-time Collaboration plugin, see link:{baseurl}/rtc/[Real-time Collaboration (RTC)].
13+
For information on the Real-time Collaboration plugin, see xref:rtc/index.adoc[Real-time Collaboration (RTC)].

modules/ROOT/pages/plugins/premium/tinydrive.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
NOTE: This plugin is only available for link:{pricingpage}[{cloudname} users].
1010

11-
The link:{baseurl}/tinydrive/introduction/[{cloudfilemanager}] plugin adds the functionality to upload and manage files and images to the cloud. This plugin is only available in link:{accountsignup}[{cloudname}] and requires you to register for an API key.
11+
The xref:tinydrive/introduction.adoc[{cloudfilemanager}] plugin adds the functionality to upload and manage files and images to the cloud. This plugin is only available in link:{accountsignup}[{cloudname}] and requires you to register for an API key.
1212

13-
To enable this functionality, add `tinydrive` to the list of plugins in the `tinymce.init` call. You also need to authenticate the user using a link:{baseurl}/tinydrive/jwt-authentication[JSON Web Token] (JWT).
13+
To enable this functionality, add `tinydrive` to the list of plugins in the `tinymce.init` call. You also need to authenticate the user using a xref:tinydrive/jwt-authentication.adoc[JSON Web Token] (JWT).
1414

1515
Once you enable {cloudfilemanager} it integrates as the default file picker for the Image, Link, and Media dialogs and as the default upload handler for local images being pasted or inserted into the document.
1616

@@ -31,7 +31,7 @@ tinymce.init({
3131

3232
== Configuration
3333

34-
You can read more about the various configuration options for {cloudfilemanager} in the dedicated link:{baseurl}/tinydrive/configuration/[configuration page].
34+
You can read more about the various configuration options for {cloudfilemanager} in the dedicated xref:tinydrive/configuration.adoc[configuration page].
3535

3636
include::partial$misc/plugin-toolbar-button-id-boilerplate.adoc[]
3737

modules/ROOT/pages/plugins/premium/tinymcespellchecker.adoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
include::partial$misc/premiumplugin.adoc[]
1010

11-
*Spell Checker Pro* adds spell checking as-you-type capabilities to {productname}. For information on the supported languages, refer to link:{baseurl}/plugins/premium/tinymcespellchecker/#spellchecker_language[this] section.
11+
*Spell Checker Pro* adds spell checking as-you-type capabilities to {productname}. For information on the supported languages, refer to xref:plugins/premium/tinymcespellchecker.adoc#spellchecker_language[this] section.
1212

1313
liveDemo::spellcheckerpro[]
1414

1515
== Cloud Installation
1616

17-
To enable the {productname} Enterprise Spellchecking plugin with link:{baseurl}/cloud-deployment-guide/editor-and-features[{cloudname}]:
17+
To enable the {productname} Enterprise Spellchecking plugin with xref:cloud-deployment-guide/editor-and-features.adoc[{cloudname}]:
1818

1919
. If configured, disable the `spellchecker` plugin provided with {productname}, by removing it from the `plugins` list.
2020
. Add `tinymcespellchecker` to the `plugins` list.
@@ -39,7 +39,7 @@ To enable the {productname} Enterprise Spellchecking plugin:
3939
. If configured, disable the `spellchecker` plugin provided with {productname}, by removing it from the `plugins` list.
4040
. Add `tinymcespellchecker` to the `plugins` list.
4141

42-
For information on installing the server-side component for spell checking, please see the link:{baseurl}/enterprise/server/[server-side component installation guide].
42+
For information on installing the server-side component for spell checking, please see the xref:enterprise/server/index.adoc[server-side component installation guide].
4343

4444
=== Example: TinyMCE Self-hosted Installation
4545

@@ -65,7 +65,7 @@ include::partial$configuration/spellchecker_dialog.adoc[]
6565

6666
include::partial$configuration/spellchecker_language.adoc[]
6767

68-
include::partial$misc/spellchecker-languages.adoc[]
68+
include::partial$misc/spellchecker-languages.adoc[leveloffset=+2]
6969

7070
include::partial$configuration/spellchecker_languages.adoc[]
7171

@@ -77,10 +77,6 @@ include::partial$plugins/tinymcespellchecker-content-langs.adoc[]
7777

7878
include::partial$configuration/spellchecker_select_languages.adoc[]
7979

80-
// Bookmark for deprecated option name
81-
82-
+++<a class="anchor" id="spellchecker_whitelist">++++++</a>+++
83-
8480
include::partial$configuration/spellchecker_ignore_list.adoc[]
8581

8682
include::partial$misc/plugin-toolbar-button-id-boilerplate.adoc[]

modules/ROOT/partials/configuration/spellchecker_active.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[spellchecker_active]]
12
=== `spellchecker_active`
23

34
This option enables or disables the spell checker when the editor is loaded. When set to `false`, the spellchecker will not be active when the editor is initialized. The toolbar button or the menu item will have to be selected by the user to start the spell checker.

modules/ROOT/partials/configuration/spellchecker_dialog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This option specifies the primary spell checking mode.
44

5-
* When set to `true`, the <<toolbarbuttons,`spellcheck` toolbar button>> will open a dialog that will step the user through each potential spelling error in the document.
6-
* When set to `false`, the <<toolbarbuttons,`spellcheck` toolbar button>> will enable or disable as-you-type spell checking and the <<toolbarbuttons,`spellcheckdialog` toolbar button>> will open the spell checker dialog.
5+
* When set to `true`, the xref:plugins/premium/tinymcespellchecker.adoc#toolbarbuttons[`spellcheck` toolbar button] will open a dialog that will step the user through each potential spelling error in the document.
6+
* When set to `false`, the xref:plugins/premium/tinymcespellchecker.adoc#toolbarbuttons[`spellcheck` toolbar button] will enable or disable as-you-type spell checking and the xref:plugins/premium/tinymcespellchecker.adoc#toolbarbuttons[`spellcheckdialog` toolbar button] will open the spell checker dialog.
77
88
*Type:* `Boolean`
99

modules/ROOT/partials/configuration/spellchecker_ignore_list.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
// Bookmark for deprecated spellchecker_whitelist option name
12
[[spellchecker_ignore_list]]
2-
=== `spellchecker_ignore_list`
3+
=== [[spellchecker_whitelist]] `spellchecker_ignore_list`
34

45
This option specifies which words should be ignored by the spell checker. If an array of words is provided, the specified words will be ignored for all languages. If an object containing an array of words per language is provided, the specified words will be ignored for the specified languages.
56

6-
NOTE: Languages specified as keys in the `spellchecker_ignore_list` object must match the configured link:{baseurl}/plugins/premium/tinymcespellchecker/#spellchecker_languages[Spellchecker Languages].
7+
NOTE: Languages specified as keys in the `spellchecker_ignore_list` object must match the configured xref:plugins/premium/tinymcespellchecker.adoc#spellchecker_languages[Spellchecker Languages].
78

89
*Type:* `String[]` or `Object`
910

modules/ROOT/partials/configuration/spellchecker_language.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[spellchecker_language]]
12
=== `spellchecker_language`
23

34
This option specifies the default language used by Spell Checker Pro.

modules/ROOT/partials/configuration/spellchecker_languages.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
[[spellchecker_languages]]
12
=== `spellchecker_languages`
23

3-
This option specifies the spellchecker languages that are available to the user, provided as a comma delimited string. For a list of available languages, see: <<supportedlanguages,Supported languages>>.
4+
This option specifies the spellchecker languages that are available to the user, provided as a comma delimited string. For a list of available languages, see: xref:supportedlanguages[Supported languages].
45

56
*Type:* comma-separated `String`
67

modules/ROOT/partials/configuration/spellchecker_on_load.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
[[spellchecker_on_load]]
12
=== `spellchecker_on_load`
23

3-
NOTE: Removed in Spell Checker Pro 2.0 (TinyMCE 5.2). Spell Checker Pro will now always run on editor initialization. To disable Spell Checker Pro on load, use <<spellchecker_active,`spellchecker_active`>>.
4+
NOTE: Removed in Spell Checker Pro 2.0 (TinyMCE 5.2). Spell Checker Pro will now always run on editor initialization. To disable Spell Checker Pro on load, use xref:spellchecker_active[`spellchecker_active`].
45

56
This option runs the spellchecker when the contents of the editor is loaded.
67

modules/ROOT/partials/configuration/spellchecker_rpc_url.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
[[spellchecker_rpc_url]]
12
=== `spellchecker_rpc_url`
23

3-
This option specifies the URL of the server-side `ephox-spelling` service. For instructions on how to set up a Spell Checker Pro server-side component, see: the link:{baseurl}/enterprise/server/[server-side component installation guide].
4+
This option specifies the URL of the server-side `ephox-spelling` service. For instructions on how to set up a Spell Checker Pro server-side component, see: the xref:enterprise/server/index.adoc[server-side component installation guide].
45

5-
NOTE: `spellchecker_rpc_url` is *not* required when enabling this plugin via link:{baseurl}/cloud-deployment-guide/editor-and-features/[{cloudname}]
6+
NOTE: `spellchecker_rpc_url` is *not* required when enabling this plugin via xref:cloud-deployment-guide/editor-and-features.adoc[{cloudname}]
67

78
*Type:* `String`
89

0 commit comments

Comments
 (0)