obsidian-toggl-integration icon indicating copy to clipboard operation
obsidian-toggl-integration copied to clipboard

FR: Additional Views

Open sstar0016 opened this issue 2 years ago • 4 comments

Love this plugin, super clean and nice to work with, use it for daily reviews

Would be keen to get:

  • Scalability of height (atm it takes up a lotta room, I would take smaller graphs for a bit more legroom)
  • different views (sorted by project, client, task etc) maybe like timery? image image

sstar0016 avatar Feb 14 '23 18:02 sstar0016

I love timery! Could you give some concrete examples of visualisations that are missing that you would like to add?

mcndt avatar Mar 04 '23 22:03 mcndt

A few features of timery I'd like to see in this plugin (listed in order of personal priority):

  1. group list/graph by project/client/tags (instead of just as individual entries)
  2. filter by project/client/tags (ie just graph the time entries for a certain client)
  3. change list order of entries (sort by duration, date)

sstar0016 avatar Mar 07 '23 03:03 sstar0016

For 1: I'll see if this is possible with Toggl's new summary API, but I would presume so. Ironically enough I recently also had the need to group summaries by tag rather than project for a work thing.

2: This is already possible 😄

  1. This is also possible, see docs:
  • Documentation about sorting
  • In summary views, the sorting orders by project time (e.g. "SORT DESC" orders the project from most to least time logged)
  • In list views grouped by date, it sorts chronological according to the SORT keyword (e.g. SORT DESC sorts reverse-chronologically)
  • In list views grouped by client/project, it sorts by time spent on that client/project.

mcndt avatar Mar 07 '23 06:03 mcndt

FYI there is also a quick reference to see everything that is possible: https://github.com/mcndt/obsidian-toggl-integration/wiki/TQL-Quick-Reference

mcndt avatar Mar 07 '23 06:03 mcndt