usewaypoint / email-builder-js

A free and open-source block-based email template builder.
https://emailbuilderjs.com
MIT License
307 stars 92 forks source link

Feature request to add hyperlink to text #103

Closed arunudayan closed 1 month ago

arunudayan commented 1 month ago

There is no way to add hyperlink to a text

jordanisip commented 1 month ago

This is a good request and have others ask for it in the past as well. Our current text block is focused on simple plain text, however, we are considering adding a Markdown block that will make simple formatting and linking much more convenient.

jordanisip commented 1 month ago

@arunudayan @fomalhautb – good news, we've added a 'Markdown' switch on our text block:

CleanShot 2024-06-03 at 12 00 17@2x

This processes the text through GitHub flavored Markdown and makes adding links and basic formatting much more convenient.

You can see this in action on our playground.

Hope that helps!

arunudayan commented 1 month ago

There is one problem with this approach though. If someone has stored predefined links and wants to select one from a dropdown list and set it as a hyperlink. It wont be a lot intuitive. I guess the email writers need to know markdown.