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.
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
keyupevents. but i think it'll be much nicer if we had this as part of our configuration.