It would be useful to have a way to indicate, potentially on the repository definitions level, how to render the filename casing when creating a new note. If the same (as is now) with the casing and spacing we define in the title, or, for example and in my case, if the name should be converted to lowercase and spaces swapped with dashes (kebab). Other popular casings could be included.
After setting up in the repository settings, if i write "My note" i would expect the filename to be "my-note.md" and the yaml title to be "My note" (this one defined by me as
title: $title$
)