Skip to content

max397574/neorg-kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Neorg Kanban

This currently doesn't work since the gtd module is being reworked

Neorg Kanban is a neorg module that will allow you to display your gtd tasks in kanban-like floating windows.

kanban

📦 Setup

You can use load this module by putting

["external.kanban"] = {},

into your setup.

🔧 Configuration

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",
    }
}

⚙ Usage

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published