antosdk-apps/Antedit/build/debug
2021-05-01 12:17:00 +02:00
..
extensions update compatibility to AntOS next 2021-04-21 11:37:58 +02:00
main.css update antedit v0.1.5 2021-04-19 16:48:53 +02:00
main.js SUpport to change language mode in antedit 2021-05-01 12:17:00 +02:00
package.json SUpport to change language mode in antedit 2021-05-01 12:17:00 +02:00
README.md SUpport to change language mode in antedit 2021-05-01 12:17:00 +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.8-a: Allow to change language mode
  • 0.1.7-a: Add keyboard shortcut support to extension actions