taniarascia / takenote

📝 ‎ A web-based notes app for developers.
https://takenote.dev
MIT License
6.89k stars 1.27k forks source link

Drag-and-Drop Note Reordering #622

Open Gokuljayan494 opened 3 months ago

Gokuljayan494 commented 3 months ago

Description: Allow users to change the order of notes using a simple drag-and-drop interface.

Problem:

Managing and organizing notes can become cumbersome, especially when there are many notes that need to be accessed frequently. Users often find it frustrating to manually move notes around by using cut and paste functions, which is time-consuming and inefficient.

Solution:

Implement a drag-and-drop feature that allows users to easily rearrange the order of their notes. Users can click on a note and drag it to a new position within their list, enabling them to organize notes in a sequence that best suits their workflow. The new order is automatically saved, providing a seamless experience.

Notes:

Ensure that the drag-and-drop functionality is intuitive and responsive, with clear visual indicators to show the new position of the note.

rothardo commented 2 months ago

is this issue up for grabs? @Gokuljayan494