YesYouKan is a Kanban plugin for Joplin. To begin, install the plugin, then go to the menu and select Tools => Create Kanban Board.
This is still quite new so there are probably a few issues here and there and some features are missing. Feedback is welcome!
YesYouKan converts a note into a Kanban board format. An H1 heading represents a stack (or column), while an H2 heading serves as a card within that stack. Any text below the H2 heading acts as the card's description.
To identify a note as a Kanban board, it must include a kanban-settings code block at the end. This block is required, even if left empty, to ensure the note is recognised as a Kanban board.
# β° To Do
## π° Secure funding
Research loans or investors to finance the business.
## π¬ Find a retail location
Identify a suitable shop space with good foot traffic and visibility.
## πΉ Choose piano brands
Decide on the brands of pianos and accessories to stock based on market demand.
# π In Progress
## π§Ύ Negotiate lease
Finalize the lease agreement with the property owner, ensuring terms are favorable.
## π Order initial inventory
Place orders for pianos, accessories, and other essentials to stock the store.
# π Done
## π Register the business
Complete legal paperwork to officially establish the business.
## π Create business plan
Draft a comprehensive plan outlining business strategy, target market, and financial projections.
```kanban-settings
# Do not remove this block
```
I work mainly on a laptop so to view the board properly i have to hide the side bar, hide the note list, toggle editor to shut off split view & make the editor window as narrow as possible by dragging.....
For now, that's indeed the way to go - you can also use the shortcuts to hide/show the sidebar and note list more easily. Eventually, it would be nice to have the concept of editor view for plugins - so the Kanban board would be a view and you can switch between this and the Markdown editor for example. Or maybe being allowed to create new windows from plugin would help.
The name is cool, and it looks pretty neat. Thanks for this plugin!
However, I have a problem. Let's say I have 5-6 columns that are longer than the window width. How can I scroll the list horizontally? It doesn't seem to respond to drag or mouse wheel events.
Hi @PackElend
Although I havenβt spent much time to compare them, from my point of view and how it applies to my workflow, I can write: Kanban plugin
I have dealt with some issues during my use, not always work as I expect may be the developer no longer maintains it, although I think someone has tried to improve or fixed it. Its strength is that it handles any note in Joplin as Kanban Cards.
YesYouKan plugin
Simpler, from this aspect expect less problem, the output is visually better. However, the Kanban card in fact is a title within the same note (although I can add a Note Markdown link below any title). Lastly, it has a very attractive plugin name.
Yes! This is fantastic and so SO much better than the old unmaintained Kanban plugin. Simpler and just works. The other implementation achieved neither of those things.
Wishlist after using it for five whole minutes:
Publish a CSS chart of elements for it so we can customize the look and feel. The first kanban card/stanza I implemented has a link. In dark mode, the link is this dark blue that renders it nearly unreadable. Yes, I can use developer mode to introspect and all that, but β¦ PITA. And maybe just improve the default CSS? (Mind you, my CSS is so customized, maybe I hosed it up somehow.)
These righthand panels need a better way to toggle their visibility. Or make this one, in particular, visible in the main panel? (Cuz, you don't want to see the PDF/HTML rendered version of the Kanban note, right? You want to see the chart.) The righthand panel management in Joplin needs a deep re-think, IMHO.
How the heck do you scroll right when you have a number of kanban stacks? (Fedora, Linux, GNOME)
Need a means to select a pile of notes and to-dos and add them to the Kanban.
Anyway. Kudos! This is such an improvement.
P.S. An aside: Laurent, I was in London a few weeks ago. I was hoping to carve out time to invite you to go grab a beer but just couldn't swing it. Family obligations and all that. Cheers to you, though. -t
Yes this is actually already fixed and it will be part of the next release. A workaround in the meantime could be to reduce the width of the column in the settings
Yes I'll add support for something like this. I'm still not sure what form it will take - I think I'd still want a central Markdown note that represent a board, and the linked notes would be cards.