Kilo is a small-scale text editor implemented in C to demonstrate low-level systems programming. It provides a command line interface for modifying and saving text files directly within a terminal. The editor includes built-in string search and navigation capabilities to locate text within a file. It also applies colors to source code based on language patterns to provide syntax highlighting.
Acode is a code editor designed for mobile devices. It provides syntax-highlighted editing for multiple programming languages, an integrated JavaScript console for running and debugging scripts, and a built-in web preview that renders local HTML, CSS, and JavaScript projects in an embedded browser. The editor is extensible through a plugin system, which includes a dedicated JavaScript API for building custom plugins and a curated repository for community plugin installation. Plugins are auto-installed and can hook into the editor's lifecycle, UI, and file operations. Language support is confi
The Tilde text editor
The main features of gphalkes/tilde are: Text Editors.
Open-source alternatives to gphalkes/tilde include: antirez/kilo — Kilo is a small-scale text editor implemented in C to demonstrate low-level systems programming. It provides a command… billthefarmer/editor — Android simple text editor. blademd/thymus — A browser & editor for network configuration files. cmang/durdraw. epistates/treemd — A (TUI/CLI) markdown navigator with tree-based structural navigation. acode-foundation/acode — Acode is a code editor designed for mobile devices. It provides syntax-highlighted editing for multiple programming…