Add README

This commit is contained in:
2026-03-21 14:27:53 -05:00
commit 36b134793c

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Newton Editor
A Python and Gtk+ quasi-IDE.
### Note
This is comprised of two branches. The first uses GtkSource.View widget to handle text edits and display.
The second uses Angular + Electron + Ace Editor handle text editing.
Both have similar design concepts to VIM with buffers loading to views.
* [release/newton_gtk](//code.itdominator.com/itdominator/Newton-Editor/src/branch/release/newton_gtk/)
* [release/newton_electron](//code.itdominator.com/itdominator/Newton-Editor/src/branch/release/newton_electron/)
# LSP
* [Newton-Linters](//code.itdominator.com/itdominator/Newton-Linters)