isosphere / logseq-kanban-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💝 Sponsor this project on Github or ☕ Get me a coffee if you like this plugin!

Overview

As the name suggests, this helper plugin draws kanban boards using the outliner approach. This plugin offers 2 options:

Please note that you should use only 1 of the 2 approaches. They are currently not built to be used together! E.g. if you take the 'TASKS' approach, it will not support having your own headers and will be restricted to only those 3 columns.

  1. A more freeform version where you can write your own headers. This approach does not support having items like "TODO" or queries. It is meant to just use the raw text from your blocks.

  1. Taking the "TODO, DOING, DONE" or "LATER, NOW, DONE" approach. Just need to ensure that the parent block for your data is labelled tasks or TASKS. This approach supports only having the above 3 columns.

Adding block references

Adding Images

Adjustable Width of Cards

If you need to adjust the width of the card, just include a number (in pixels) after your kanban type. See below for instructions.

Adjustable Width of Board

If you need to adjust the width of the whole board, just include a number (in pixels) after your width of the card. See video below.

Using queries

If you have valid queries that produce Task items (e.g. TODO, DOING), they are now supported in the Kanban as well!

Credits

react-kanban by asseinfo

Future

  • Add ability to customise board's colours.

About

License:MIT License


Languages

Language:TypeScript 91.3%Language:JavaScript 5.4%Language:HTML 3.3%