diff --git a/.gitignore b/.gitignore index 433637d05..a2ab7c821 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ api vendor .idea .DS_Store -.vscode \ No newline at end of file +.vscode +.*.swp diff --git a/get-started-cloud/editor-and-features.md b/get-started-cloud/editor-and-features.md index 86a8fe7ab..ad51b3514 100644 --- a/get-started-cloud/editor-and-features.md +++ b/get-started-cloud/editor-and-features.md @@ -32,8 +32,11 @@ Lastly, you just need to extend your TinyMCE configuration to include any of the * [PowerPaste]({{ site.baseurl }}/plugins/powerpaste/) * [Spell Checker]({{ site.baseurl }}/plugins/tinymcespellchecker/) + **Note:** `spellchecker_rpc_url` is **not** required when enabling this plugin via [TinyMCE Cloud]({{ site.baseurl }}/get-started-cloud/) + * [Image Tools (with configured image proxy)]({{ site.baseurl }}/plugins/imagetools/) + **Note:** `imagetools_cors_hosts` and `imagetools_proxy` are *not* required to be configured when enabling this plugin via [TinyMCE Cloud]({{ site.baseurl }}/get-started-cloud/) * [Accessibility Checker]({{ site.baseurl }}/plugins/a11ychecker/) * [Advanced Code Editor]({{ site.baseurl }}/plugins/advcode/)