Skip to content
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

Allow notes manual sorting #130

Open
Ac314 opened this issue Nov 17, 2024 · 3 comments
Open

Allow notes manual sorting #130

Ac314 opened this issue Nov 17, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Ac314
Copy link

Ac314 commented Nov 17, 2024

Describe the solution you'd like
Notes manual sorting (by means of drag and drop) could be very convenient.

Additional context

  1. This can be implemented as a separate "Manual sorting" mode.
  2. Such sorting is more convenient and flexible than just "pinning" the notes.
@Ac314 Ac314 added the enhancement New feature or request label Nov 17, 2024
@PhilKes
Copy link
Owner

PhilKes commented Nov 18, 2024

Of course that would be a nice option, but do you think you would really use this feature often? Its quite a lot more effort to implement than the current sorting options and for most people Sort by Last Modified Descending will be the way to go, since this simply keeps the most recently used notes on top, or simply sort by title. Together with pinning notes that gives a lot of options already.

Also there are some minor details, like e.g. if you create new note, where would it be sorted to? The top?
I'm also not sure what the best way to implement the drag an drop would be, because currently you use the long click on a note to select it/use multi-select, if we add drag and drop to it it could become quite annoying/unclear to the user how to different these actions.

@Ac314
Copy link
Author

Ac314 commented Nov 18, 2024

Of course I can live without this feature and it can be (more or less) be replaced by pinning and sorting. I just found it most convenient in case you need to set some kind of "priorities" for the notes. Today I will need to check some notes more often so I put them to the top, tomorrow some other notes will be needed more so I can elevate them. Setting the order of the notes freely gives you the most flexibility.

Such functionality was implemented, for example, in this app https://play.google.com/store/apps/details?id=com.gcteam.tonote, I used it quite often in the past. I understand that it could be difficult to implement this but if not (or not really) please consider to add it in the future if you have time.

@Ac314
Copy link
Author

Ac314 commented Nov 18, 2024

I'm also not sure what the best way to implement the drag an drop would be, because currently you use the long click on a note to select it/use multi-select, if we add drag and drop to it it could become quite annoying/unclear to the user how to different these actions.

I guess it depends on the sorting mode user selected. In "manual sorting" mode you can drag and drop the notes. For other sorting modes ("Last modified" etc) drag and drop is disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants