Files
Newton-Editor/README.md

13 lines
641 B
Markdown
Raw Normal View History

2026-03-21 14:27:53 -05:00
# Newton Editor
### Note
2026-03-21 14:36:57 -05:00
This is comprised of two branches. The first uses GtkSource.View widgets to handle text editing.
The second uses Angular + Electron + Ace Editor to handle text editing.
Both have similar design concepts to VIM with 'buffers' loading to views than the traditionally understood one view to one one tab.
2026-03-21 14:27:53 -05:00
2026-03-21 14:36:57 -05:00
* [release/newton_gtk](https://code.itdominator.com/itdominator/Newton-Editor/src/branch/release/newton_gtk/)
* [release/newton_electron](https://code.itdominator.com/itdominator/Newton-Editor/src/branch/release/newton_electron/)
2026-03-21 14:27:53 -05:00
# LSP
2026-03-21 14:36:57 -05:00
* [Newton-Linters](https://code.itdominator.com/itdominator/Newton-Linters)