keshav-space / safenotes

Safe Notes is a security project aimed at providing an encrypted, private note manager that works locally and protects notes from various threat actors.
https://safenotes.dev
GNU General Public License v3.0
237 stars 22 forks source link

Sort notes in alphabetical order #154

Open smaragdus opened 1 year ago

smaragdus commented 1 year ago

@keshav-space

I am used to sort notes in alphabetical order (A-Z), which for me provides the best way for managing and navigating a huge list of notes.

I suppose that sorting of notes in alphabetical order (A-Z) would be useful for other users as well. I think that this is a common feature for note-taking apps.

I hope that the implementation of this feature (A-Z sorting) won't require too much work.

Regards