maelchiotti / LocalMaterialNotes

Simple, local, material design notes
https://play.google.com/store/apps/details?id=com.maelchiotti.localmaterialnotes
GNU Affero General Public License v3.0
138 stars 10 forks source link

Quickly access notes from notifications #271

Open NripPrajapat opened 1 week ago

NripPrajapat commented 1 week ago

Pin the notes in Notification bar, For constant reminder.

maelchiotti commented 1 week ago

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.

NripPrajapat commented 1 week ago

Maybe Set a limit of characters showed in notification.

maelchiotti commented 1 week ago

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...

NripPrajapat commented 1 week ago

Or maybe just the title. 🫠

maelchiotti commented 1 week ago

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?

NripPrajapat commented 1 week ago

Yes, I could live with that, it will do the work.

maelchiotti commented 1 week ago

Ok I've reopened the issue then.

NripPrajapat commented 1 week ago

Provide an option to make the note Pinned in notification bar, so it could actually, constantly remind user to go back to the note.