|
|
|
|
|
by diegobit
316 days ago
|
|
I also just began experimenting with plaintext. At the moment, I create regular apple reminders when I want to receive a notification, and for everything else I keep a markdown file `quicknotes-YYYYMM.md`, which I use also for some some throwaway notes. Every month, I duplicate the file, remove what's been completed and the things I don't want to do anymore. The file is on iCloud Drive in the obsidian folder, so I can edit it also from my phone. An example: # TODO
- [ ] todo
... # NOTES multiline note 1 --- multiline note 2 |
|