register a lowercase helper to convert text to lowercase #222
rickyribeiroo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would love the ability to register the following helper:
*Handlebars.registerHelper('lowercase', function(str) { return str.toLowerCase(); });
so that the following could be applied to Page Title, for example:
/vault/{{lowercase page.title}}.md
Beta Was this translation helpful? Give feedback.
All reactions