Long text fields in Baserow handle everything from brief descriptions to detailed notes, with built-in Markdown support and rich text formatting to style your content without leaving your database.
This guide will cover how to use Long text fields to store multi-line text, descriptions, and notes with optional rich text formatting and Markdown support.
Learn more: Configure field types
Long text fields store multi-line text that wraps across multiple rows in your table. Unlike Single-line text fields that display content on one line, Long text fields expand vertically to accommodate paragraphs, lists, and formatted content.
This field type supports plain text or rich text formatting with Markdown, making it ideal for descriptions, notes, documentation, and any content requiring structure or emphasis beyond plain text.

The Long text field is not suitable for short labels, names, or single-line text. Use single line text for concise content.
Keyboard shortcut: Press
Shift + Enterin Grid View to exit editing mode without adding a line break.
Cell resize: Click and drag the handle at the bottom-right corner of the cell to increase height for more visible text without opening the full editor.
Row detail panel: Click the expand row icon to open the full editor with more space for editing lengthy content.

Add styling capabilities to Long text fields for formatted content with headings, emphasis, and structure.
To enable rich text:
Once enabled, you can format text using the toolbar or Markdown shortcuts.

To format text:
Baserow supports standard Markdown syntax in Long text fields with rich text enabled.
Keyboard shortcuts: Use standard text editor shortcuts (Ctrl/Cmd+B for bold, Ctrl/Cmd+I for italic, etc.) for quick formatting.
| Format | Markdown | Result |
|---|---|---|
| Heading 1 | # Heading |
Large heading |
| Heading 2 | ## Subheading |
Medium heading |
| Heading 3 | ### Subheading |
Small heading |
| Bold | **bold** or __bold__ |
bold text |
| Italic | *italic* or _italic_ |
italic text |
| Bold Italic | **_bold italic_** |
bold italic |
| Underline | <u>underline</u> |
underlined |
| Strikethrough | ~~strike~~ |
|
| Bulleted list | - Item |
• Item |
| Numbered list | 1. Item |
1. Item |
| Checkbox | - [ ] unchecked- [x] checked |
☐ ☑ |
| Blockquote | > Quote |
Indented quote |
| Code block | ```code``` |
Formatted code |
| Link | [text](url) |
Clickable link |
| Mention | @Name |
Notify collaborator |

Forms: Long text fields with rich text enabled display the same formatting options in Form Views, allowing form respondents to submit formatted content.
Formulas: When Formula fields reference Long text fields with rich text, formulas display only plain text and line breaks; formatting is stripped in calculations.
| Feature | Plain text | Rich text |
|---|---|---|
| Multi-line support | ✅ Yes | ✅ Yes |
| Formatting (bold, italic) | ❌ No | ✅ Yes |
| Headings and structure | ❌ No | ✅ Yes |
| Links and mentions | ❌ No | ✅ Yes |
| Best for | Simple notes, data imports, minimal formatting needs, or when you want smallest file size. | Documentation, instructions, formatted descriptions, or any content benefiting from visual structure. |
A Single-line text field is for short text like names or labels that fit on one line. A long text field is for multi-line content like descriptions, notes, and paragraphs. It can be expanded and optionally supports rich text formatting (bold, headings, lists, etc.), which the Single-line text field does not.
Your field must have rich text formatting enabled first. Once enabled, you can use the formatting toolbar that appears when editing the cell or use standard Markdown shortcuts.
While editing a cell in Grid View, just press Enter to create a line break. To exit editing mode without adding a new line, press Shift + Enter or click outside the cell.
If you reference a rich text-enabled Long text field in a formula, only the plain text will be used. All formatting (like bold, headings, and lists) will be stripped from the calculation, though line breaks will be preserved.
Yes. If rich text formatting is enabled, you can type @ followed by a collaborator’s name to mention them in the field. This works just like it does in row comments.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.