vkostyanetsky / ObsidianTimesheet

Timesheet generator plugin for Obsidian
MIT License
4 stars 0 forks source link

[FR] - Dataview query-able #3

Open lightningRalf opened 3 months ago

lightningRalf commented 3 months ago

I like the simplicity and cleanliness! By any chance, is it technical possible to make this queryable with dataview? So this data can be acted upon with the charts/chartsview/plotly plugin.

Thanks in advance and greetings from Germany.

vkostyanetsky commented 3 months ago

Thanks!

Actually, I want it to be possible as well, since I want to see my working hours in my Dataview tables to track them properly.

The closest way to achieve this is to implement the functionality as an API to use it further in dataviewjs blocks. Though it would be more convenient to use a simple dataview block, at this moment I have no clear idea how to implement it.

If you have an example of another plugin that injects its data into Dataview, please let me know; it would help a lot.

lightningRalf commented 3 months ago

GPT4 has the following suggestions for that:

  1. Obsidian Tasks Plugin:
  1. Obsidian Calendar Plugin:
  1. Obsidian Projects Plugin:
vkostyanetsky commented 3 months ago

Thanks for examples! I will take a look.

captaincanuk commented 3 months ago

" ...implement automatic updating for the report... ". I find if i place my curser above the timesheet code block and then curser down past it, it will 'somewhat auto update'. at least i don't have to close and open the note again.