-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow distinguishing between "cursor inside/outside inline code" (same as for links) #6722
Comments
Also note how in Bitbucket the cursor position doesn't change when I escape |
👍 We've been discussing enabling two-step caret movement for BTW, I think you can enable it already by using https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_utils_bindtwostepcarettoattribute.html#static-function-bindTwoStepCaretToAttribute. |
Sounds awesome |
I stumbled upon this issue a few times while using the https://github.com/ckeditor/github-writer. I think this is pretty annoying and we should finally address the problem. |
I don't think that we'll manage this in the current iteration because we have a full backlog already. But it's on our short priority list so it'd end up in June's iteration. Unless, of course, you wanna help us ;) |
There are two new PRs for this change:
Both are ready for review. |
📝 Provide a description of the improvement
Currently, if you are at the end of a link, you can press Right Arrow once to "escape" it and type outside of the link. The link is highlighted when I'm inside it, but not when I'm outside. This is very convenient.
It would be great to have the same behavior for inline code. The only other editor I know that does this is the one used by Bitbucket. In this demo, note how I can escape the
<code>
merely by pressing Right Arrow.If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: