kanban.nvim
kanban.nvim copied to clipboard
Kanban boad with Neovim!!
E382: Cannot write, 'buftype' option is set
As title. Some clues: - The bug happened after I called `NeoZoomToggle`, which creates a floating window from an existing one, from my plugin https://github.com/nyngwang/NeoZoom.lua. As shown in about 0:03...
Found this issue in the old repo: https://github.com/epwalsh/obsidian.nvim/issues/62 We are working on a fork at `obsidian-nvim/obsidian.nvim` Not sure what your intention now is, but I think we can work more...
## Summary - add mapping helpers in `kanban.fn.cmp.common` to centralize due and tag match building - update the blink.cmp and nvim-cmp integrations to use the shared builders - guard the...
Adds a new board management system with centralized storage: - Add dedicated board storage path in data directory - Improve board creation with proper path handling - Add KanbanPicker command...