buttons icon indicating copy to clipboard operation
buttons copied to clipboard

Inline button doesn't support templater

Open Moyf opened this issue 1 year ago • 2 comments

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: image

Moyf avatar Feb 20 '24 05:02 Moyf

Same problem here. Not only inline buttons, but any "type append template" button. I solved it installing release 0.4.19.

komiksam avatar Feb 24 '24 13:02 komiksam

High probability related to #212

cacharbe avatar Feb 29 '24 16:02 cacharbe