Aug 5
keep track of a metric within a block or note
One thing that I haven't really seen any solution do, is the ability to be able to keep a running tally of a metric within a block.
Notion, kind of does this if you (in my case) dedicate a database to meetings, have "duration" as a property and then set up a filter to sort and sum on the numeric field.
Possible solutions:
- tables
- keep values in frontmatter or similar key:value based fields
- use custom plugins to sum up values from various notes
Completed
Can be solved with the Summaries plugin. The table functionality will be added later. https://github.com/NotePlan/plugins/tree/main/jgclark.Summar… (Thanks Jonathan Clark for commenting)