Does anyone know how to pull in dynamic rich text containing hyperlinks?
I am building a blog using Airtable as a data source.
When we hyperlink text in our Airtable Long text column, plasmic renders it with the link as plain text in parentheses rather than a hyperlink.
Having the ability to dynamically insert hyperlinks within our dynamic blog paragraph text is critical for our application to scale.
Any suggestions on how to solve for this would be so very much appreciated.
We are using react/nextjs to build thousands of blog posts from each Airtable row, so we can’t manually drop the plasmic link component on certain words.
you should see an html toggle on a dynamic text field - though it looks like it’s coming down with Markdown. You could register a Markdown component from Next to parse it for you