tgrosinger / leader-hotkeys-obsidian

Use a leader-key (tmux style) for hotkeys in Obsidian.md
GNU General Public License v3.0
80 stars 12 forks source link

Does not work when note is in preview mode #1

Closed tgrosinger closed 2 years ago

tgrosinger commented 3 years ago

It seems to only work when the focused pane is an editor. This is probably (definitely?) because it hooks in to codemirror for the key event handling, and preview mode does not use codemirror. Fixing this will require finding a way to register key events in preview mode.

canelhasmateus commented 2 years ago

Can we close this issue?