Writing my own text editor, and daily-driving it
Summary
A developer chronicles building and daily-driving a self-made text editor after dissatisfaction with existing options. The piece covers design choices, a custom TUI framework, an in-house regex engine, improved file browsing and project-wide search, and performance-focused rendering, illustrating how bespoke tooling can boost productivity and learning.