We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, great project you've built here.
Was wondering if there'll be support for custom keymaps anytime soon?, (as available on CodeMirror).
Relevant discussion I found: https://discuss.codemirror.net/t/keymap-for-bold-text-in-lang-markdown/3150
I can probably do this manually right now by listening for keyup events. but i think it'll be much nicer if we had this as part of our configuration.
keyup
The text was updated successfully, but these errors were encountered:
@FemiBlack Any updates on this?
Apparently I can't listen for keyup either because CodeMirror intercepts it, so I'm at a bit of a loss...
Sorry, something went wrong.
No branches or pull requests
Hi there, great project you've built here.
Was wondering if there'll be support for custom keymaps anytime soon?, (as available on CodeMirror).
Relevant discussion I found: https://discuss.codemirror.net/t/keymap-for-bold-text-in-lang-markdown/3150
I can probably do this manually right now by listening for
keyup
events. but i think it'll be much nicer if we had this as part of our configuration.The text was updated successfully, but these errors were encountered: