Replies: 1 comment
-
|
I have a similar request. I'd like to be able to completely disable the "modifier + click" shortcut. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
Obsidian itself lets us ⇧-click for range-select and ⌘/Ctrl-click for discontiguous select on plain files.
As soon as Folder Notes is enabled, clicking on any folder immediately opens the folder-note, so the File Explorer never enters “selection” mode. This means:
For users who treat folders+folder-notes as “pages” (the mental model that makes Notion and Apple Notes so approachable), the lack of bulk operations breaks the flow.
Steps to reproduce
Expected behaviour
.mdfiles.Why this belongs in Folder Notes
Possible implementation ideas
Detect
event.shiftKey/event.metaKey/event.ctrlKeyand skip the open-note handler, letting Obsidian’s explorer manage the selection.A plugin toggle where a normal click selects, and Option/Alt-click (or double-click) opens the folder-note—mirroring many file managers.
Either approach would bring Folder Notes up to the usability bar set by Notion and Apple Notes without disrupting existing single-click fans.
Environment
Thanks for considering—and for the plugin that makes the “pages, not files” view of Obsidian possible!
Beta Was this translation helpful? Give feedback.
All reactions