What I’m trying to do
I want to add quick lines to my daily notes in the time section to track what I am doing.
E.g
07:30 - Admin
08:30 - Work
09:30 - Exercise
The start time of one time block is the end time of the next.
And then gather those times using dataview/js to see where I am spending my time over weeks or longer periods
Things I have tried
I have looked at a lot of guides that get part way there but they all require a start and end time which is a duplication of information and a pain to type on mobile.
Is anyone aware of an example of time interpolation I can use as a start point?