Piotrek Koszuliński пре 6 година
родитељ
комит
a5757120ad
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      packages/ckeditor5-mention/docs/features/mentions.md

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

@@ -19,6 +19,13 @@ You can type the "@" character to invoke the mention autocomplete UI. The demo b
 	Check out the {@link examples/chat-with-mentions more advanced example} of the mention feature used in a chat application.
 	Check out the {@link examples/chat-with-mentions more advanced example} of the mention feature used in a chat application.
 </info-box>
 </info-box>
 
 
+## Related productivity features
+
+In addition to enabling automatic text formatting, you may want to check the following productivity features:
+
+* {@link features/text-transformation Automatic text transformation} &mdash; allows automatically turning snippets such as `(tm)` into `™` and `"foo"` into `“foo”`.
+* {@link features/autoformat Autoformatting} &mdash; allows quickly applying formatting to the content you are writing.
+
 ## Configuration
 ## Configuration
 
 
 The minimal configuration of the mention feature requires defining a {@link module:mention/mention~MentionFeed `feed`} and a {@link module:mention/mention~MentionFeed `marker`}. You can also define `minimumCharacters` after which the autocomplete panel will show up.
 The minimal configuration of the mention feature requires defining a {@link module:mention/mention~MentionFeed `feed`} and a {@link module:mention/mention~MentionFeed `marker`}. You can also define `minimumCharacters` after which the autocomplete panel will show up.