Feature request: autoshrink text in tables

For one of my scripts the text is so long that it does not fit on 1 line on an iPhone X with the font currently used by Scriptable (a single row in a table). Rather than writing code to split up the text into 2 or more lines I would like the font size to automatically decrease (to a certain limit?) to make the text fit, similar to the adjustsFontSizeToFitWidth boolean property of UILabel.

Would it be possible to implement something similar in Scriptable?

1 Like