Browse Source
Merge pull request #696 from tinymce/feature/experiment
Add line space before Note in Step 3
pull/697/head
techtangents
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
.gitignore
get-started-cloud/editor-and-features.md
@ -10,4 +10,5 @@ api
vendor
.idea
.DS_Store
.vscode
.vscode
.*.swp
@ -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/ )