email-builder-js icon indicating copy to clipboard operation
email-builder-js copied to clipboard

simple functions like text links?

Open devcomputer opened this issue 2 months ago • 4 comments

It would be great if the editor would allow basic markup like bold, link etc.

devcomputer avatar Nov 05 '25 10:11 devcomputer

You can achieve this using Markup. enable markup on text block and use the markup syntax to make text bold

rabiibrahimi avatar Nov 07 '25 13:11 rabiibrahimi

that is true but not optimal.

for one the markup crashes HARD on so many things, e.g. if you use variables in the designer like {{ json.data}} or dont close alt tags properly for links. the html widget is a mess. i edit a new template, add some markup, all works, i download the json, upload it again the other day and no code is generated not to mention any kind of debug output - just because my alt tags were not nodeJS fave flavour.

devcomputer avatar Nov 12 '25 15:11 devcomputer

I wish there were basic icons to quickly add styling to text (even if it's in mardown), much like you see on GitHub:

Image

It would be one thing if you could use styling shortcuts (like CTRL + B for bold), but those don't work in EmailBuilder.js. I have to manually type out **bold text**

candidexmedia avatar Nov 26 '25 01:11 candidexmedia

that is true but not optimal.

for one the markup crashes HARD on so many things, e.g. if you use variables in the designer like {{ json.data}} or dont close alt tags properly for links. the html widget is a mess. i edit a new template, add some markup, all works, i download the json, upload it again the other day and no code is generated not to mention any kind of debug output - just because my alt tags were not nodeJS fave flavour.

Totally understand but as you can see - seems this has not been under any active dev lately. your option is to clone this and add functionalities that suits your needs.

rabiibrahimi avatar Nov 26 '25 08:11 rabiibrahimi