esm7 / obsidian-vimrc-support

A plugin for the Obsidian.md note-taking software
MIT License
1.07k stars 47 forks source link

[FR]: Remove plugin console warning / checks if vim mode is not toggled in Obsidian #228

Closed ianTevesAcc closed 2 months ago

ianTevesAcc commented 3 months ago

Remove plugin console warning / checks if vim mode is not toggled in Obsidian When loading Obsidian up, the vimrc support plugin creates an error in the Obsidian console every second or so, until vim mode is toggled on. But the thing is, I only use vim mode when writing LaTeX in Obsidian. So I don't turn it on until I need it. Therefore it creates endless error / warnings on the console and checks for vim mode to be toggled.

It would be awesome if it only checked once and if vim mode is not toggled, it would be quiet. (At least check in the background and not fill the entire console with warnings.)

esm7 commented 2 months ago

Fixed in the upcoming release.