ink-mde
ink-mde copied to clipboard
Missing Keymap support
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.
@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...