Neorg Kanban is a neorg module that will allow you to display your gtd tasks in kanban-like floating windows.
You can use load this module by putting
["external.kanban"] = {},
into your setup.
You can configure which types of tasks to display with the task_states
field in the config.
The default values look like this:
{
task_states = {
"undone",
"done",
"pending",
"cancelled",
"uncertain",
"urgent",
"recurring",
"on_hold",
}
}
This module provides three commands:
Neorg kanban open
Neorg kanban close
Neorg kanban toggle
They allow you to open, close and toggle the kanban board.