angular-medium-editor
angular-medium-editor copied to clipboard
Inserting text into text area
Hi there,
I am trying to figure out how it would be possible to add text at the caret/cursor position. I creative a directive that would allow me to insert a text (which would be a user variable) into the text area section. However, when I added the medium-editor directive I can't access the elementId and inject the text (see the image to see the ux flow.
Do you know how I could potentially work around this?
Thanks!