Open rodnem opened 8 years ago
It's not just a matter of adding it to the google sheet; the plugin will need to be modified to support these attributes.
I understand ;) but you when you find something great you try to push to the limits
Alright, I figured out how to set the underline dynamically!
[textLayer addAttribute:NSUnderlineStyleAttributeName value:NSUnderlineStyleDouble]
[textLayer addAttribute:NSUnderlineStyleAttributeName value:NSUnderlineStyleSingle]
[textLayer addAttribute:NSUnderlineStyleAttributeName value:NSUnderlineStyleNone]
Noting here, will finish up later.
In the little cog, you can set some options... Can we add this to the google sheet? I try to add a new column called "Options" then fill the cell with Underline, but it doesn't works