You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a button to add a pre-filled new row in a table. For that row I'm using templater because I need to run a script.
It used to work for months and now it just broke recently. I use it once a week so I'm not sure if it's from Obsidian's recent update or Buttons' recent update.
Here's the code I'm using for the button:
button
name Ajouter une nouvelle photo
type prepend template
action Shuffle - new row
color purple
^button-newRow
And my template is a simple: | n | <% tp.user.shuffle_values() %> | |
Here's what I get
CleanShot.2024-03-11.at.09.17.10.mp4
Is that a regression or I'm just stupid?
Note that append works fine for some reason.
The text was updated successfully, but these errors were encountered:
I'm using a button to add a pre-filled new row in a table. For that row I'm using templater because I need to run a script.
It used to work for months and now it just broke recently. I use it once a week so I'm not sure if it's from Obsidian's recent update or Buttons' recent update.
Here's the code I'm using for the button:
And my template is a simple:
| n | <% tp.user.shuffle_values() %> | |
Here's what I get
CleanShot.2024-03-11.at.09.17.10.mp4
Is that a regression or I'm just stupid?
Note that
append
works fine for some reason.The text was updated successfully, but these errors were encountered: