I’ve noticed that the auto grouping in Monocle works with a single codeblock but not if I want to group multiple notes.
I often want to shove some notes in a brightly coloured group but either have to use the pop-up monocle window or add a codeblock and then delete it after
.
This has actually been on my list to add for some time as I want it too. Notes are a bit different than nodes in how I’m making the in canvas widget happen*, so it’s unfortunately a bit of work to implement.
Typically what I do is place a quick code block, group that and the notes and then delete it.
I’ll make sure to add it to the GitHub issues as a feature request and will update when I get it sorted.
—-
*for the curious: the in-canvas widget is actually possible because I’m loading the UI attached to something called the expansion bay on nodes themselves, and notes don’t have this…