antosdk-apps/Antedit
2021-05-11 22:12:33 +02:00
..
assets first release of libantosdk 2021-04-18 18:49:53 +02:00
build Antedit: allow text selection 2021-05-11 22:12:33 +02:00
css Antedit: allow text selection 2021-05-11 22:12:33 +02:00
extensions first release of libantosdk 2021-04-18 18:49:53 +02:00
ts add missing locale worker to libantosdk source 2021-05-02 13:17:40 +02:00
build.json add missing locale worker to libantosdk source 2021-05-02 13:17:40 +02:00
package.json Antedit: allow text selection 2021-05-11 22:12:33 +02:00
project.json first release of libantosdk 2021-04-18 18:49:53 +02:00
README.md Antedit: allow text selection 2021-05-11 22:12:33 +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