DEV Community

Discussion on: ExecCommand obsolete can't find an alternative(confused)

Collapse
 
wolfiton profile image
wolfiton

Hi @kamilbiedrzycki, I need that command because I wanted to make my own js editor for a svelte app.
Because I need some custom editing option for SEO for an experiment I am planing.

Collapse
 
kbiedrzycki profile image
Kamil Biedrzycki

I guess you can try how trix-editor.org/ is implemented, seems like they try to avoid execCommand.

Thread Thread
 
wolfiton profile image
wolfiton

Thanks @kamilbiedrzycki