-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
17 changed files
with
327 additions
and
35 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
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,5 +1,43 @@ | ||
= Cloud deployment guide | ||
:description: Start here for Tiny Cloud. | ||
:title_nav: Cloud deployment guide | ||
= Cloud Deployment Guide | ||
:description: Start here for Tiny Cloud | ||
:title_nav: Cloud Deployment Guide | ||
:type: folder | ||
|
||
// 2 Columns, both asciidoc | ||
[cols=2*a] | ||
|=== | ||
|
||
| | ||
[.lead] | ||
xref:editor-and-features.adoc[Cloud deployment of editor & plugins] | ||
|
||
Learn how to set up the {productname} editor via the Cloud or migrate from a self-hosted environment. | ||
|
||
| | ||
[.lead] | ||
xref:features-only.adoc[Cloud deployment of plugins Only] | ||
|
||
Connect to Tiny Cloud within a hybrid deployment. | ||
|
||
| | ||
[.lead] | ||
xref:editor-plugin-version.adoc[Specify editor & plugin versions] | ||
|
||
Specifying editor and plugin versions for Tiny Cloud deployments. | ||
|
||
| | ||
[.lead] | ||
xref:plugin-editor-version-compatibility.adoc[Version compatibility reference] | ||
|
||
Matrix of compatibility between TinyMCE editor versions and premium plugins. | ||
|
||
| | ||
[.lead] | ||
xref:cloud-troubleshooting.adoc[Cloud Troubleshooting] | ||
|
||
Troubleshooting errors shown by the Tiny Cloud. | ||
|
||
// Empty cell to even out rows | ||
| | ||
|
||
|=== |
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
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
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
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,6 +1,152 @@ | ||
= Examples & demos | ||
= Examples & Demos | ||
:description: Working examples of TinyMCE's popular functionality. | ||
:redirect_from: ["/example/", "/examples/", "/tutorial/", "/tutorials/", "/example-tutorial/", "/try-tinymce/"] | ||
:title_nav: Examples | ||
:type: folder | ||
|
||
// 2 Columns, both asciidoc | ||
[cols=2*a] | ||
|=== | ||
|
||
| | ||
[.lead] | ||
xref:basic-example.adoc[Basic example] | ||
|
||
Basic example | ||
|
||
| | ||
[.lead] | ||
xref:full-featured.adoc[Full featured] | ||
|
||
Full featured demo | ||
|
||
| | ||
[.lead] | ||
xref:demo-casechange.adoc[Case Change] | ||
|
||
Case Change demo | ||
|
||
| | ||
[.lead] | ||
xref:comments-demo.adoc[Comments] | ||
|
||
Comments demo | ||
|
||
| | ||
[.lead] | ||
xref:demo-checklist.adoc[Checklist] | ||
|
||
Checklist demo | ||
|
||
| | ||
[.lead] | ||
xref:demo-pageembed.adoc[Page Embed] | ||
|
||
Page Embed demo | ||
|
||
| | ||
[.lead] | ||
xref:demo-permanentpen.adoc[Permanent Pen] | ||
|
||
Permanent Pen demo | ||
|
||
| | ||
[.lead] | ||
xref:demo-formatpainter.adoc[Format Painter] | ||
|
||
Format Painter demo | ||
|
||
| | ||
[.lead] | ||
xref:demo-tinydrive.adoc[Tiny Drive] | ||
|
||
Tiny Drive demo | ||
|
||
| | ||
[.lead] | ||
xref:distraction-free-demo.adoc[Distraction-free editor] | ||
|
||
Distraction-free editor demo | ||
|
||
| | ||
[.lead] | ||
xref:inline.adoc[Inline editor] | ||
|
||
Inline editor demo | ||
|
||
| | ||
[.lead] | ||
xref:classic-demo.adoc[Classic editor mode] | ||
|
||
Classic editor mode demo | ||
|
||
| | ||
[.lead] | ||
xref:image-tools.adoc[Image tools] | ||
|
||
Image tools demo | ||
|
||
| | ||
[.lead] | ||
xref:format-custom.adoc[Custom formats] | ||
|
||
Custom formats demo | ||
|
||
| | ||
[.lead] | ||
xref:format-html5.adoc[HTML5 formats] | ||
|
||
HTML5 formats demo | ||
|
||
| | ||
[.lead] | ||
xref:url-conversion.adoc[URL conversion] | ||
|
||
URL conversion demo | ||
|
||
| | ||
[.lead] | ||
xref:valid-elements.adoc[Valid elements] | ||
|
||
Valid elements demo | ||
|
||
| | ||
[.lead] | ||
xref:custom-basic-toolbar-button.adoc[Custom toolbar button] | ||
|
||
Custom toolbar button demo | ||
|
||
| | ||
[.lead] | ||
xref:custom-menu-toolbar-button.adoc[Custom toolbar menu button] | ||
|
||
Custom toolbar menu button demo | ||
|
||
| | ||
[.lead] | ||
xref:custom-split-toolbar-button.adoc[Custom toolbar split button] | ||
|
||
Custom toolbar split button demo | ||
|
||
| | ||
[.lead] | ||
xref:custom-basic-menu-items.adoc[Custom menu item] | ||
|
||
Custom menu item demo | ||
|
||
| | ||
[.lead] | ||
xref:file-picker.adoc[Basic local file picker] | ||
|
||
Basic local file picker demo | ||
|
||
| | ||
[.lead] | ||
xref:local-upload.adoc[Local file upload] | ||
|
||
Local file upload demo | ||
|
||
// Empty cell to even out rows | ||
| | ||
|
||
|=== |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,115 @@ | ||
= Introduction & getting started | ||
:description: New to self-hosting {productname}? Start here. | ||
:title_nav: Introduction & getting started | ||
:type: folder | ||
|
||
// 2 Columns, both asciidoc | ||
[cols=2*a] | ||
|=== | ||
|
||
| | ||
[.lead] | ||
xref:basic-setup.adoc[Basic setup] | ||
|
||
How to get up and running with {productname} | ||
|
||
| | ||
[.lead] | ||
xref:use-tinymce-classic.adoc[Classic editing mode] | ||
|
||
The Theme that renders iframe or inline modes using the {productname} core UI framework. | ||
|
||
| | ||
[.lead] | ||
xref:use-tinymce-inline.adoc[Inline editing mode] | ||
|
||
Learn about forms-based editing v. inline editing. | ||
|
||
| | ||
[.lead] | ||
xref:use-tinymce-distraction-free.adoc[Distraction-free editing mode] | ||
|
||
Mode that renders a lightweight UI for inline editing. | ||
|
||
| | ||
[.lead] | ||
xref:multiple-editors.adoc[Multiple editors in a page] | ||
|
||
Use multiple {productname} instances in a single page | ||
|
||
| | ||
[.lead] | ||
xref:installation.adoc[Options for installing {productname}] | ||
|
||
Learn how to install {productname} via {cloudname}, package manager options, Self-hosted, jQuery and custom build options. | ||
|
||
| | ||
[.lead] | ||
xref:upgrading.adoc[Upgrading {productname}] | ||
|
||
How to upgrade {productname} via {cloudname}, package manager options, Self-hosted, and custom build options. | ||
|
||
| | ||
[.lead] | ||
xref:work-with-plugins.adoc[Using plugins to extend {productname}] | ||
|
||
Learn about {productname}'s plugin functionality and discover our Top 10 plugins. | ||
| | ||
[.lead] | ||
xref:customize-ui.adoc[Customizing the UI] | ||
Learn how to change the appearance of {productname}. | ||
| | ||
[.lead] | ||
xref:editor-content-css.adoc[Boilerplate content CSS] | ||
Learn how to set up CSS for your site to integrate {productname}. | ||
| | ||
[.lead] | ||
xref:upload-images.adoc[Image uploads] | ||
How to manage asynchronous image uploads. | ||
| | ||
[.lead] | ||
xref:spell-checking.adoc[Spell checking] | ||
Check spelling in {productname} | ||
| | ||
[.lead] | ||
xref:filter-content.adoc[Content filtering] | ||
Learn how to create clean, maintainable and readable content. | ||
| | ||
[.lead] | ||
xref:localize-your-language.adoc[Localization] | ||
Localize {productname} with global language capabilities. | ||
| | ||
[.lead] | ||
xref:attribution-requirements.adoc[Logo attribution] | ||
{productname} Terms of Service. | ||
| | ||
[.lead] | ||
xref:system-requirements.adoc[Supported Versions and Platforms] | ||
Supported versions and platforms for {productname}. | ||
| | ||
[.lead] | ||
xref:get-support.adoc[Support & FAQ] | ||
Community and pro-grade support options. | ||
// Empty cell to even out rows | ||
| | ||
|=== |
Oops, something went wrong.