logoalt Hacker News

t_mahmoodtoday at 3:56 PM0 repliesview on HN

I'm working on a daily journal app using rust and iced. Where you can quickly jot down your thoughts or information in a single line

All data are stored in text file, following the most general markdown formats, so it's easy to just open the text file and change.

Also, it supports TODO, and looking to add support for reminders, scripting support, calculation, tabular data using CSV, etc.

UI is complete keyboard driven.

Core intention is, managing your journals in single line, with really fast keyboard access, and stored in text file