Item Groups - chrisgurney/obsidian-note-toolbar GitHub Wiki
An Item Group
type allows you to directly embed a toolbar within another toolbar.
Example
- Say Toolbar 1 has these items:
A
B
C
, and Toolbar 2 has these items:D
E
- Add an Item Group type item to the end of Toolbar 2 that's just a reference to Toolbar 1's items: Now Toolbar 2 has these items:
D
E
A
B
C
Notes
- Styling of the "parent" toolbar is maintained. e.g., Toolbar 2 will continue to be styled and positioned per Toolbar 2's settings.
- Only one level of toolbar is embedded, in an effort to prevent recursion and maintain performance.
- The icon, label, and tooltip fields are disabled as they don't do anything for item groups.
- Variables used in toolbar items in the embedded toolbar resolve based on the props/values in the current note.