update-time-on-edit-obsidian
update-time-on-edit-obsidian copied to clipboard
Are the sub-keys supported?
Suppose I have my note's frontmatter defined as shown below. How do I ask the plugin to update the two sub-keys (dates.created, dates.last-modified)?
---
dates:
created: 2021-12-20T22:15:11
last-modified: 2021-12-20T22:15:11
---
From the top of my mind, I don't think it will work, for now it only support root values and not nested ones
Thanks for confirming that. I guess i will update my template to move these keys to root level then.