tu2-atmanand / Task-Board

An Obsidian plugin to view and manage all your task in a much more efficient Kanban Board format. Easily manage your tasks throught your vault.
https://tu2-atmanand.github.io/task-board-docs/
GNU General Public License v3.0
5 stars 0 forks source link

feat : Drag and Drop Functionality for individual Task #5

Open tu2-atmanand opened 2 months ago

tu2-atmanand commented 2 months ago

Implement the drag and drop functionality wherein, user will be able to drag the task item from the column, it will be hovering until dropped and this task item can only be dropped based on certain rules as follows :

The functionalities has been more elaborated here : https://github.com/roovo/obsidian-card-board/issues/11#issue-1040484834

tu2-atmanand commented 1 month ago

Learn to implement the DnD from the Kanban Plugin codebase. This project has the best/smoothest DnD feature i have ever seen, those developers has implemented it amazingly. Learn it from that project then integrate it into this project.