This a small text logging app I use to track what's going on in my workday without having to write those pesky timestamps. It writes a textfile to the MyJournal Directory in your home directory (Wherever that may be on your system). Type a sentence, hit send, and that entry appears timestamped in a text file. 1 text file is created per day.
This project was built by James Strocel(me_at_strocode.com). Email me with any questions and concerns.
- File Dialog to choose where the text files are saved
- Viewport displaying the saved contents of the current text file
- Output to csv?
- Connect to social media?
npm run tauri dev
npm run tauri build