2021-04-13 20:03:53 +02:00
|
|
|
# Antedit
|
2021-04-21 11:37:58 +02:00
|
|
|
Simple yet powerful text/code editor based on the Monaco editor,
|
|
|
|
the editor that powers VS Code.
|
2021-04-13 20:03:53 +02:00
|
|
|
|
2021-04-21 11:37:58 +02:00
|
|
|
The editor functionality can be extended by its extension mechanism.
|
|
|
|
Extension can be developed/released/isntalled by the editor itself.
|
2021-04-13 20:03:53 +02:00
|
|
|
|
2021-04-21 11:37:58 +02:00
|
|
|
### Change logs
|
2021-06-14 19:29:33 +02:00
|
|
|
- 0.1.11-b: fix file type parsing from path
|
2021-06-13 11:06:49 +02:00
|
|
|
- 0.1.10-b: Antedit now has it own extension manager
|
2021-05-11 22:12:33 +02:00
|
|
|
- 0.1.9-a: Allow output text selection
|
2021-05-01 12:17:00 +02:00
|
|
|
- 0.1.8-a: Allow to change language mode
|
2021-04-21 11:37:58 +02:00
|
|
|
- 0.1.7-a: Add keyboard shortcut support to extension actions
|