The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Hi! I’m trying to figure out what would be the best way to implement something easy to use that would allow anyone to check if a record exists in an airtable base.
With a table with these columns:
Name | Surname | ID | email
I would like to implement...
When I retrieve the content of a rich text enabled long text field through the API, only “bold” formatting works. Strikethrough and Italic are retrieved with a whitespace before the markdown symbol and therefore are not parsed correctly.
Example:
Is...
Hopefully Airtable will eventually support more Markdown features, including this change.
I’ll be looking forward to that :slightly_smiling_face:
Thanks again for your time!
You could also set up a simple and static Jekyll site (hosted in Netlify for example) and place a simple Ruby plugin in the _plugins folder (that would run every time you deploy the site to Netlify) that gets the “Executives” in json through the Airt...
Stackedit for example won’t let you format a trailing whitespace.
Also this html to markdown editor:
I guess the Standard API is not returning what it should.
This makes total sense, I checked and that’s what I think is going on there, but is this how Airtable should interpret it?
_ITALIC _ and ITALIC
Both should never be italic, so I think Airtable’s interpreter should remove leading and trailing whitespa...