buttons
buttons copied to clipboard
Inline button doesn't support templater
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.
But if I use inline-button(button-openMjNote
), it seems that the templater param doesn't work anymore:
Same problem here. Not only inline buttons, but any "type append template" button. I solved it installing release 0.4.19.
High probability related to #212