Inconsistent passing of variables #747
Unanswered
andrej1919
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am building a template that gets an input (title, tag, alias) and based on first three (or more) chars of title executes appropriate another template. If works fine when it comes to tags and aliases, but one of the variables, 'title' is simply not passed to the another template. Even if I try to get the (already changed) file name, function returns the 'Untitled' file name. Is this a bug or my horrible knowledge of JavaScript? Files attached are hopefully self explanatory.
default template.md
foo.md
bar.md
baz.md
Thanks, Andrej
Beta Was this translation helpful? Give feedback.
All reactions