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

Feature request: List View for "Static Board" #17

Closed amandamcg closed 2 years ago

amandamcg commented 2 years ago

Currently the plugin automatically creates a table that shows off your board so you can use it on mobile.

This ends up making something like this:

Backlog | Work in progress | Ready to Move
--- | --- | ---
| note in backlog | note in WIP | note in move |

I think it would actually be more useful to have

## Backlog
- note in backlog
- other note in backlog

## Work in progress
- note in WIP

## Ready to Move
- note in move

AND it would be awesome if these were automatically markdown links to the cards.

This would make interacting with things on mobile much easier and could be a preference if some people prefer the table.