...
When the cursor is at the beginning of an empty message draft, add the markdown formatting characters. The cursor is placed in between the opening and closing characters. (e.g.
**|**
)When text is selected, surround the selected text with the opening and closing characters (e.g.
**selected text**
). The text remains selectedWhen the cursor is at the beginning of a word, surround the word with the formatting characters (e.g.
**word**
. The cursor remains at the beginning of the word (e.g.**|word**
)When the cursor is in the middle of a word, surround the word with the formatting characters (e.g.
**word**
. The cursor remains in the middle of the word (e.g.**wo|rd**
)When the cursor is at the end of a word (that is not the last word), surround the word with the formatting characters (e.g.
**word**
). The cursor remains at the end of the word (e.g.**word|**
)When the cursor is at the end of the last word in a line, add the markdown formatting characters after the last word. The cursor is placed in between the opening and closing characters. (e.g.
**|**
)When the cursor has a space on either side or is at the end of a line after a space, add the markdown formatting characters after the last word. The cursor is placed in between the opening and closing characters. (e.g.
**|**
)
Headings Button
When clicked, the formatting controls are temporarily replaced with the heading options (H1-H6)
Tooltips display here as well after a user has hovered for 800 ms
...