Ale Muñoz

Results 66 comments of Ale Muñoz

Not sure. Here's my use case: - I create a new plugin - I start writing code, plugin builds as expected and is updated in Sketch - Now I want...

Ah, you're right, I totally forgot that there's an actual `.sketchplugin` folder in the project root 🤦‍♂️

(Apologies for the noise, I have another project where I use something similar to skpm but not exactly the same, and I was getting my memories all mixed up)

This sounds wonderful! However, without even looking at the code, maybe you could use a specially named page? Say "Master Page", or something like that? That way, it would be...

@Arkkimaagi if you want to show a message in the UI without opening an alert dialog, there's `showMessage:`. It displays a subtle message on the top bar, and it fades...

Also, while we're on it… could you please use a 3 digit version number for Magic Mirror, for the time being? We'll adapt our system to work with an arbitrary...

You can probably use `system('defaults read co.noteplan isAsteriskDefault')` and `system('defaults read co.noteplan allowListMarkAsTodo')` to get the relevant preferences. Maybe there's a Ruby library out there to deal with preferences (https://rubygems.org/gems/osx-plist...

Hi there, I'm seeing a strange behavior when using the $ syntax for non-text layers. Not sure if it's a bug, or I'm simply failing to understand the correct behavior....

@nitrada: what you describe is actually solved in other tools by using 9-scale grids (also know as 9-patches on Android). It's one of those things that is easily done with...