Procházet zdrojové kódy

Merge pull request #7789 from ckeditor/automatic-features

Docs: Adding autolink to productivity features. [skip ci]
Anna Tomanek před 5 roky
rodič
revize
c9fc5ca1ba

+ 3 - 2
packages/ckeditor5-autoformat/docs/features/autoformat.md

@@ -42,8 +42,9 @@ 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/mentions Mentions} – It brings support for smart autocompletion.
+* {@link features/text-transformation Automatic text transformation} – Enables automatic turning snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/link#autolink-feature Autolink} – Turns the links and email addresses typed or pasted into the editor into active URLs.
+* {@link features/mentions Mentions} – Brings support for smart autocompletion.
 
 ## Installation
 

+ 3 - 2
packages/ckeditor5-mention/docs/features/mentions.md

@@ -23,8 +23,9 @@ 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/autoformat Autoformatting} – It allows to quickly apply formatting to the content you are writing.
+* {@link features/text-transformation Automatic text transformation} – Allows to automatically turn snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/link#autolink-feature Autolink} – Turns the links and email addresses typed or pasted into the editor into active URLs.
+* {@link features/autoformat Autoformatting} – Allows to quickly apply formatting to the content you are writing.
 
 ## Configuration
 

+ 3 - 2
packages/ckeditor5-typing/docs/features/text-transformation.md

@@ -54,8 +54,9 @@ 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/mentions Mentions} – It brings support for smart autocompletion.
+* {@link features/autoformat Autoformatting} – Allows to quickly apply formatting to the content you are writing.
+* {@link features/link#autolink-feature Autolink} – Turns the links and email addresses typed or pasted into the editor into active URLs.
+* {@link features/mentions Mentions} – Brings support for smart autocompletion.
 
 ## Configuring transformations