- 12 Apr 2023
- 2 Minuten zu lesen
- Drucken
- DunkelHell
- pdf
Using rich text with Airtable
- Aktualisiert am 12 Apr 2023
- 2 Minuten zu lesen
- Drucken
- DunkelHell
- pdf
Using rich text in Airtable allows users to choose between multiple formatting types, empowering them to customize their bases, forms, extensions, and more.
Introduction
Plan availability | All plan types/levels |
Platform(s) | Web/Browser, Mac app, and Windows app |
Related reading |
Enabling rich text
Before enabling rich text, confirm that your extensions and fields are rich-text compatible.
- Visit your Airtable homepage.
- Open your preferred base.
- Select the dropdown arrow next to your preferred field.
- Click Edit field.
- If the field you selected isn’t a long text field, update it to Long text and click Save.
- Toggle the Enable rich text formatting button.
- Click Save.

- Bold
- Italicize
- Strikethrough
- Code
- Link
Rich text for paragraphs and header formatting
Rich text in Airtable can also be used for header and paragraph formatting.
- Visit your Airtable homepage.
- Open your preferred base.
- Expand your preferred record.
- After clicking on the record, a black paragraph icon will appear in the left-hand corner.
- Click the paragraph icon to choose from a variety of paragraph or header options.
- Paragraph
- Quotes (“>”)
- Code blocks
- Heading 1 (“#”)
- Heading 2 (“##”)
- Heading 3 (“###”)
- Numbered lists: Ctrl Shift 7 or Markdown (“1.”)
- Bullet points: Ctrl Shift 8 or Markdown (“-” or “*”)
- Checkboxes: Ctrl Shift 9 or Markdown (“[ ]” or “[x]”)
- Numbered lists: Cmd Shift 7 or Markdown (“1.”)
- Bullet points: Cmd Shift 8 or Markdown (“-” or “*”)
- Checkboxes: Cmd Shift 9 or Markdown (“[ ]” or “[x]”)
Rich text in forms and extensions
The same rich text paragraph styles and formatting are also available on forms with rich text enabled.
- Dedupe extension
- Page designer extension (other than font/alignment)
- Search extension
- Web clipper extension
Markdown rich text output in Airtable's API
Airtable supports a Markdown version similar to most other syntaxes but updated for rich text formats. For additional information on writing and formatting with Markdown in Airtable, check out Using Markdown in Airtable.
For examples of how to use Airtable's API to read or update markdown returned by the API, please see our API documentation.
(1).png)
"Summary as plain text": "Heading 1\nLearn more with this hyperlink
in this quote box\nBullet points below\n- This is some italic text and
some code.\n- And even bold and strikethrough text\nHeading
2\nOooh! A code block.\nHeading 3\n1. dfsdf\n2.
dsfds\nCheckboxes\n[x] Do this\n[ ] And this\n"
If no formatting is necessary, a formula with rich text will result in just the text and line breaks to get an even simpler version of this text. Please note that long text fields with rich text enabled always include a trailing /n
character when the text is retrieved via API.
"Summary as plain text": "Heading 1\nLearn more with this hyperlink
in this quote box\nBullet points below\n- This is some italic text and
some code.\n- And even bold and strikethrough text\nHeading
2\nOooh! A code block.\nHeading 3\n1. dfsdf\n2.
dsfds\nCheckboxes\n[x] Do this\n[ ] And this\n"