You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
I want to filter some reminders with filterReminders(…) but it only filter by “Name”, “Title”, etc… but not by “List” name, so I thought it must be another way to catch the reminders from my list, and I tried to use showReminderList(list) to achieve it, but the other problem now is that it says that this doesn’t exist (not imported) from Shortcuts lib.
To Reproduce
Steps to reproduce the behavior:
Open a new doc and try to filter by list with:
filterReminders(input: All Reminders, FilterType: All , filter: {List : == :
• myRemList, sortBy: Creation Date, order: Oldest First)
or try:
showReminderList(list: r-myRemList)
Expected behavior
A clear and concise description of what you expected to happen.
I was expecting to get an array of Reminders retrieved from my reminder list instead of All Reminders.
Screenshots
I attached two screenshots. Hope it helps.
Information
Device: iPhone 14 Pro and iPad mini 6
OS: iOS 17.5.1
Jellycuts Version 2.4.1(10)
Jailbroken? [No]
Additional context
Just trying to understand Jellycuts, I’m a newbie with this but before post it, I tried to solve it by my own.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
I want to filter some reminders with filterReminders(…) but it only filter by “Name”, “Title”, etc… but not by “List” name, so I thought it must be another way to catch the reminders from my list, and I tried to use showReminderList(list) to achieve it, but the other problem now is that it says that this doesn’t exist (not imported) from Shortcuts lib.
To Reproduce
Steps to reproduce the behavior:
filterReminders(input: All Reminders, FilterType: All , filter: {List : == :
• myRemList, sortBy: Creation Date, order: Oldest First)
or try:
showReminderList(list: r-myRemList)
Expected behavior
A clear and concise description of what you expected to happen.
I was expecting to get an array of Reminders retrieved from my reminder list instead of All Reminders.
Screenshots
I attached two screenshots. Hope it helps.
Information
Additional context
Just trying to understand Jellycuts, I’m a newbie with this but before post it, I tried to solve it by my own.
The text was updated successfully, but these errors were encountered: