A long text field enables you to capture a lot of information in your table. Long text fields are best for storing data such as brief descriptions, notes, multiple lines of text, or a large amount of data in a single record.
Unlike the single line text field, the long text field accepts more than one line of text. When you need to keep multiple lines of text in each row, a long text field is ideal as it allows you to add new lines.
Baserow supports Markdown for text formatting, offering keyboard shortcuts and an editing toolbar for ease of use. Markdown is a lightweight markup language used to format plain text.
To add a long text field,
+
to the right of your existing fields.You can increase the size of a cell to have plenty of space when working with a long text field. You can do this by clicking the expand row icon or by using the drag handle on the lower right of the cell. In the expanded view, you have more room to add content in a cell.
Use the keyboard shortcut, Shift
+ Enter
on grid view to exit from editing mode for the long text field.
With rich text formatting, you can style and format the content of the long text field type in various customizable ways. This includes style choices like using italics, changing font size and color, as well as adding hyperlinks or code blocks.
Rich text formatting is only available for the long text field type.
To enable rich text formatting for long text fields, follow these steps:
Once rich text formatting is enabled, you can format your paragraphs and headers:
Baserow also supports a Markdown version for rich text formatting.
Markdown is supported for headings, bold, italic, strikethrough, unordered lists, ordered lists, hyperlinks, blockquotes, and code blocks in long text fields with rich text enabled.
You can format your text using Markdown keyboard shortcuts, or an editing toolbar that appears when you open a row in the long text field.
Styling | ||
---|---|---|
Headings | # H1 heading ## H2 sub-heading ### H3 sub-heading |
The numbers of # characters denote the hierarchy of the heading, ranging from first-level to third-level. |
Bold | ** This text will be bold ** __ This text will be bold __ |
Enclose text in ** or __ for bold formatting. |
Italic | *This text will be italic* _This text will be italic_ |
Enclose text in * or _ for italic formatting. |
Bold italic | _**This text will be bold italic**_ | Text surrounded by a single _ and a double ** will be formatted as bold italic — meaning strong emphasis in Markdown. |
Underline | <u>This text will be underlined</u> | Enclose text in <u> and </u> for underline formatting. |
Strikethrough | ~~This text will be strickenthrough~~ | Enclose text in ~~ for strikethrough. |
Blockquotes | >This will be a blockquote | Use > for blockquotes. |
Code blocks | ``` code block ``` |
Use triple backticks ``` followed by the return/enter key for code blocks. |
Bulleted list | - Bulleted list item | Type - at the beginning of your text to create a bulleted list. |
Numbered list | 1. Numbered list item | Type 1. to create a numbered list. |
Checkbox | - [x] Checked - [ ] Unchecked |
Each checkbox is represented by - [ ] for unchecked and - [x] for checked. |
Hyperlink | [This is a link](https://baserow.io/) | Highlight the text you want to link, then click the link icon ♾ in the formatting toolbar. A dialog box will appear for you to input the URL. Once confirmed, your text will transform into a clickable link. Learn more about working with links in Baserow. |
Mention | @Bram | Type @ followed by a collaborator’s name to send them a notification. Learn more about mentions in Baserow. |
Rich text in forms also supports the same paragraph styles and formatting available in regular fields with rich text enabled.
You can also include long text fields in formulas. Formulas with long text fields with rich text enabled will display only the text and line breaks.
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.
Contact support for questions about Baserow or help with your account.