Replies: 1 comment 7 replies
-
We're getting awfully close to org-mode at this point lol. You could do this with a bit of DVJS. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm considering if it's possible to build a system that does the following: I want to track how often I work on a certain task, and then display how long I worked on that task last week, or last month, etc..
My plan is to have some multiline frontmatter field "Logbook", which contains clock-in and clock-out times like
Rather than having a physical field 'Duration', can I use a function to generate a virtual "Duration" field, which is calculated at run time based on parameters like starting and end of the reporting period?
Beta Was this translation helpful? Give feedback.
All reactions