You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple, if I type this in the input for title: {{year}}-recipes
I want it to expand in the filename to: 2023-recipes
Addendum
Something cool that already works is that if you have a template which includes {{title}}, the specifier in the title will be expanded inside the note.
E.g.
Template:
---
title: {{title}}
---
Title: {{year}}-recipes
Result: {{year}}-recipe.md
---
title: 2023-recipe
---
The text was updated successfully, but these errors were encountered:
Feature request
Simple, if I type this in the input for
title
:{{year}}-recipes
I want it to expand in the filename to:
2023-recipes
Addendum
Something cool that already works is that if you have a template which includes
{{title}}
, the specifier in the title will be expanded inside the note.E.g.
Template:
Title:
{{year}}-recipes
Result:
{{year}}-recipe.md
The text was updated successfully, but these errors were encountered: