Last active
September 5, 2024 23:48
-
-
Save eliocapelati/8718c7dc0d37815852a1666cfdc6daf3 to your computer and use it in GitHub Desktop.
foam journal settings (https://github.com/foambubble/foam)
It will output a new file under the journals directory evertime you create a new journal log.
E.g.:
.
└── 2024
├── 05-may
│ ├── 2024-05-01.md
├── 06-jun
│ ├── 2024-06-01.md
├── 07-Jul
│ └── 2024-07-01.md
├── 08-Aug
│ └── 2024-08-01.md
└── 09-Sep
└── 2024-09-01.md -> Example file with a human readable title name on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"foam.openDailyNote.directory": "journals", | |
"foam.openDailyNote.filenameFormat": "yyyy/mm-mmm/yyyy-mm-dd", | |
"foam.openDailyNote.titleFormat": "dddd, dd mmm yyyy" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment