Logo
  • Portfolio
  • Blog
  • About
  • Resources
Get in touch!
Change formatting of a formula: color & styling

Change formatting of a formula: color & styling

Type
Text

Change the formatting of the formula: color & styling

prop("Project")
    .map(
        current
            .prop("Project name")
            .style("b,green,green_background,i")
    )
The result of this formula will be shown in italics, bold, green font, will have a green background.

Output:

Output of styling formula in Notion

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)
To use multiple formats at once, separate them by commas and place them in “”. E.g. “blue,b,blue_background,u”
Logo

Portfolio

Blog

Resources

About

Contact

Notion Status

© 2025 Hyphen Productivity

YouTubeLinkedInWhatsAppPinterest