-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quickly access notes from notifications #271
Comments
That wouldn't really work because notifications can only display text, but notes have rich text elements (checkboxes, lists etc) that couldn't be displayed. |
Maybe Set a limit of characters showed in notification. |
Even with a limit, I wouldn't be able to render rich text elements in a great way. Think of code blocks for example, they won't look right at all if they are just text. Widgets would be a great alternative if Flutter allowed me to create them, I'm really sad they don't... |
Or maybe just the title. 🫠 |
That could work. Then the notification would just be used as a shortcut to open the note directly? Guess you could use it for a shopping list for example so you can open it quickly? |
Yes, I could live with that, it will do the work. |
Ok I've reopened the issue then. |
Provide an option to make the note Pinned in notification bar, so it could actually, constantly remind user to go back to the note. |
Pin the notes in Notification bar,
For constant reminder.
The text was updated successfully, but these errors were encountered: