What I’m trying to do
i moved from Notion to Obsidian (no regret). But I want to achive something similiar with my Notes as in Notion.
Based on a input parameter, I want to change the frontmatter information of my notes. The input parameter could be a tag or a property change.
I want to apply my changes on docoument save (best on manual save via STRG+S)
Things I have tried
Partially I can achive what I want with the linter plugin, but as far as I understand this pluging: there is only a very limited options on conditional linting. eg: I have a date property, which is usually empty. I want to apply the current date on it. Or: based on some input Properties I want to change other properties.
I did not find a way to trigger a templater script on save.
I’m aware of the folder based trigger of templater, which is already working well.
As far as I understood: the QuickAdd plugin also reacts on save - but on creation.
Any ideas how to solve it?