j-palindrome / obsidian-time-ruler

A drag-and-drop time ruler combining the best of a task list and a calendar view (integrates with Tasks, Full Calendar, and Dataview).
MIT License
214 stars 7 forks source link

Make obsidian omnipotent in daily management - Full functionalities similar to ticktick and toggl track #86

Closed HWiwoiiii closed 9 months ago

HWiwoiiii commented 9 months ago

implement all functionalities in ticktick https://help.ticktick.com/articles/7054286604315131904 toggl track https://toggl.com/track/

Enhance Obsidian to be an all-encompassing solution for daily management, incorporating a comprehensive set of features akin to both TickTick and Toggl Track. This includes integrating a daily timer, Pomodoro technique, Eisenhower Matrix (4-quadrant time management system), habit tracker, task archiving, and the ability to create events seamlessly under the daily folder (Daily notes folder/folder named with the current date/Events).

fed50fc4a07de1bf9d8d630bb0d3bf1b f61ef428c7cece5b3c24dc1f87482cc4 a6743c84a292de81aca3cf254c2829ae OIP feature-mobile-oneclick

HWiwoiiii commented 9 months ago

https://forum.obsidian.md/t/make-obsidian-omnipotent-for-daily-management/72112

j-palindrome commented 9 months ago

This is a good aspiration but out of scope for the plugin. Some features will be added.

For archiving I recommend the Archiver plugin which does tasks well.

Generally Obsidian is based on modular and single-purpose plugins that can be combined, so I'd try to mix-and-match plugins that work well together. TR is designed to play nice with other task plugins like Full Calendar / Day Planner / etc so that ecosystem can work together to do what you need

HWiwoiiii commented 9 months ago

Thank you, I will look into the Archiver plugin. I understand that incorporating all these features could be a huge work for an individual developer, so I have also posted this on the Obsidian official forum.

Currently, the most crucial feature for me is a timer that allows users to seamlessly track their daily activities, similar to the timer in Toggl Track. I haven't found any other plugins that can perform a similar function. I genuinely hope that you can integrate this functionality into your plugin.

Since toggl track is open source, I suppose maybe it is less difficult to develop a plugin with similar features? Or that there are some restrictions prevents people from using their source code?

Once again, thanks for your amazing plugin!

j-palindrome commented 9 months ago

I agree, time tracking would be pretty cool. I can add a feature with the Timer where when you check off a task it sets the task's length based on the length of time spent, then resets the timer. Completed/weekly review is upcoming in next version

HWiwoiiii commented 9 months ago

Yes that would be great! I'm looking forward to seeing the improvements! Thank you!