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
User story
As a writer, I want :shortcode: emoji and a strikethrough shortcut, so that everyday inline formatting doesn't require remembering raw syntax.
Acceptance criteria
:smile:-style shortcodes render as emoji in rich mode (hide-token style; raw mode shows source); unknown codes stay literal
A compact bundled shortcode map (no network); typing : + 2 chars offers completions
Cmd+Shift+X toggles ~~strikethrough~~ (joins Mod-b/i/e in formatCommands); toolbar button included
Interaction-matrix tests cover caret behavior around the new inline widget
User story
As a writer, I want
:shortcode:emoji and a strikethrough shortcut, so that everyday inline formatting doesn't require remembering raw syntax.Acceptance criteria
:smile:-style shortcodes render as emoji in rich mode (hide-token style; raw mode shows source); unknown codes stay literal:+ 2 chars offers completionsCmd+Shift+Xtoggles~~strikethrough~~(joins Mod-b/i/e in formatCommands); toolbar button includedSub-tasks