8
0
Просмотр исходного кода

Docs: related features tier 3. [skip ci]

godai78 5 лет назад
Родитель
Сommit
6f7eb581d7

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

@@ -14,12 +14,11 @@ The {@link module:alignment/alignment~Alignment} feature enables support for tex
 ## Related features
 
 There are more CKEditor 5 features that can help you organize your content:
-* {@link features/remove-format Remove format} – Easily clean basic text formatting.
-* {@link features/headings Headings} – Split your content into logical sections.
 * {@link features/title Document title} – Clearly divide your content into a title and body.
+* {@link features/headings Headings} – Split your content into logical sections.
 * {@link features/indent Block indentation} – Organize your content into visually separated blocks, indent crucial paragraphs, etc.
 * {@link features/block-quote Block quote} – Include block quotations or pull quotes in the rich-text content.
-
+* {@link features/remove-format Remove format} – Easily clean basic text formatting.
 
 ## Configuring alignment options
 

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

@@ -20,9 +20,9 @@ The {@link api/basic-styles basic styles} feature allows you to apply the most f
 Check out also these CKEditor 5 features to gain better control over your content style and format:
 * {@link features/font Font styles} – 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} – Because it does matter whether the content is left, right, centered or justified.
-* {@link features/code-blocks Code blocks}  – Allow for insertion of longer, multiline code listings, expanding the inline code style greatly.
-* {@link features/remove-format Remove format} – Easily clean basic text formatting.
+* {@link features/code-blocks Code blocks}  – Insert longer, multiline code listings, expanding the inline code style greatly.
 * {@link features/highlight Highlight} – Mark important words and passages, aiding a review or drawing attention to specific parts of content.
+* {@link features/remove-format Remove format} – Easily clean basic text formatting.
 
 ## Available text styles
 

+ 3 - 3
packages/ckeditor5-block-quote/docs/features/block-quote.md

@@ -17,9 +17,9 @@ Use the editor below to see the block quote plugin in action.
 
 Here are some other CKEditor 5 features that you can use similarly to the block quote plugin to structure your text better:
 
-* {@link features/indent Block indentation feature}  – Allows you to set indentation for text blocks such as paragraphs or lists.
-* {@link features/code-blocks Code block feature}  – Allows for insertion of longer, multiline code listings.
-* {@link features/text-alignment Text alignment} – Because it does matter whether the content is left, right, centered or justified.
+* {@link features/indent Block indentation feature}  – Set indentation for text blocks such as paragraphs or lists.
+* {@link features/code-blocks Code block feature}  – Insert longer, multiline code listings.
+* {@link features/text-alignment Text alignment} – Align your content left, right, center it or justify.
 
 ## Installation
 

+ 2 - 1
packages/ckeditor5-code-block/docs/features/code-blocks.md

@@ -17,8 +17,9 @@ The {@link module:code-block/codeblock~CodeBlock} feature allows inserting and e
 {@snippet features/code-block}
 
 Here are some features that you may find helpfully similar:
+* {@link features/basic-styles Basic text styles feature} – Use the `code` formatting command for short inline code chunks.
 * {@link features/block-quote Block quote} – Include block quotations or pull quotes in your rich-text content.
-* {@link features/indent Block indentation feature} – Allows you to set indentation for text blocks such as paragraphs or lists.
+* {@link features/indent Block indentation feature} – Set indentation for text blocks such as paragraphs or lists.
 
 ## Configuring code block languages
 

+ 2 - 2
packages/ckeditor5-heading/docs/_snippets/features/default-headings.html

@@ -2,9 +2,9 @@
 <div id="snippet-default-headings">
 	<h1>On the importance of headings</h1>
 	<h2>What is a heading?</h2>
-	<p>A heading should be viewed as a title or a subtitle displayed in the document or a webpage. These are created with the <Hx> HTML tags where x stands for a number from 1 (the largest and most important) to 6 (the lowest level heading).</p>
+	<p>A heading should be viewed as a title or a subtitle displayed in the document or a webpage. These are created with the &lt;h1&gt; to &lt;h6&gt; HTML tags where  1 is the largest (and most important) while 6 is the lowest level heading.</p>
 	<h2>The reason to use headings</h2>
-	<p>Headings serve double purpose in the documents: they help the creators and readers  interact with the content and they also affect the way search engines index the webpage.</p>
+	<p>Headings serve dual purpose in the documents: they help the creators and readers interact with the content and they also affect the way search engines index the webpage.</p>
 	<h3>Human interaction</h3>
 	<p>Having a clearly defined structure with sections and subsections is beneficial for both the creator, who can convey their message better as well as for the readers, who can access the content with ease. Having a few good headings aids scanning and searching for specific information in the document as well as structuring the data contained.</p>
 	<h3>Search engine indexing algorithms</h3>

+ 3 - 1
packages/ckeditor5-heading/docs/features/headings.md

@@ -34,8 +34,10 @@ By default, when your editor build does not include the title plugin, a `<h1>` e
 
 There are more CKEditor 5 features that can help you format 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.
+* {@link features/indent Block indentation feature}  &ndash; Set indentation for text blocks such as paragraphs or lists.
+* {@link features/lists Lists}  &ndash; Organize your content better with ordered and unordered list you can style.
+* {@link features/remove-format Remove format} &ndash; Easily clean basic text formatting.
 
 ## Configuration
 

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

@@ -19,6 +19,7 @@ The block indentation feature allows you to set indentation for text blocks such
 
 Here are some features that may aid structuring your content better:
 * {@link features/block-quote Block quote} &ndash; Include block quotations or pull quotes in your rich-text content.
+* {@link features/headings Headings} &ndash; Divide your content into sections.
 * {@link features/code-blocks Code block feature} &ndash; Allows for insertion of various code listings.
 * {@link features/text-alignment Text alignment} &ndash; Because it does matter whether the content is left, right, centered or justified.
 

+ 1 - 1
packages/ckeditor5-list/docs/features/lists.md

@@ -4,7 +4,7 @@ category: features
 
 # Lists
 
-The {@link module:list/list~List list} feature allows creating ordered (numbered) and unordered (bulleted) lists in the editor aimed at better structuring and presenting specific content such as enumerating elements, creating *tables of content* or {@link features/todo-lists to-do lists}.
+The {@link module:list/list~List list} feature allows creating ordered (numbered) and unordered (bulleted) lists. This allows for better structuring and presenting specific content such as enumerating elements, creating tables of content or {@link features/todo-lists to-do lists}.
 
 <info-box info>
 	The feature is enabled by default in all CKEditor 5 WYSIWYG editor builds.

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

@@ -20,7 +20,6 @@ Select the content you want to clean up and press the "Remove Format" button in
 
 There are more CKEditor 5 features that can help you format 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/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}.
 
 ## Configuring the remove format feature