Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joplin/plugin-yesyoukan
YesYouKan - Kanban plugin for Joplin
https://github.com/joplin/plugin-yesyoukan
joplin joplin-plugin kanban kanban-board
Last synced: 3 months ago
JSON representation
YesYouKan - Kanban plugin for Joplin
- Host: GitHub
- URL: https://github.com/joplin/plugin-yesyoukan
- Owner: joplin
- License: mit
- Created: 2024-09-25T21:46:12.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T14:38:59.000Z (3 months ago)
- Last Synced: 2024-11-09T15:30:20.344Z (3 months ago)
- Topics: joplin, joplin-plugin, kanban, kanban-board
- Language: TypeScript
- Homepage:
- Size: 2.28 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
![Example kanban board](./doc/images/ExampleBoard.png)
For a note like this:
````markdown
# โฐ 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
```
````## To do
- Allow using an existing note as a card
- Implement support for a few options
- Create an option dialog to change the options## Credits
- Kanban icon created by [Muhammad_Usman](https://www.flaticon.com/authors/muhammad-usman)
## License
MIT