Ellpeck / ObsidianSimpleTimeTracker

Multi-purpose time trackers for your notes!
MIT License
132 stars 19 forks source link

Make Timecode editable in readable format #9

Closed feedhopper closed 12 months ago

feedhopper commented 1 year ago

Sometimes I forget to switch the timer off. I then usually have a rough idea of how much time I spent on this particular chunk of work. So I then edit the codeblock to something close to this.

The problem I have: The code looks like this: "startTime":1666021639,"endTime":1666027580}

This makes it very hard to adjust the time, It would be fantastic if the time parameters could be made editable like the segment name. Switching fields could easily be done by using the tab key.

Ellpeck commented 1 year ago

Dev note: I think using flatpickr for this would make sense.

guategeek commented 1 year ago

I just found this plugin, trying to find something to replace pendulums as it keeps freezing on me and figured something right in Obsidian would be the best. I want to be able to manually add in my own times for past tasks, or like the original poster here edit the times. But the timestamps make no sense to me, so I would also love if they could be editable, or if the underlying format was more human readable.

iatharva commented 1 year ago

Hello all, I was also facing a similar situation as @feedhopper, so I was also looking for a way to edit the added timestamp. I believe @Ellpeck has closed the PR and this Issue (Enhancement) as well, so would this feature not be implemented or will it take time since you are planning to add some more enhancement with that feature?

Other than that, Thanks for the plugins, I use it on a daily purpose apart from this I don't have any other feedback.

Ellpeck commented 1 year ago

This issue has not been closed, it's still planned!