Is there a way besides code binding to set link href to model field in a text box?

In this example we want the Medical Document href link to come from a model. I can do this by binding to code but would like to know if there is an easier way to accomplish this binding from the visual editor

image

Hi @gkappel,

That feature is not available directly from the builder at the moment you have to do it manually. But for instance, you could make a plugin that uses a different rich text editor for all rich text fields. We use Quill which has some nice ease of use benefits but also some limitations. You could look into making a plugin replacing the rich text editor for your organization with a more powerful rich text library, like slate or froala or just a customized version of Quill to allow what you need.

Feel free to also submit a feature request at Builder.io Ideas if you wish. Thank You