News on the #SingleTextFile-approach:
As of now, I'm switched to "one per day" text-files, at least on my #linux machine.
Ich mach das ( #OneTextfilePerDay , als "Digitaler Schmierzettel" ) inzwischen auch unter #Windows , mit einem kleinen Batch-Script wie diesem:
----
@rem 2021-09-15, Joachim
@rem startup-script ( oder manuell starten) macht:
@rem - Notepad auf mit einer Datei [Tagesdatum]_WorkNotes.txt"
set datum=%date%
notepad C:\Notes\%datum%_WorkNotes.txt
pause
----
(Ja, das macht mir Punkte ins Datum und damit in den Dateinamen, nicht so schön - aber: gut genug! )
#OneTextfilePerDay
As of now I'm very happy with it, especially as I automated the creation (or re-opening) of the #textfile-of-the day with a #bash-#script, as hinted here: https://mastodon.technology/@Joachim_Rees/105502866332755410
#OneTextfilePerDay