nhn / toast-ui.vue-editor

This repository is DEPRECATED! GO TO 👉 https://github.com/nhn/tui.editor/tree/master/apps/vue-editor
MIT License
229 stars 47 forks source link

Support inserting text at cursor position #41

Closed nsrosenqvist closed 4 years ago

nsrosenqvist commented 4 years ago

Version

1.1.1

Test Environment

Windows 10 x64, Firefox 71

Question

Consider this either a question or a feature request if what I'm asking is not currently possible. I'd like to programmatically insert a text string at the current cursor position, is this possible?

nsrosenqvist commented 4 years ago

One can access the editor instance by the editor property and use the method insertText