obsidian-meta-bind-plugin
obsidian-meta-bind-plugin copied to clipboard
Update MB fields inline when templater is finished running
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.