Hey there,
I believe the plugin in question is Sketch-Guides?
I’ve applied a few fixes so it could work on the current version of Sketch – please check out my fork here: GitHub - rodionovd/Sketch-Guides at sketch-99-compatibility.
In case you’re interested in technical details, here’s what I did:
- I’ve replaced the no-longer-available
absoluteRect()
function with a drop-in replacement – see this thread. - Also, some functions that add/delete layout guides were renamed internally, so I’ve updated them here as well (
addGuideWithValue
→addGuideWithGuide
andremoveGuideAtIndex
→removeGuideAt
).