Herr_K
November 15, 2020, 6:52pm
1
There come a lot of nice icons with iOS, eg. weather icons. How can one make use of these in a scriptable widget?
sylumer
November 15, 2020, 7:38pm
2
Do you mean SFsymbols, or something else?
Hi all. For a calendar widget, I am trying to replace common words with SFSymbols, to conserve space.
I’m testing it with turning “call” into a phone symbol. However, instead of getting the symbol itself in my widget, I get [object SFSymbol] or [object Image] if I use the .image property.
How do I get the symbol to render? Is this a problem with my javascript, the way I’m using SFSymbols in Scriptable, or something else? Thanks!
Here’s the function I wrote — I just pass the calendar title tex…
1 Like
tf2
November 15, 2020, 8:59pm
3
Yes. I concluded that Scriptable treats SFsymbols as images, and I didn’t want to be bothered fiddling with complicated layouts to make this work. Instead, I’m using emoji. Slightly less elegant, but much simpler.
2 Likes