Teradata/covalent-code-editor-nightly

Feature Request: expose internal editor instance

emoralesb05 opened this issue · 3 comments

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.

I have fix ready for this. Will be raising PR soon.

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