

Description
Create and manage Kanban boards from Joplin
Additional Information
Links: | |
---|---|
Maintainers: | laurent22 |
Version: | 1.0.11 |
Minimum app version: | 3.2.1 |
Downloads: This version: | 1496 |
Last updated: | 2024-11-25T16:09:43Z |
YesYouKan - Kanban plugin for Joplin

YesYouKan is a Kanban plugin for Joplin. To begin, install the plugin, then go to the menu and select Tools => Create Kanban Board.
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.
Example
This is how a board would look like:
For a note like this:
# โฐ 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
```
Toggling between the Kanban board and note
You can toggle at any time between the Kanban board and the underlying note by clicking on the "eye" button () in the top right corner.
Creating a note from a card
By default the entire board is contained within the same note. That can be convenient if you only have relatively small card and don't need to add much details to them. If certain cards need to be more detailed you can however convert them to actual notes. To do that, click on the card kebab button โฎ and select Create note from card.
This will create a new note in the same notebook as the board and it will be linked to from the Kanban board. Now when you double-click on that card, it will open the note automatically.
When you delete this card, the associated note will also be deleted.
Tag support
To associate tags with a card, follow these steps:
- First create a note from the card if not alread done
- Double-click on the card to open the note
- Associate some tags with the note
Now if you open the Kanban board again, the tags will appear on the card.
Due date support
To associate a due date with a card, follow these steps:
- First create a note from the card if not alread done
- Double-click on the card to open the note
- Convert the note to a to-do
- Associate an alarm with the to-do
Now if you open the Kanban board again, the card will diplay the due date and time. If the to-do has been completed, the due date will be crossed out. If the due date has expired, a warning sign will be displayed.
Adding colours to cards and stacks
Cards and stacks can have a colour associated with them. To assign the colour, click on the kebab button โฎ for the card or stack, and select the colour. Note that the colours are predefined so that they look bright enough on a light theme, and dark enough on a dark theme.
Credits
- Kanban icon created by Muhammad_Usman
License
MIT