You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
I stumbled on this repo and it is a handy tool to use for a translation project I am working on.
The main requirement is to change existing text and replace images.
Currently if I select an empty grid column for example I can add text and if I move up and down I can edit the html.
Is there a way to make it so only text nodes or dom elements with a text child are selectable and editable? I want to prevent the ability to edit existing html structure.
Thanks for the amazing work!
The text was updated successfully, but these errors were encountered:
Ok thanks for getting back to me. I need to think how it could work as I need to make sure users can't edit existing markup which could break the layout structure.
I did see the double click option where there are more options.
It would be great if the editable option could accept a class such as editable: '.editable' and any element with that class became editable.
I stumbled on this repo and it is a handy tool to use for a translation project I am working on.
The main requirement is to change existing text and replace images.
Currently if I select an empty grid column for example I can add text and if I move up and down I can edit the html.
Is there a way to make it so only text nodes or dom elements with a text child are selectable and editable? I want to prevent the ability to edit existing html structure.
Thanks for the amazing work!
The text was updated successfully, but these errors were encountered: