It would be nice if it were possible to add inline links to assets within structured text fields. This has come up on several occasions. Most common seems to be linking pdfs.
Hey @brian1
Can you go a bit deeper on your use-case and if maybe adding a block that has a media field like an (Image block) or (PDF block) to the structured text would be enough to solve your issue?
Hi @brian1,
Maybe my plugin could help you with your issue.
It allows you to link any type of content (records, assets, tel, mail, url)
Our client also request this feature. They want to add links in text to download PDF files. As an old time web developer working with customers in many fields, its an usual activity for customers to add links to reports etc within text.
The settings for the structured text field, it would feel natural here to be able to select Asset as type. Then later on within the renderLinkToRecord function of the StructuredText component (if you use React), you just resolve the type with the appropriate component.
Hello @robert.lundeqvist maybe the feature you are looking for is this one: https://community.datocms.com/t/structured-text-inline-block/1821/6 let me know!