Feature Request: expose internal editor instance
emoralesb05 opened this issue · 3 comments
emoralesb05 commented
We need a getter to expose the internal editor instance so we can call all the extra API methods like getSelection
or add custom commands to it.
viccsjain commented
I have fix ready for this. Will be raising PR soon.
jeremysmartt commented
PR #54
Is now merged. With this change you can access the internal editor directly to do whatever you want. See an example here:
https://github.com/Teradata/covalent-code-editor/blob/develop/docs/API.md