DamascenoRafael / reminders-menubar

Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
GNU General Public License v3.0
2.4k stars 111 forks source link

Support for Sections #163

Open 7robots opened 11 months ago

7robots commented 11 months ago

With the release of Sonoma, you can now create a section for a task list. Could the menubar be updated to include these section headings?

thank you!

DamascenoRafael commented 11 months ago

@7robots can you add an example screenshot of these sections?

7robots commented 11 months ago

Sure! Here you go. I'm also providing a screenshot of how menubar renders it without the sections to organize.

Screenshot 2023-09-28 at 22 18 06 Screenshot 2023-09-28 at 22 21 39
DamascenoRafael commented 11 months ago

Thanks @7robots. I will try to investigate this. Apple's API does not allow access to most of this information (I believe it will be the same for 'sections'). But there are workarounds to try to achieve these values.

7robots commented 11 months ago

Thank you. For what it's worth, even the new desktop widgets for Reminders don't support organizing by Sections (yet) - likely for the very reason you mentioned.