web-activity-time-tracker icon indicating copy to clipboard operation
web-activity-time-tracker copied to clipboard

[Feature Request] obsidian sync

Open warmbupt opened this issue 2 years ago • 1 comments

I think by using https://coddingtonbear.github.io/obsidian-local-rest-api/, this plugin could sync all the time tracking data to obsidian.

Could anyone also like this feature?

Thanks!

warmbupt avatar Jul 23 '23 14:07 warmbupt

I would use this feature for personal use, I think that the best possible implementation would to periodically (e.g. every 5 minutes, customizable) write the data to a daily note or daily file, overwriting the contents each time because updating it would probably be unnecessarily complex, you can have it write to a .log file but would require you to parse it Obsidian.md.

After that, you can probably just use markdown/mermaid.js to create a pie chart or a table to visualize the data.

If the REST API does not work, the Advanced URI plugin could perhaps be used instead

yamenw avatar Jul 25 '23 20:07 yamenw