How to set the journal filename (`.md`) with `-` not `_`?

from journals/2023_06_30.md to journals/2023-06-30.md

its set in config.edn. Pay attention to the warning.

Great, thanks

@Bader would it be possible to change the name of the page files, _ for -?

yes replace the underscore with a dash.

-- ;; :journal/file-name-format "yyyy_MM_dd"
++ :journal/file-name-format "yyyy-MM-dd"
1 Like

Ok, that’s in the journal, how do I make the pages?

from:
pages/Thiago Avelino.md

to:
pages/thiago-avelino.md

1 Like

not a supported usecase

1 Like

is this still the case? I would like to get underscores and lowercase characters in the filenames by default, instead of whitespaces and inconsistent uppercase letters, respectively.

no support, as @Bader commented