Skip to main content

I would love to see basic text formatting options for the long text field. At a minimum: bold and italic formatting would be a huge help.

I would like to use long text fields to store short bios for writers. But without the ability to have italic formatting, I can’t properly format the titles of their books.

The markdown formatting tools available in this Airtable community message editor would be perfect.

Yes, it would be nice to see some basic text formatting at least in the long text field.

It doesn’t need an extra editor, Trello shows a good solution with some shortcuts or special chars which are automatically translated to HTML elements like lists, italic or bold text and different font size.
It’s also a good idea to support URL formatting in the text like [text](URL) which will be a replaced with the HTML code for links. So it doesn’t need modifications in the GUI!

It needs only a small improvement in the text renderer so that such special chars like “*” or “1.” are replaced with HTML formatting code. This can be easy done with some regular expressions and is no rocket science!
A good developer can implement such easy features in a day, so it should not be something which it needs a lot of man power or big plan for years.


Cmon airtable! Implementing this shouldn’t be difficult & it’s already been done by Trello and other similar apps like Zenkit. On the client-side, once you fetch the long text data, you can just parse the long text field with a clientside markdown parser from npmjs.com or create your own.
This markdown it parser is good & supports everything you need: https://markdown-it.github.io/

A prototype can be done in hours and you can definitely get this done in less than month. I know that ya’ll operate at a large scale, but you also have fantastic engineers…


Cmon airtable! Implementing this shouldn’t be difficult & it’s already been done by Trello and other similar apps like Zenkit. On the client-side, once you fetch the long text data, you can just parse the long text field with a clientside markdown parser from npmjs.com or create your own.
This markdown it parser is good & supports everything you need: https://markdown-it.github.io/

A prototype can be done in hours and you can definitely get this done in less than month. I know that ya’ll operate at a large scale, but you also have fantastic engineers…


Any thoughts from airtable on this?


Any thoughts from airtable on this?


In the mean while couldn’t you create a zap to convert the text to markdown using the formatter native app to Zapier? Just a thought…


I, and many others that I’ve talked to, would like the ability to add a Rich Text field to tables. Much like this box that I’m typing into right now or like the Description block, having the ability it would be nice to be able to have a field type that allows rich text editing at a record level.

There are numerous use cases and a field like this could even replace my need for a knowledge base tool or wiki (e.g, Confluence), or attaching files like PDFs or Word docs. Another obvious use case would be for detailed notes (e.g., usability test/interview session notes, meeting notes, troubleshooting documentation).

Also, one of your competitors (Notion.so) is offering something similar and I think y’all could do a much better job (e.g., your Description block functionality as a Rich Text field type).

Notion example:


Yep, rich text is something that I’ve been asking for a while. They continue to add amazing new stuff but this simple one doesn’t seem to make the priority list.


Totally agree – I posted on this a while ago and it’s gotten a lot of interest from users, but no action from Airtable yet. Here’s that post if you’d like to chime in over there: Formatting options for Long Text


Rich text, please! Not just because QuickBase and others provide it, but because it’s hugely useful-for example, in a content management system, if the articles can be in rich text fields, they can be exported for publication. Or using the new Page Designer Block, rich text can be injected into output documents. The user support for this feature is obvious and long.


Very much agreed! We’re having to store our product descriptions outside of Airtable as they’re unusable without formatting. Introducing rich text would be a huge improvement, and would also enable us to create product information sheets, catalogues, etc with the Page Designer block.


Think something like the word processor you can use to compose emails in Gmail. It’s simple but really powerful. With bolding and bullet points, this would allow me to create more organized looking notes within Airtable.


Since AirTable doesn’t support Markdown, I’m looking to use TurnDown (https://github.com/domchristie/turndown/blob/master/README.md)

Can anyone offer an example of how to call and format say a

to a # as a pointer to get started?


+1 The one thing missing for allowing Airtable to be used as CMS (and opening up a market for them) is rich text editing or at least Markdown (with support for images).

Would love to see this.


+1 Would be very useful in an editorial environment, for sure.


+1 – This is a no-brainer and seems like low hanging fruit, what could possibly be preventing them from implementing this?


I am voting for this, adding in formatting for long text calculated by a formula. This would be helpful in the page designer block.


One more +1.

looks like you’ve got a lot of requests for this.

I’m a product manager trying to integrate Airtable as a hub for a lot of different toolsets using webhooks / api / zapier. If airtable had a field type that provided markdown store and preview, it’d be mighty fine. I already dump markdown into text fields anyway, shame I can’t hang around in your service to deal with that markdown I use in a plethora of other services. Guess I’ll take my eyeball time elsewhere. #Shutupandtakemyeyeballtime

Funny, the text field I’m replying to this in, provided by airtable, has markdown support.

kidding aside, I love and appreciate your service. Markdown support in text fields would keep me on your product longer, and let me use it for more things.


+1 markdown support!!!


Absolutely…one of the main reasons not using Airtable as my Crm right now…

Also the wasted space on right side for activity feed and commenting is a shame…

That space should be at least optional to remove so more room for notes, and details


I’d like to support this too – it would be really helpful for my primary use.


Markdown Support Please!!!

This would be huge. I use Airtable for agile product planning and being able to paste code and longer user stories into this field would be a game changer.


+1 for Markdown, HTML, or better, same as notion.so provide !


This is important to me. I miss having rich text options for cards in Trello. I’d be very happy if this was added.


This is very important to me as well! Is it on the roadmap?


+1! I’m trying to use Airtable as a repository for customer / product feedback - simple formatting would go a long way :slightly_smiling_face:


Can’t you just mirror Slack’s formatting options? XY for bold, XY for ital, etc.? For us, bold and italics, combined with line-breaks via \n would meet 905 of user needs.