Skip to content

Item Groups

Chris Gurney edited this page Apr 10, 2026 · 7 revisions

An Item Group allows you to directly embed a toolbar within another toolbar.

After selecting the Item Group type, select the toolbar you want to embed.

How it works

  • Say Toolbar 1 has these items: A B C
  • 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

  • The position and 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.

Next: Item Menus

Clone this wiki locally