Quorafind / Obsidian-Daily-Notes-Editor

A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.
187 stars 7 forks source link

[Bug]: Pressing the escape key (esc) leaves the Daily Note Editor #46

Open Signynt opened 1 month ago

Signynt commented 1 month ago

Bug Description

When pressing escape it causes another currently open tab to be switched to. This is annoying, especially when using vim mode, since I sometimes press escape when I'm in normal mode, which unexpectedly opens another tab. I've confirmed this in the Sandbox Vault.

Relevant Screenshot

No response

To Reproduce

  1. Open Daily Note Editor
  2. Press the escape key (esc)

Obsidian Version

1.7.1

Which plugin are you using for daily notes?

Checklist

samtay commented 1 week ago

Can anyone with plugin dev experience weigh in on likely ways to fix this? I checked the code but without any familiarity I didn't see an obvious way to fix this (maybe a hack in stopping the default unload handlers? 🤷).

I like this plugin but I would say it is less "annoying" and closer to "unusable" if you enable vim mode. Pressing ESC key happens every couple seconds as a vim user.