Type
Text
Change the formatting of the formula: color & styling
prop("Project")
.map(
current
.prop("Project name")
.style("b,green,green_background,i")
)
Output:
Other examples of formatting:
.style("b") // bold
.style("i") // italicize
.style("u") // underline
.style("s") // strike-through
.style("blue") // blue font (use any color available in Notion)
.style("gray_background") // gray background (use a color from Notion)