From 36b134793c5d6d5657640d49d1d5485b56588eb8 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 21 Mar 2026 14:27:53 -0500 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7457117 --- /dev/null +++ b/README.md @@ -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)