Systems / Low-Level / OS (2024-10)
RSSShowing stories from 2024-10. View all
I really like the idea of "One Big Text File" ([old Lobste.rs discussion](https://lobste.rs/s/ettc1n/my_productivity_app_is_single_txt_file)) as a simple productivity tool. So I made a very simple UI on top of a single `notes.md` file with a few features:
- Notes are rendered on a HTML page, serv...