浏览代码

Docs: related features tier 1. [skip ci]

godai78 5 年之前
父节点
当前提交
31b9d079a7

+ 7 - 0
packages/ckeditor5-alignment/docs/features/text-alignment.md

@@ -54,6 +54,13 @@ ClassicEditor
 
 {@snippet features/custom-text-alignment-toolbar}
 
+## Related features
+
+There are more CKEditor 5 features that can help you control your content:
+* {@link features/basic-styles Basic font styles} – The essentials, like **bold**, *italic* and others.
+* {@link features/headings Headings} – Divide your content into sections.
+* {@link features/title Document title} – Clearly divide your content into a title and body.
+
 ## Installation
 
 To add this feature to your editor, install the [`@ckeditor/ckeditor5-alignment`](https://www.npmjs.com/package/@ckeditor/ckeditor5-alignment) package:

+ 13 - 2
packages/ckeditor5-basic-styles/docs/features/basic-styles.md

@@ -5,7 +5,7 @@ category: features
 
 {@snippet features/build-basic-styles-source}
 
-The {@link api/basic-styles basic styles} package provides text formatting features such as bold, italic, underline, strikethrough, subscript, superscript, and code.
+The {@link api/basic-styles basic styles} package provides text essential formatting features such as bold, italic, underline, strikethrough, subscript, superscript, and code. Thi set allows you to start editing right away with all the most used formatting styles inevitable for content creation. Coupled with more formatting features, these serve as a base for any WYSIWYG editor tool set.
 
 <info-box info>
 	All basic text styles can be removed with the {@link features/remove-format remove format} feature.
@@ -59,7 +59,18 @@ CKEditor 5 allows for typing both at inner and outer boundaries of code to make
 
 {@img assets/img/typing-after-code.gif 770 The animation showing typing after the code element in CKEditor 5 rich text editor.}
 
-## Installation
+## Related features
+
+* {@link features/font Font styles} &ndash; Easily and efficiently control the font {@link features/font#configuring-the-font-family-feature family}, {@link features/font#configuring-the-font-size-feature size}, {@link features/font#configuring-the-font-color-and-font-background-color-features text or background color}.
+* {@link features/text-alignment Text alignment} &ndash; Because it does matter whether the content is left, right, centered or justified.
+* {@link features/headings Headings} &ndash; Divide your content into sections.
+* {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
+
+And be sure to get familiar with these, too:
+* {@link features/title Document title} &ndash; Clearly divide your content into a title and body.
+* {@link features/highlight Highlight} &ndash; Mark important words and passages, aiding a review or drawing attention to specific parts of content.
+
+## Installations
 
 To add the basic styles features to your editor install the [`@ckeditor/ckeditor5-basic-styles`](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles) package:
 

+ 9 - 0
packages/ckeditor5-font/docs/features/font.md

@@ -335,6 +335,15 @@ ClassicEditor
 	.catch( ... );
 ```
 
+## Related features
+
+There are more CKEditor 5 features that can help you control your content:
+* {@link features/basic-styles Basic font styles} &ndash; The essentials, like **bold**, *italic* and others.
+* {@link features/text-alignment Text alignment} &ndash; Because it does matter whether the content is left, right, centered or justified.
+* {@link features/headings Headings} &ndash; Divide your content into sections.
+* {@link features/highlight Highlight} &ndash; Mark important words and passages, aiding a review or drawing attention to specific parts of content.
+* {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
+
 ## Installation
 
 To add this feature to your rich-text editor, install the [`@ckeditor/ckeditor5-font`](https://www.npmjs.com/package/@ckeditor/ckeditor5-font) package:

+ 8 - 0
packages/ckeditor5-heading/docs/features/headings.md

@@ -109,6 +109,14 @@ ClassicEditor
 
 {@snippet features/custom-heading-elements}
 
+## Related features
+
+There are more CKEditor 5 features that can help you control your content:
+* {@link features/basic-styles Basic font styles} &ndash; The essentials, like **bold**, *italic* and others.
+* {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
+* {@link features/title Document title} &ndash; Clearly divide your content into a title and body.
+
+
 ## Installation
 
 <info-box info>

+ 9 - 0
packages/ckeditor5-heading/docs/features/title.md

@@ -38,6 +38,15 @@ ClassicEditor
     .catch( ... );
 ```
 
+## Related features
+
+There are more CKEditor 5 features that can help you control your content:
+* {@link features/basic-styles Basic font styles} &ndash; The essentials, like **bold**, *italic* and others.
+* {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
+* {@link features/headings Headings} &ndash; Divide your content into sections.
+
+
+
 ## Installation
 
 To add this feature to your editor, install the [`@ckeditor/ckeditor5-heading`](https://www.npmjs.com/package/@ckeditor/ckeditor5-heading) package:

+ 7 - 0
packages/ckeditor5-highlight/docs/features/highlight.md

@@ -159,6 +159,13 @@ Then, update the classes in the stylesheet so the content corresponds to the UI
 
 {@snippet features/custom-highlight-colors-inline}
 
+## Related features
+
+There are more CKEditor 5 features that can help you control your content:
+* {@link features/basic-styles Basic font styles} &ndash; The essentials, like **bold**, *italic* and others.
+* {@link features/font Font styles} &ndash; Easily and efficiently control the font {@link features/font#configuring-the-font-family-feature family}, {@link features/font#configuring-the-font-size-feature size}, {@link features/font#configuring-the-font-color-and-font-background-color-features text or background color}.
+* {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
+
 ## Installation
 
 To add this feature to your editor install the [`@ckeditor/ckeditor5-highlight`](https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight) package:

+ 6 - 0
packages/ckeditor5-remove-format/docs/features/remove-format.md

@@ -61,6 +61,12 @@ ClassicEditor
 
 From now on, the the "Remove Format" button should also remove links in the content. {@link module:engine/model/schema~Schema#setAttributeProperties Learn more about attribute properties.}
 
+## Related features
+
+There are more CKEditor 5 features that can help you control your content:
+* {@link features/basic-styles Basic font styles} &ndash; The essentials, like **bold**, *italic* and others.
+* {@link features/font Font styles} &ndash; Easily and efficiently control the font {@link features/font#configuring-the-font-family-feature family}, {@link features/font#configuring-the-font-size-feature size}, {@link features/font#configuring-the-font-color-and-font-background-color-features text or background color}.
+
 ## Installation
 
 To add this feature to your rich-text editor, install the [`@ckeditor/ckeditor5-remove-format`](https://www.npmjs.com/package/@ckeditor/ckeditor5-remove-format) package: