shabegom / buttons

Buttons in Obsidian
The Unlicense
453 stars 47 forks source link

Button disappears when using any templater code. #218

Open mearthurrtm opened 2 months ago

mearthurrtm commented 2 months ago

My Buttons always disappear when I add any Templater-Code to them.

This works:

name foo
type append text
action bar
templater true

This does not work:

name foo
type append text
action <% tp.date.now("HH:mm") %>
templater true

Button disappears

fplanjer commented 2 months ago

I have the same issue. version 0.5.1

Tejeev commented 2 months ago

I am seeing this as well. Templater: v2.2.3 Buttons: v0.5.1

Looks like this is a duplicate of #212