Giter Club home page Giter Club logo

kanban.nvim's Introduction

kanban.nvim

Neovim kanban plugin. Manage task as a kanban board in neovim. Task information is import and export by markdown file. Compatible with obsidian kanban.

screenshots

demo

Instration

Using packer

use 'arakkkkk/kanban.nvim'
-- Optional
use 'nvim-telescope/telescope.nvim'

Usage

Please use template for first kanban project.

and open kanban to enter :KanbanOpen <file_path>

All setup options are here.

Optional telescope search

If you installed telescope.nvim, you can search kanban project files by KanbanOpen telescope command.

This command search markdown files by kanban-plugin: .+ which is same options to Obsidian kanban.

Kaymaps

All keymap are here.

Key Action
<C-h/j/k/l> Focus left/below/above/right task.
<S-h/j/k/l> Move task to left/below/above/right.
gg Focus top task in the list.
g Focus borrom task in the list.
<leader>lr Rename list.
<leader>la Add list.
<leader>ld Delete list.
<C-o> Add task.
:w<CR> Save kanban.
q Quit.
<CR> Add task description in another markdown file.

Functions

Tag complemention

  • Tag is complement by exsisting tag

Due complemention

If it is 2022/11/01

  • date calculation
    • @today -> @2022/11/01
    • @2d -> @2022/11/03
    • @2w -> @2022/11/15
    • @2m -> @2022/12/01
  • year/month omitation
    • @/12/03 -> @2022/12/03
    • @//03 -> @2022/11/03
  • set by week
    • @su -> this Sunday
    • @nmo -> next Monday
    • @nntu -> next after next Tuesday
    • @nnnwe -> next after next after next Wednesday
    • @nnnn...Th -> ... Thursday

kanban.nvim's People

Contributors

arakkkkk avatar budswa avatar m00qek avatar ttytm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.