Synchronize Kanban Stages with Subfolders in Project Directory
What would you like to be added?
Adding functionality that allows users to map Kanban stages (e.g., Backlog, On Deck, In Progress, Done) to specific subfolders within a designated project directory. As notes are moved between stages in the Kanban view, the plugin would automatically relocate the corresponding note files to the associated subfolders. Conversely, if a note is manually moved to a different subfolder, its stage in the Kanban view would update accordingly.
Example directory where project is based on 0_inbox and subfolders:
0_inbox/
├── backlog/
├── on_deck/
├── in_progress/
├── done_archive/
└── done_ready_for_blog/
As notes are moved between subfolders, its stage in the Kanban view would update to match.
Example matching kanban:
As notes are moved between columns on the kanban board, the notes are also automatically relocated to the associated subfolders.
Why is this needed?
This feature would enhance organizational efficiency by ensuring that the visual representation of a project's progress in the Kanban view aligns directly with the physical storage structure of the notes. Such synchronization offers several benefits:
✅ Improved Workflow Management: Automatically updating note locations reduces manual overhead, allowing users to focus more on content creation and task completion.
✅ Enhanced Compatibility: Maintaining a structured folder hierarchy facilitates integration with external tools and workflows, such as Continuous Integration/Continuous Deployment (CI/CD) systems that generate static pages from specific directories.
✅ Consistent Organization: Synchronizing stages with subfolders ensures that both the visual Kanban board and the underlying file system reflect the same project status, minimizing confusion and potential discrepancies.