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.43k stars 112 forks source link

Support Reminder Groupings #155

Closed skoonin closed 11 months ago

skoonin commented 1 year ago

Just installed this app to try it out and it's great. It almost solved my problem with one snag. I have my reminders grouped via indentations. It's a newer feature in the app.

For example in my reminders (all) list I see:

In your menubar app I see :

Thanks for all your work on this, if I knew swift I would help!

DamascenoRafael commented 11 months ago

@skoonin thanks for you feedback. This is something I wish I had made available in the app for a while. In fact, Apple does not provide access to this information through the API, but there are workarounds to access information that the API does not provide. I'm currently working on this, and I believe I can make it available in the next version of Reminders MenuBar.

Here's a sneak peak of it working:

Screenshot 2023-09-24 at 22 39 34

There is already an older issue about this feature where I will post updates. We can keep the discussion there: https://github.com/DamascenoRafael/reminders-menubar/issues/36 Handle subtasks and subgroups (nested lists) in a nicer way.

I will mark this issue as a duplicate and close it. Please post any other concerns about this feature in #36. Feel free to open other issues if necessary.