Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Last active September 5, 2024 23:48
Show Gist options
  • Save eliocapelati/8718c7dc0d37815852a1666cfdc6daf3 to your computer and use it in GitHub Desktop.
Save eliocapelati/8718c7dc0d37815852a1666cfdc6daf3 to your computer and use it in GitHub Desktop.
foam journal settings (https://github.com/foambubble/foam)

Sunday, 01 Sep 2024

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.
{
"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