Bases Kanban

by kotserge
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Kanban board view for Bases.

Reviews

No reviews yet.

Stats

stars
48
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian Bases Kanban

A kanban board view for Bases. The board is driven entirely by Bases primitives.

Example Bases Kanban View

How Bases maps to kanban

Bases primitive Kanban concept Effect
Filter Board Which notes appear on the board
Group by Columns One column per distinct group-by value
Sort Card order Order of cards within each column
Properties Card content Fields shown on each card

Usage

  1. Create or open a .base file
  2. Configure Filter, Group by, Sort, and Properties using the standard Bases toolbar
  3. Switch to the Kanban view — the board reflects your configuration immediately
  4. Drag cards between columns to update the group-by property; click cards to open notes

Installation

As soon the plugin is merged, you can install using the plugin manager. For now, place the files under .obsidian/plugins/bases-kanban

Example

An example on how I setup my frontmatter:

---
project: infrastructure
status: open
summary:
tags:
  - enhancement
  - documentation
---

With Bases configured to filter on where project is infrastructure, group by status, Z -> A, sort by created time New to old, and properties active summary and tags — you get a board with columns like Backlog, In Progress, and Done.

Example Bases Kanban View

Requirements

  • Obsidian 1.10+ (Bases API)
  • No additional dependencies