Hi,
What would be the best way to apply a mark (lets say “strong”) on a range of empty selected cells?
I tried inserting a widget decoration with “zero-width non-breaking space” text node and strong mark, it didn’t seem to work.
Alternatively I’m thinking about storing these empty cells in plugin state when the mark button is clicked and call toggleMark() whenever cursor gets inside the cell using appendTransaction.
Is there any better way to do that? Thanks!