In my experience, when using the Scripting API to create a markdown link in a rich text field, inline links remain as inline links and are not converted to reference links.
You could create a link to an Airtable record using its url, just like any other link. You would need to know the table id as well as the record id to build the complete url in the format https://airtable.com/<table id>/<record id>
. Note that the link would open in a new browser window.
In my experience, when using the Scripting API to create a markdown link in a rich text field, inline links remain as inline links and are not converted to reference links.
You could create a link to an Airtable record using its url, just like any other link. You would need to know the table id as well as the record id to build the complete url in the format https://airtable.com/<table id>/<record id>
. Note that the link would open in a new browser window.
Thanks I’ll double check the content I send and the content I received
That’s an interesting idea the URL you describe. I think I’ll use that, parse all URL from my wiki notes and fill/update a column with real link to records
So I confirm if I send a link like
![ label ] (path/to/image )
it will be rewrite like
![ label ] [ 1 ]
with at the end
[ 1 ] : path/to/image
It would be cool no to rewrite the markdown links
- because it’s not easy to write on large wiki
- because it breaks diff and updates