mcndt / obsidian-toggl-integration

A Toggl integration plugin for the popular knowledge base application Obsidian.
GNU General Public License v3.0
267 stars 19 forks source link

Feature: Allow reporting on a single date #121

Closed mihaibirsan closed 11 months ago

mihaibirsan commented 1 year ago

Feature

Updates TQL to support

LIST 2023-03-22

This currently works as:

LIST FROM 2023-03-22 TO 2023-03-22

Additionally updated TogglReportBlock to properly title a summary with a single date.

Use case: In my Daily Notes I like to add a quick report so I can see what I've been working on during that day.

Remaining work

Completed

mihaibirsan commented 1 year ago

Updated tests. Feature should be ready to pick onto master!

mihaibirsan commented 1 year ago

Published a pre-release version with all 2 features and 1 fix currently in PR!

See 0.10.0+87c4156 for instructions on how to test!