Should be good being possible to edit inline when added a HTML #1668
julioflima
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
Currently is not possible to edit inline the when you add a template HTML, for example copied from react email.
Proposal
Let the user edit inline using low code a defined HTML.
Just adding
contenteditable="true"
almost make it work, but due some trick lost the focus. Of couse should be removed after compiling to an email.Without the content editable is not even possible to select:

Follow in below the result with content editable:

Beta Was this translation helpful? Give feedback.
All reactions