Skip to content
Discussion options

You must be logged in to vote

You didn't miss it, but it is a bit tucked away: format tokens take a |case: transform, and most of the styles strip characters that are invalid in file names, colons included. Enable File Name Format on the choice and set it to e.g.

{{VALUE|case:title}}

which keeps the same name prompt but turns Meeting: notes into Meeting Notes. The available styles are kebab, snake, camel, pascal, title, lower, upper, and slug (lowercase-dashed, and my pick for cross-platform-safe names). It composes with other options too, e.g. {{DATE:YYYY-MM-DD}}-{{VALUE:title|case:slug}}.

Two caveats:

  • lower and upper only change letter casing; they don't strip anything. Use title, slug, kebab, or snake for sanitiz…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ASalvail
Comment options

Answer selected by ASalvail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants