Get 40%-off on all premium templates.
Discount code auto-applied at checkout.
With Formula 2.0, you can now style your output text. You can format your text to bold, italic, underscore, and add colors.
The styling use the style() function.
In my example, I used the following formula:
"Height: ".style("b") + prop("Height")
+ "\\n"
+"Age: ".style("b") + prop("Age")
+ "\\n"
+("Won " + prop("Grand Slam Titles").style("b") + " Grand Slam Titles").style("yellow")
+ "\\n"
+"Main sponsors are: " + prop("Main Sponsors").style("i")
The “\n” are used to create line breaks. This is also something that wasn’t possible with formulas 1.0. Note that the line breaks don’t appear in the formula editor, but only in the output.