From 90b36f6308ac15c4ea092f79c8e94f3883c72f80 Mon Sep 17 00:00:00 2001 From: esm7 Date: Wed, 2 Dec 2020 12:57:28 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fdbcb61..412ab5d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ In addition to that: Commands that fail don't generate any visible error for now. +## Important Tip + +Before adding commands to your Vimrc file, you should try them in Obsidian's normal mode to make sure they work as expected. +CodeMirror's Vim mode has some limitations and bugs and not all commands will work like you'd expect. +In some cases you can find workarounds by experimenting, and the easiest way to do that is by trying interactively rather than via the Vimrc file. + ## Installation In the Obsidian.md settings under "Third-party plugin", turn off Safe mode, then browse to this plugin.