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

Improved Markdown view: note links and optional list view (resolves #17) #19

Closed alondmnt closed 2 years ago

alondmnt commented 2 years ago

This PR adds two features to the Markdown view of the Kanban:

  1. Note links.
  2. Optional list view as suggested in issue #17.

The default view is still the table view. In order to switch to list view a new display key was added to the Kanban config YAML. By setting markdown: list under display, one can switch to list view.

I believe this makes Kanban more convenient to use on mobile.

Preview of note links in list view:

image

Preview of note links in table view:

image
amandamcg commented 2 years ago

excited to test this out!

mablin7 commented 2 years ago

Thanks!