From 5a7a1ce31695ff2100dccbabdf256d7e669a4f58 Mon Sep 17 00:00:00 2001 From: Shikha Nansi Date: Mon, 4 Jun 2018 15:37:16 +1000 Subject: [PATCH] Add line space before Note in Step 3 --- .gitignore | 3 ++- get-started-cloud/editor-and-features.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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/)