I’m using adornment to make a weekly todo list. When there are more tasks, each grid cell size is too small, so I want to resize the adornment to make more room. But each resizement make all notes change its position (no longer in its cell). How can I resize adorment but keep note in their relative cell?
Unfortunately, I don’t think you can, at least not in a way that would be computationally manageable. If I understand it, you’d need to try to keep every note’s relative position to the edge of the visual adornment cell, but I don’t believe there is any way to access these parameters.
You could do this in an action. But doing it manually isn’t that onerous if you only need to do it occasionally, and I’d expect that after a few weeks you’ll know that “right” size for the adornments.
If you’d like to do this as an action, let me know and I’ll explain how to approach it. I’m not sure in this case it’s really worth the effort.