outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 589 forks source link

fix: Allow caret at end of inline code to toggle mark with arrow keys #456

Closed tommoor closed 3 years ago

tommoor commented 3 years ago

When the text caret reaches the edges of inline code there is now one extra arrow key press on each boundary to toggle the mark on or off. This allow you to easily choose when to stop typing in an inline code mark by hitting arrow right or space, a big improvement.