|
|
|
|
|
by rigmarole
700 days ago
|
|
What syntax are you trying to use or thinking that you need? In Obsidian for example, remove all plugins except Daily Note and just start typing. Ignore all syntax except maybe bullets. Ignore properties and links. Ignore any habit-tracking or database tricks people say you need. Ignore the graph. Or consider using Vim/Neovim and set a leader hotkey to open today’s journal/YYYY-MM-DD.txt |
|
For a broader audience: Create a shell script that runs “$EDITOR $JOURNALDIR/$(date +%Y-%m-%d).md”, and bind a system-wide keybinding to run that script. Works even for GUI editors.