totalTrackedTime exists as a computed property (task modal, TaskNotes views), but it isn't written to frontmatter — so external tools (Obsidian Bases outside TaskNotes views, Dataview, scripts) can't query "how long did this task actually take" without re-summing timeEntries themselves.
Proposal: an opt-in setting that writes the aggregated total (e.g. minutes) to a mapped frontmatter field, updated whenever a time entry stops — both manual time tracking and Pomodoro sessions. Opt-in to avoid extra file writes for users who don't need it.
totalTrackedTimeexists as a computed property (task modal, TaskNotes views), but it isn't written to frontmatter — so external tools (Obsidian Bases outside TaskNotes views, Dataview, scripts) can't query "how long did this task actually take" without re-summingtimeEntriesthemselves.Proposal: an opt-in setting that writes the aggregated total (e.g. minutes) to a mapped frontmatter field, updated whenever a time entry stops — both manual time tracking and Pomodoro sessions. Opt-in to avoid extra file writes for users who don't need it.