Преглед на файлове

Docs: adding autolink to productivity features. [skip ci]

godai78 преди 5 години
родител
ревизия
0849899806

+ 1 - 0
packages/ckeditor5-autoformat/docs/features/autoformat.md

@@ -43,6 +43,7 @@ Example:
 In addition to enabling automatic text formatting, you may want to check the following productivity features:
 
 * {@link features/text-transformation Automatic text transformation} – It enables automatic turning snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/link#autolink-feature Autolink} – Turns the links typed or pasted into editor into active URLs.
 * {@link features/mentions Mentions} – It brings support for smart autocompletion.
 
 ## Installation

+ 1 - 0
packages/ckeditor5-mention/docs/features/mentions.md

@@ -24,6 +24,7 @@ You can type the "@" character to invoke the mention autocomplete UI. The demo b
 In addition to enabling mentions, you may want to check the following productivity features:
 
 * {@link features/text-transformation Automatic text transformation} – It allows to automatically turn snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/link#autolink-feature Autolink} – Turns the links typed or pasted into editor into active URLs.
 * {@link features/autoformat Autoformatting} – It allows to quickly apply formatting to the content you are writing.
 
 ## Configuration

+ 1 - 0
packages/ckeditor5-typing/docs/features/text-transformation.md

@@ -55,6 +55,7 @@ Type snippets such as `(c)`, `3/4`, `!=`, `---`, `"foo"` into the rich-text edit
 In addition to enabling automatic text transformations, you may want to check the following productivity features:
 
 * {@link features/autoformat Autoformatting} – It allows to quickly apply formatting to the content you are writing.
+* {@link features/link#autolink-feature Autolink} – Turns the links typed or pasted into editor into active URLs.
 * {@link features/mentions Mentions} – It brings support for smart autocompletion.
 
 ## Configuring transformations