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
131 stars 17 forks source link

Feature request: Option to Show the Board in the Notes #16

Open peter233 opened 2 years ago

peter233 commented 2 years ago

Hi

i would really appreciate it when there were an option like this

option: notekanban
columns:
  - name: Backlog
    backlog: true
  - name: Work in progress
    tag: wip
  - name: Finished
    tag: done

that would produce something like this. instead of the extra window Screenshot (41)

ImperialSquid commented 2 years ago

There's already a plugin called "Note list and sidebar toggle buttons" which adds buttons for hiding the note and folder lists that you could use? Adds these buttons here (I have the folders closed but notes open in this pic)

Capture17

EDIT: Just realised what you were asking for, I don't know how possible adding stuff to joplin is outside of the extra pane on the e side, basically every plugin I've come across has it's functionality in a pane on the right...

mablin7 commented 2 years ago

Unfortunately, with Joplin's current architecture, this is currently nigh impossible to do. I think, in theory, an extension could insert arbitrary HTML, like an iframe to the kanban, in the WYIWYG editor, but it would be bound to break a lot of stuff. Unless there's significant demand for this feature, I'm putting it backlog

amandamcg commented 2 years ago

I am not sure if this is what you mean @peter233, but I am able to mimic this by using "View > Change Application Layout". I have the kanban board below my notes, so it is easier to see the board (rather than being in a column). This isn't specific to this plugin, you can use it to rearrange the layout of all of the panes.

ghost commented 1 year ago

I belive this is the most necessary functionality for the kanban on joplin please any news about?