antosdk-apps/Antedit/build/debug
2021-05-11 22:12:33 +02:00
..
extensions update compatibility to AntOS next 2021-04-21 11:37:58 +02:00
main.css Antedit: allow text selection 2021-05-11 22:12:33 +02:00
main.js enable downlevelIteration build option in typescript 2021-05-11 15:05:28 +02:00
package.json Antedit: allow text selection 2021-05-11 22:12:33 +02:00
README.md Antedit: allow text selection 2021-05-11 22:12:33 +02:00
scheme.html first release of libantosdk 2021-04-18 18:49:53 +02:00

Antedit

Simple yet powerful text/code editor based on the Monaco editor, the editor that powers VS Code.

The editor functionality can be extended by its extension mechanism. Extension can be developed/released/isntalled by the editor itself.

Change logs

  • 0.1.9-a: Allow output text selection
  • 0.1.8-a: Allow to change language mode
  • 0.1.7-a: Add keyboard shortcut support to extension actions