No description
Find a file
2025-12-05 11:27:44 -08:00
.github Initialize 2025-11-27 00:00:00 -08:00
src Update eslint & fix 2025-11-27 13:35:38 -08:00
.editorconfig Initialize 2025-11-27 00:00:00 -08:00
.gitignore Initialize 2025-11-27 00:00:00 -08:00
.npmrc Initialize 2025-11-27 00:00:00 -08:00
AGENTS.md Initialize 2025-11-27 00:00:00 -08:00
esbuild.config.mjs Initialize 2025-11-27 00:00:00 -08:00
eslint.config.mjs Update eslint & fix 2025-11-27 13:35:38 -08:00
LICENSE Initialize 2025-11-27 00:00:00 -08:00
manifest.json version 1.0.3 2025-12-02 23:41:53 -08:00
package-lock.json version 1.0.3 2025-12-02 23:41:53 -08:00
package.json version 1.0.3 2025-12-02 23:41:53 -08:00
README.md Update installation instructions for clarity 2025-12-05 11:27:44 -08:00
styles.css Update eslint & fix 2025-11-27 13:35:38 -08:00
tsconfig.json Initialize 2025-11-27 00:00:00 -08:00
version-bump.mjs Initialize 2025-11-27 00:00:00 -08:00
versions.json version 1.0.3 2025-12-02 23:41:53 -08:00

Obsidian Board View

Interactive Board view for bases, use as Kanban or Gallery, with grouping for rows and columns.

Demo of board view

Features

  1. Column and Row Grouping
  2. Drag and Drop
  3. Interactive Properties - Are rendered natively, so compatible with most plugins that modify property interactions
  4. Color Coding - Assign colors to groups for quick visual navigation
  5. Image - Display property-based images on cards
  6. Icons - Display property-based icons on cards
  7. New Note Button - Create notes directly in any group with pre-filled properties
  8. Hide/Reorder Groups

Usage

  1. Create a new Bases view
  2. Select "Board" layout
  3. Configure Board options (grouping, colors, etc.)
  4. Drag cards between groups to update note properties

Why make it if obsidian has kanban on roadmap ?

  1. I need both column & row grouping (which almost never gets added)
  2. It was fun

Installation

[Under review to get added] From Obsidian Community Plugins

  1. Open Settings → Community Plugins
  2. Search for "Board View"
  3. Click Install, then Enable

BRAT Installation

  1. Download the community plugin BRAT
  2. Open the following URL in the browser: obsidian://brat?plugin=seventhxiv/obsidian-board-view.
  3. Click the "Add Plugin" button.

Support

Found a bug or have a feature request? Please open an issue on GitHub.