jamiebrynes7 / obsidian-todoist-plugin

Materialize Todoist tasks in Obsidian notes
https://jamiebrynes7.github.io/obsidian-todoist-plugin/
MIT License
925 stars 70 forks source link

Section is not rendered #343

Closed victorstan closed 2 hours ago

victorstan commented 2 hours ago

Describe the bug I just installed todoist and setup the todoist sync plugin for obsidian and the section is rendered as unknown section

To Reproduce Steps to reproduce the behavior: I have the following query:

filter: "view all"
show:
    - due
    - project
    - description
    - labels
sorting:
    - date
    - priority
groupBy: section

which renders like this: image

Expected behavior The section name must be rendered correctly

Screenshots The todoist response from the console, includes the section_id image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

victorstan commented 2 hours ago

Nevermind, just restarted obsidian an I'm able to see the section names, LOL