sachinchoolur / angular-trix

A rich WYSIWYG text editor directive for angularjs.
http://sachinchoolur.github.io/angular-trix/
MIT License
328 stars 62 forks source link

Drag and Drop Text into the editor #43

Open MustafaASK opened 6 years ago

MustafaASK commented 6 years ago

I would like to drag and drop (predetermined) text at the cursor location (not at the beginning) in the editor. This will be useful in creating templates using the editor. Is it possible?

All the examples, I saw use trixInitialize or other registered events but I did not see something like this in anyother text editor other than https://github.com/froala/angular-froala, which is subscription based.