mcndt/obsidian-toggl-integration

Time Report Code Block Renders No Data in Obsidian Reading View

Opened this issue · 0 comments

A time report code block correctly displays time entries when the note is in Obsidian's editing view; in reading view, the graphs remain visible, but no data is rendered. I expect the graph to render data in both modes.

I have a note that displays various data using via DataView and Tasks. I've included the following toggl code block to get a view of time tracking as well:

```toggl
SUMMARY
PAST 7 DAYS
INCLUDE CLIENTS "ClientName"
```

When the note is in reading view, the toggl bar and circle graphs render, but no data is displayed. In live edit mode, the data is visible.

Here is an image of the the graphs in reading view:
obsidian-toggl-reading-view

Here is an image of the graphs in live edit view:
obsidian-toggl-edit-view