obsidian-meta-bind-plugin icon indicating copy to clipboard operation
obsidian-meta-bind-plugin copied to clipboard

Update MB fields inline when templater is finished running

Open ArneNostitz opened this issue 9 months ago • 4 comments

Please fill out these Check-boxes

  • [X] I checked that the plugin is up to date
  • [X] The issue persist with all other plugins and themes disabled

This Issue Occurs on

  • [ ] Windows
  • [ ] Linux
  • [X] macOS
  • [ ] Android
  • [ ] iOS

Plugin Version

1.1.0

Describe the Issue

when i run a templater creation of a file with various inputs, the inline fields values dont get updated until i change something in the file. for example a time setting and a input"time" ... when the time is set on date creation, the input stays on 00:00 until i type something in the file ...

Steps to Reproduce


log-time: <% tp.date.now("HH:mm") %>

INPUT[time:log-time]

Expected Behavior

auto update view when templater is done. probably there is some line of code i need to add to the templater template but i dont know.

ArneNostitz avatar May 22 '24 12:05 ArneNostitz