You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you format text with a hotkey (ctrl-i for italics) on text that is already formatted, it should clear away existing formatting instead of trying to apply it again.
For example, when pressing ctrl-i repeatedly on the same text, you currently get:
text
*text*
**text**
***text***
instead, I would expect to get:
text
*text*
text
*text*
Notably, this should still work fine when text is already formatted with some other type (i.e., bold):
**text**
***text***
**text**
***text***
The text was updated successfully, but these errors were encountered:
ByteOfBrie
changed the title
Pressing a formatting hotkey should toggle that formatting, instead of always adding
Pressing a formatting hotkey should toggle that formatting
Aug 13, 2024
When you format text with a hotkey (
ctrl-i
for italics) on text that is already formatted, it should clear away existing formatting instead of trying to apply it again.For example, when pressing
ctrl-i
repeatedly on the same text, you currently get:instead, I would expect to get:
Notably, this should still work fine when text is already formatted with some other type (i.e., bold):
The text was updated successfully, but these errors were encountered: