joplin / plugin-kanban

It allows notes in a notebook to be organized in a kanban board.
https://discourse.joplinapp.org/t/kanban-board-project/17469
132 stars 17 forks source link

Cards don't seem to be showing up on their corresponding column #8

Closed simonsan closed 2 years ago

simonsan commented 2 years ago

Config:

filters:
  rootNotebookPath: GTD
  tag: gtd
columns:
  - name: Inbox
    notebookPath: INBOX
    tag: gtd::inbox
    completed: false
  - name: Trash
    notebookPath: TRASH
    tag: gtd::trash
    completed: false
  - name: Waiting For
    notebookPath: WAITING FOR
    tag: gtd::waiting_for
    completed: false
  - name: Immediate
    tag: gtd::immediate
    notebookPath: IMMEDIATE
    completed: false
  - name: Next Action
    tag: gtd::next_action
    notebookPath: NEXT ACTIONS
    completed: false
  - name: To Projects
    tag: gtd::to_projects
    notebookPath: TO PROJECTS
    completed: false
  - name: Finished
    tag: gtd::finished
    notebookPath: FINISHED
    completed: true

If I move the cards/notes between the different columns they get moved into that respective notebook, but they are not shown in that column then. Also not after a restart of Joplin.

What I want to achieve is that my notes start in Inbox and I move them to the different columns while they are being "processed". So they are moved from a notebook to another notebook within the same rootNotebookPath.

mablin7 commented 2 years ago

Fixed in latest commit