spacecowboy / NotePad

Now under new management
GNU General Public License v3.0
379 stars 158 forks source link

Using touch gesture to reorder notes #528

Closed HusniMuhammad closed 3 months ago

HusniMuhammad commented 3 months ago

Is your feature request related to a problem? Please describe. I want to reorder my notes

Describe the solution you'd like Using touch gesture to reorder notes similar to Android tiles (for notes app it's applicable (practically) for two direction (up-down, down-up)

CampelloManuel commented 3 months ago

If you set manual ordering you get a "grip object" on the side. It looks like this: tut10

you can then hold it and drag the note to move it up or down the list.

HusniMuhammad commented 3 months ago

Not effect on already existing notes if changes applied

CampelloManuel commented 3 months ago

once you set manual ordering then you have to drag the notes with your finger. In the app I can drag notes up and down, and it saves the manual order when you exit and return to the app. But you have to manually order the notes once you choose manual ordering.

Does this solve the issue ?

HusniMuhammad commented 3 months ago

once you set manual ordering then you have to drag the notes with your finger. In the app I can drag notes up and down, and it saves the manual order when you exit and return to the app. But you have to manually order the notes once you choose manual ordering.

Does this solve the issue ?

Worked, thanks :)