From 50edde70f2c09d95fbfe3f89a156d84e8d4150e6 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 7 Dec 2020 10:09:18 +0100 Subject: [PATCH] docs: add tasks --- docs/src/docPages/api/extensions/suggestion.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/docPages/api/extensions/suggestion.md b/docs/src/docPages/api/extensions/suggestion.md index 74ec6056..5428c0be 100644 --- a/docs/src/docPages/api/extensions/suggestion.md +++ b/docs/src/docPages/api/extensions/suggestion.md @@ -2,8 +2,9 @@ TODO -- mentions -- hashtags -- emojis -- snippets -- variables +- mentions (as text or as/with user ID) +- hashtags (as text) +- emojis (input rule with an autocomplete popup) +- commands (can only be triggered at the beginning of a line, should trigger custom commands) +- snippets (should be able to insert multiple paragraphs) +- variables (should replaced when copied to external sources)