You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While not a feature everyone would use, those that do use vim daily would definitely be grateful. Other note apps have vim support as well (Obsidian, for example), so I think it's a reasonable feature.
Solution?
Ideally, there would be a toggle that lets the user switch from normal input to vim input in the editor.
Alternatives?
Editing in vscode or obsidian and then copy-pasting the files over. The only issue is that obsidian's formatting for markdown is slightly different than standard.
I can work on a quick implementation pr later today/tomorrow! I just added vim support to my own CM-based project so I've mostly figured out how it works.
Does it fit the projects scope?
Why?
While not a feature everyone would use, those that do use vim daily would definitely be grateful. Other note apps have vim support as well (Obsidian, for example), so I think it's a reasonable feature.
Solution?
Ideally, there would be a toggle that lets the user switch from normal input to vim input in the editor.
Alternatives?
Editing in vscode or obsidian and then copy-pasting the files over. The only issue is that obsidian's formatting for markdown is slightly different than standard.
Extra Context
Implementation in PR #209
The text was updated successfully, but these errors were encountered: