Skip to content

Commit afd7d71

Browse files
Feature/tinymce5update 3 Premium + Drive (#2334)
1 parent 36b73fb commit afd7d71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+682
-565
lines changed

modules/ROOT/pages/enterprise/accessibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
:description: WCAG & Section 508 compliant accessibility checking.
33
:keywords: a11y accessibility
44

5-
For most developers, accessibility has become critical to the usability of their solutions. {productname}`'s link:{baseurl}/plugins/premium/a11ychecker/[accessibility checker] (based on technology built by link:{url}[{companyname}]) makes checking for common accessibility issues incredibly easy for content creators by using an interface that steps them through each error, and in most cases also recommends a solution.
5+
For most developers, accessibility has become critical to the usability of their solutions. {productname}'s xref:plugins/premium/a11ychecker.adoc[accessibility checker] (based on technology built by link:{url}[{companyname}]) makes checking for common accessibility issues incredibly easy for content creators by using an interface that steps them through each error, and in most cases also recommends a solution.
66
77
The check is achieved within the editor before the user posts their content and operates in a similar fashion to running a spell check in Word.
88
99
Before the introduction of this feature users would have to manually check for errors, requiring an advanced knowledge of accessibility and typically an understanding of HTML. Most people creating content with {productname} don't possess these skills and if they do fixing errors can be an incredibly time-consuming task.
1010
1111
:pluginname: Accessibility Checker
1212
:pluginminimumplan: tierthree
13-
:plugindocspage: a11ychecker
13+
:plugindocspage: a11ychecker.adoc
1414
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/advanced-tables.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ include::partial$misc/requires_5_1v.adoc[]
88
Advanced Tables adds advanced functionality to tables in {productname}, including:
99

1010
* sorting rows and columns.
11-
* inserting a row numbering column to identify rows. include::partial$misc/requires_5_9v.adoc[]
11+
* inserting a row numbering column to identify rows.
12+
include::partial$misc/requires_5_9v.adoc[]
1213
1314
== Try our Advanced Tables Demo
1415

1516
liveDemo::advtable[]
1617

1718
:pluginname: Advanced Tables
1819
:pluginminimumplan: tiertwo
19-
:plugindocspage: advtable
20+
:plugindocspage: advtable.adoc
2021
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/advcode.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:keywords: code advcode codemirror
55
:title_nav: Advanced source code editing
66

7-
The link:{baseurl}/plugins/premium/advcode/[Advanced Code Editor] plugin (`advcode`) brings a more advanced code editor to {productname}. This code editor makes it easier to modify the HTML, and it's a very useful add-on for power users. It comes with many features often found in IDEs, all enabled by default:
7+
The xref:plugins/premium/advcode.adoc[Advanced Code Editor] plugin (`advcode`) brings a more advanced code editor to {productname}. This code editor makes it easier to modify the HTML, and it's a very useful add-on for power users. It comes with many features often found in IDEs, all enabled by default:
88

99
* Syntax color highlighting
1010
* Bracket matching
@@ -18,5 +18,5 @@ liveDemo::advcode[]
1818

1919
:pluginname: Advanced Code Editor
2020
:pluginminimumplan: tiertwo
21-
:plugindocspage: advcode
21+
:plugindocspage: advcode.adoc
2222
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/casechange.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ liveDemo::casechange[]
4242

4343
:pluginname: Case Change
4444
:pluginminimumplan: tiertwo
45-
:plugindocspage: casechange
45+
:plugindocspage: casechange.adoc
4646
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/check-links.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@
33
:keywords: enterprise pricing video youtube vimeo mp3 mp4 mov movie clip film link linkchecking linkchecker mediaembed media
44
:title_nav: Hyperlink checking
55

6-
The link:{baseurl}/plugins/premium/linkchecker/[Link Checker plugin] provides a link checking service right within the {productname} editor.
6+
The xref:plugins/premium/linkchecker.adoc[Link Checker plugin] provides a link checking service right within the {productname} editor.
77

88
Think of Link Checker as "spell-checking for URLs". But instead of checking spelling, it will let you know if a URL in the editor is valid, invalid or questionable. This is a huge time-saver for anyone who creates content -- no more having to double-check URLs, especially in imported content. Not to mention the benefit of no longer frustrating readers with broken hyperlinks.
99

10-
Your have two deployment options. One is super easy with {cloudname}, the other is to go the more traditional Self-hosted route, requiring an additional link:{baseurl}/enterprise/server/[server-side component] to be installed and configured.
10+
Your have two deployment options. One is super easy with {cloudname}, the other is to go the more traditional Self-hosted route, requiring an additional xref:enterprise/server/index.adoc[server-side component] to be installed and configured.
1111

12+
[[linkcheckerself-hostedquicksetup]]
1213
== Link Checker self-hosted setup
1314

1415
Once you have the server-side component installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
1516

16-
For information on configuring the server-side component, see: link:{baseurl}/enterprise/server/[Configure server-side components].
17+
For information on configuring the server-side component, see: xref:enterprise/server/index.adoc[Configure server-side components].
1718

18-
You will also find more Self-hosted setup information on the link:{baseurl}/plugins/premium/linkchecker/[Link Checker plugin page].
19+
You will also find more Self-hosted setup information on the xref:plugins/premium/linkchecker.adoc[Link Checker plugin page].
1920

2021
== Link Checker cloud setup
2122

22-
link:{baseurl}/cloud-deployment-guide/editor-and-features/[{cloudname}] makes setting up Link Checker a breeze. Simply include the `linkchecker` parameter in your `tinymce.init` and have the {cloudname} services do the work for you.
23+
xref:cloud-deployment-guide/editor-and-features.adoc[{cloudname}] makes setting up Link Checker a breeze. Simply include the `linkchecker` parameter in your `tinymce.init` and have the {cloudname} services do the work for you.
2324

2425
:pluginname: Link Checker
2526
:pluginminimumplan: tierthree
26-
:plugindocspage: linkchecker
27+
:plugindocspage: linkchecker.adoc
2728
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/check-spelling/custom.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
:description: Custom dictionaries can be added to Spell Checker Pro
33
:keywords: enterprise tinymcespellchecker spell check checker pro
44

5+
[[creatingcustomdictionaryfiles]]
56
== Creating custom dictionary files
67

7-
One custom dictionary can be created for each language supported by the spell checker (see link:{baseurl}/enterprise/check-spelling/[supported languages]), as well as an additional "global" dictionary that contains words that are valid across all languages, such as trademarks.
8+
One custom dictionary can be created for each language supported by the spell checker (see xref:enterprise/check-spelling/index.adoc[supported languages]), as well as an additional "global" dictionary that contains words that are valid across all languages, such as trademarks.
89

910
A dictionary file for a particular language must be named with the language code of the language (see
10-
link:{baseurl}/enterprise/check-spelling/[supported languages] for language codes), plus the suffix `.txt`:
11+
xref:enterprise/check-spelling/index.adoc[supported languages] for language codes), plus the suffix `.txt`:
1112
E.g. `en.txt`, `en_gb.txt`, `fr.txt`, `de.txt` etc.
1213

1314
The "global" dictionary file for language-independent words must be called "global.txt".

modules/ROOT/pages/enterprise/check-spelling/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ include::partial$misc/spellchecker-languages.adoc[]
1414

1515
== Custom dictionaries
1616

17-
Additional dictionaries can be added to Spell Checker Pro to supplement the default vocabulary. See link:{baseurl}/enterprise/check-spelling/custom/[these instructions] for details.
17+
Additional dictionaries can be added to Spell Checker Pro to supplement the default vocabulary. See xref:enterprise/check-spelling/custom.adoc[these instructions] for details.
1818

1919
:pluginname: Spell Checker Pro
2020
:pluginminimumplan: tierthree
21-
:plugindocspage: tinymcespellchecker
21+
:plugindocspage: tinymcespellchecker.adoc
2222
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/checklist.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ liveDemo::checklist[]
2525

2626
:pluginname: Checklist
2727
:pluginminimumplan: tiertwo
28-
:plugindocspage: checklist
28+
:plugindocspage: checklist.adoc
2929
include::partial$misc/purchase-premium-plugins.adoc[]

modules/ROOT/pages/enterprise/embed-media/index.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
:keywords: enterprise pricing video youtube vimeo mp3 mp4 mov movie clip film link linkchecking linkchecker mediaembed media
44
:title_nav: Media embedding
55

6-
The link:{baseurl}/plugins/premium/mediaembed/[Enhanced Media Embed plugin] makes it easy to add an enhanced content creation experience in your website or app with enriched media previews from the most popular web sources. Facebook, YouTube, Flickr, NY Times, Vimeo, Hulu, Tumblr, CodePen, SlideShare, TechCrunch, WordPress, Twitch, Spotify ... and many more!
6+
The xref:plugins/premium/mediaembed.adoc[Enhanced Media Embed plugin] makes it easy to add an enhanced content creation experience in your website or app with enriched media previews from the most popular web sources. Facebook, YouTube, Flickr, NY Times, Vimeo, Hulu, Tumblr, CodePen, SlideShare, TechCrunch, WordPress, Twitch, Spotify ... and many more!
77

88
By easy, we mean easy. The service automatically "`looks behind the link`" to see whether a URL in the {productname} editor points to a rich media source. That URL will resolve into an enhanced media thumbnail whenever possible.
99

1010
It is now as simple as adding a plugin to deliver a modern, content creation experience that everyone takes for granted.
1111

12-
Your have two deployment options. One is super easy with {cloudname}, the other is to go the more traditional Self-hosted route, requiring an additional link:{baseurl}/enterprise/server/[server-side component] to be installed and configured.
12+
Your have two deployment options. One is super easy with {cloudname}, the other is to go the more traditional Self-hosted route, requiring an additional xref:enterprise/server/index.adoc[server-side component] to be installed and configured.
1313

1414
== Enhanced Media Embed self-hosted setup
1515

16-
Once you have the link:{baseurl}/enterprise/server/[server-side component] installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
16+
Once you have the xref:enterprise/server/index.adoc[server-side component] installed, additional configuration to your `application.conf` file is required. (Don't forget to restart the Java application server after updating the configuration.)
1717

18-
You also need to link:{baseurl}/enterprise/embed-media/mediaembed-server-integration/[integrate] and link:{baseurl}/enterprise/embed-media/mediaembed-server-config/[configure] the Enhanced Media Embed server.
18+
You also need to xref:enterprise/embed-media/mediaembed-server-integration.adoc[integrate] and xref:enterprise/embed-media/mediaembed-server-config.adoc[configure] the Enhanced Media Embed server.
1919

2020
== Enhanced Media Embed cloud setup
2121

22-
link:{baseurl}/cloud-deployment-guide/editor-and-features/[{cloudname}] makes setting up Enhanced Media Embed a breeze. Simply include the `mediaembed` parameter in your `tinymce.init` and have the {cloudname} services do the work for you.
22+
xref:cloud-deployment-guide/editor-and-features.adoc[{cloudname}] makes setting up Enhanced Media Embed a breeze. Simply include the `mediaembed` parameter in your `tinymce.init` and have the {cloudname} services do the work for you.
2323

2424
:pluginname: Enhanced Media Embed
2525
:pluginminimumplan: tiertwo
26-
:plugindocspage: mediaembed
26+
:plugindocspage: mediaembed.adoc
2727
include::partial$misc/purchase-premium-plugins.adoc[]

0 commit comments

Comments
 (0)