chrisgurney / obsidian-note-toolbar

Plugin for Obsidian providing a flexible way to create context-aware toolbars for your notes.

Home Page:https://github.com/chrisgurney/obsidian-note-toolbar/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Combine multiple toolbars

Steven-AA opened this issue · comments

It would be more effective if multiple toolbars were automatically combined when multiple conditions are satisfied, rather than being overridden.

For instance:

  • I have a basic toolbar containing tools 1, 2, and 3. I’ve set the folder mapping for the root directory (“/”).
  • Next, I create a toolbar named “A” with tools 4 and 5. I’ve set the folder mapping specifically for the “/A” directory.
  • Additionally, I’ve set up a toolbar called “Excalidraw” with tools 6 and 7. For notes related to Excalidraw, I will add “notetoolbar:Excalidraw”.

Expected behavior:

  • Excalidraw related note outside "/A" :1,2,3,6,7
  • Excalidraw related note in "/A" : 1,2,3,4,5,6,7
  • Normal note in "/A" : 1,2,3,4,5

BTW, set folder mapping with "/" is not working for me.

BTW, set folder mapping with "/" is not working for me.

More info here #27