This may be an odd question, but I want to use vim for journaling/personal log. My notes are going to be in a folder named "2024" with each month as a separate txt file.
In each monthly .txt file, I'll get my entries with a format like this, using * and ** for hierarchical order:
* SUNDAY 28 --> the date of each daily entry
** Did thing A --> a short description of something interesting
** Did thing B --> a short description of something interesting
Thing A happened. A long and detailed description of thing A.
Thing B happened. A long and detailed description of the thing B.
* MONDAY 29 ... another entry with the same format.
The idea is to see ON THE TREE the date and the headers with the short description of the most important things (thing A and thing B) that happened that day under the date so I can have a quick summary of what happened, and if I want, go to that subject. If I hit ENTER on any of the date or the short description, it shows the full entry for that thing on the right window.
Can something like this be done? Please don't make me go to Emacs.
Thanks!