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
In my Obsidian vault, I have multiple notes containing a "status" frontmatter property that fall under a parent note with a "progress" (numeric) frontmatter property. I am planning to set up the Inline Select field to update the "status" property on my notes, but I am trying to find a way to also trigger an update to the "progress" property on the parent note, setting it to equal the sum of the child notes with status = complete. There is also a frontmatter property that links each note to its parent note.
Is there a way I can trigger multiple actions from the Inline Select field? I think you can set multiple actions for a meta bind button, but I haven't found anything yet for the Inline Select field. This isn't just a multiple bind target thing, but more like something I have done in other programming projects where I bind an action to an event like "SelectionChanged" or "ValueChanged".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my Obsidian vault, I have multiple notes containing a "status" frontmatter property that fall under a parent note with a "progress" (numeric) frontmatter property. I am planning to set up the Inline Select field to update the "status" property on my notes, but I am trying to find a way to also trigger an update to the "progress" property on the parent note, setting it to equal the sum of the child notes with status = complete. There is also a frontmatter property that links each note to its parent note.
Is there a way I can trigger multiple actions from the Inline Select field? I think you can set multiple actions for a meta bind button, but I haven't found anything yet for the Inline Select field. This isn't just a multiple bind target thing, but more like something I have done in other programming projects where I bind an action to an event like "SelectionChanged" or "ValueChanged".
Beta Was this translation helpful? Give feedback.
All reactions