I've started working on a code editor...

Home / 2024 / 11 / 28 / #rleditor

I've started working on a code editor that is a mix of a text editor and a structured editor. It is all text, but parsers and pretty printers allow you to work with a tree structure and not think too much about syntax. It is a work in progress. Code is here.

Screenshot of rledit editing a JSON document with a selection.