DEV Community

HellterEnjoy
HellterEnjoy

Posted on

I built a compact Markdown notes app in Rust

I've been building Lilo — a small desktop notes app built with Rust + egui.

It stores notes as regular Markdown files and adds [[wiki links]], backlinks, search, and a visual knowledge graph. It also has an always-on-top mode, so I can keep it around while coding.

Windows and Linux builds are available.

GitHub: https://github.com/HellterEnjoy/Lilo

It's still an early project, so feedback is very welcome.

Top comments (0)