We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a button like this:
name 📑打开晨间日记 type link action obsidian://advanced-uri?filepath=<% await tp.date.now("M月D日") %>&openmode=tab templater true
^button-openMjNote
It would open the Daily Note by teamplater's tp.date() function. And when pressing it, It works well.
tp.date()
But if I use inline-button(button-openMjNote ), it seems that the templater param doesn't work anymore:
button-openMjNote
The text was updated successfully, but these errors were encountered:
Same problem here. Not only inline buttons, but any "type append template" button. I solved it installing release 0.4.19.
Sorry, something went wrong.
High probability related to #212
No branches or pull requests
I got a button like this:
^button-openMjNote
It would open the Daily Note by teamplater's
tp.date()
function.And when pressing it, It works well.
But if I use inline-button(

button-openMjNote
), it seems that the templater param doesn't work anymore:The text was updated successfully, but these errors were encountered: