Cleaner file names

I am using version 0.9.19 AppImage on debian 12 system. And I am still seeing my new page files contain whitespaces in their filenames if their header inside logseq is set with a whitespace.

Example: Ctrl + k to create a new page. Name it “A new page again”. And you will have the markdown file created with whitespaces in its filename:

[...]
├── pages
│   ├── A new page again.md
│   └── contents.md
[...]

Is there a solution to this? I would like to have my filenames named with underscores instead of whitespaces in between the words, like this: A_new_page_again.md

1 Like