Dev/Plugin function question

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:

  1. I’ve replaced the no-longer-available absoluteRect() function with a drop-in replacement – see this thread.
  2. Also, some functions that add/delete layout guides were renamed internally, so I’ve updated them here as well (addGuideWithValue addGuideWithGuide and removeGuideAtIndex removeGuideAt).
3 Likes