RIP21 / react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor

Home Page:https://react-simplemde-edtior.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enabling VIM bindings through CodeMirror's VIM API

kndwin opened this issue · comments

I'm trying to set this up but having difficulty. Wondering if someone could help / if it's not possible yet, if there's any room in the roadmap for this request?

I know we have "extraKeys" and can overide it, but i'm struggling at the moment on knowing where to add the "keymap/vim.js" file as per the docs.

Related documentation: https://codemirror.net/doc/manual.html#vimapi

Happy if this isn't supported, just thought I'll shoot my shot

Hey mate. It's out of the scope of this project. It's a tiny wrapper around the easymde that syncs React state with easymde and its mount/unmount etc., everything related to its underlying thingy e.g. codemirror, and easymde nuances are 99% cases for opening an issue/discission on their side :)
So ask them if there would be a support of such things :)