Is there a way to write a smart filter that shows all glyphs containing context anchors? The ones with the * and some OT (e.g. for shifting marks around to avoid crashes). Or perhaps there’s another way to quickly find these glyphs?
Add a Smart Filter with a “Custom” rule and enter the following as the custom rule code:
ANY layer0.anchors.allValues.name BEGINSWITH "*"
Filters like this are quite slow to update, so if you experience a slowdown in Glyphs, you might want to remove the filter.
Perfect thanks! That’s just what I’m looking for. And thanks for the heads-up about it possibly slowing things down, I’ll keep an eye on it.