[Feature Request] Combine multiple toolbars
Steven-AA opened this issue · 2 comments
Steven-AA commented
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
Steven-AA commented
BTW, set folder mapping with "/" is not working for me.
FelipeRearden commented
BTW, set folder mapping with "/" is not working for me.
More info here #27