@@ -136,6 +136,12 @@ ClassicEditor
'#a01', '#a02', '#a03', '#a04', '#a05', '#a06', '#a07', '#a08', '#a09', '#a10',
'#a11', '#a12', '#a13', '#a14', '#a15', '#a16', '#a17', '#a18', '#a19', '#a20'
]
+ },
+ {
+ marker: ':',
+ feed: [
+ ':+1:', ':-1:', ':@(at-sign):', ':$(dollar-sign):', ':#(hash-sign):'
+ ]
}
@@ -21,12 +21,20 @@ The feeds:
- ...
- a20
+3. Static list of "special characters" items (`:` marker)
+
+ - :+1:
+ - :-1:
+ - :@(at-sign):
+ - :$(dollar-sign):
+ - :#(hash-sign):
### Interaction
You can interact with mention panel with keyboard:
- Move arrows up/down to select an item.
-- Use <kbd>enter</kbd> or <kbd>tab</kbd> to insert a mention into the documentation.
+- Use <kbd>enter</kbd> or <kbd>tab</kbd> to insert a mention into the documentation.
- The <kbd>esc</kbd> should close the panel.
Mention panel should be closed on: