Edita

Edita is a code editor focusing on:

  • Experimenting with new ways of editing code, most notably AST mode and refactoring with CodePatterns.

  • Perfecting smooth and ergonomic interactions over shipping quickly.

  • Providing rich and configurable features over simplicity or minimalism.

  • A visually pleasing and quiet interface (over keeping up with design trends).

Screenshots

Try it

Assuming you have a recent version of Node, you can clone, build, and start Edita in development mode with auto-reloading in four commands:

git clone https://gitlab.com/gushogg-blake/edita-release.git edita
cd edita
npm install
npm run dev

Edita is currently in beta. Issues and feature requests can be reported here.