Base Board

by mderazon
5
4
3
2
1
Score: 46/100

Description

The Base Board plugin gives Bases a property driven board view that behaves like a hands on Kanban workspace. It can build columns from frontmatter, move cards between them with drag and drop, rename cards or columns inline and open notes in a native floating editor. Cards can show metadata chips, tag filters, cover images and hover previews, while board level defaults let new notes inherit required properties and folders. It also keeps manual card order through a dedicated property, so layout decisions stay in the data instead of disappearing after a sort refresh. WIP limits and collapsible columns round out the view without hiding the underlying Markdown files.

Reviews

No reviews yet.

Stats

93
stars
25,141
downloads
30
forks
118
days
55
days
55
days
18
total PRs
5
open PRs
4
closed PRs
9
merged PRs
45
total issues
14
open issues
31
closed issues
128
commits

Latest Version

2 months ago

Changelog

What's Changed

Fixes

  • Add-card button now appears on "(No value)" columns — new cards there are created with no value for the grouped property (#49)
  • Boolean/number groupBy values are no longer written as strings (#51)

Maintenance

  • Updated dev dependencies (eslint, prettier, globals, typescript-eslint)

Thanks

  • @kei825 for the boolean/number grouping fix (#51)

Full Changelog: https://github.com/mderazon/obsidian-base-board/compare/2.5.0...2.5.1

README file from

Github

Base Board

Base Board is an interactive, property-driven Kanban board view for Obsidian Bases. It allows you to organize your notes into visual columns based on any property in your frontmatter, providing a seamless drag-and-drop experience for managing tasks and structured data.

Base Board demo

Key Features

  • Property-Based Columns: Instantly generate columns from any frontmatter property.
  • Intuitive Drag & Drop: Move cards between columns to update their properties automatically, and reorder cards within a column.
  • Inline Power: Rename cards or column titles directly on the board.
  • Native Editing Modal: Open any card into a fully-functional Obsidian editor floating directly over your workspace.
  • Rich Cards: View key metadata fields as chips on each card for a quick overview.
  • Configurable Card Title: Set cardTitleProperty: note.title in your .base file to use a frontmatter property (e.g. title) as the card heading instead of the filename.
  • Tags: Color-coded tag chips on cards with a clickable filter bar to narrow the board by tag.
  • Hover Preview: Native note previews on hover (uses the Page preview core plugin).
  • One-Click Creation: Add new notes directly to a specific column without leaving the board view.
  • WIP Limits: Set per-column work-in-progress limits via the column header context menu. Columns that exceed their limit are highlighted in red.
  • Collapsible Columns: Collapse any column to save space; the state is remembered per board.
  • Card Cover Images: Display cover images at the top of cards by specifying an image frontmatter property (e.g., cover: "[[image.png]]" or a web URL). Defaults to the cover property.
  • Data First: All changes are written directly to your Markdown files.

Usage

Open the Command palette (Ctrl/Cmd + P) and run "Base Board: Create new board". Enter a name, choose a folder, and the plugin will scaffold everything for you — a .base file, a tasks folder, and sample task notes. The board opens automatically.

Card Navigation & Selection

By default, card interaction respects native Obsidian conventions:

  • Click: Open the card's note in the active tab / pane.
  • Ctrl/Cmd + Click: Open the note in a new tab.
  • Ctrl/Cmd + Alt + Click (or Cmd + Option + Click on macOS): Open the note to the side in a split pane.
  • Alt / Option + Click: Toggle selection of a card (for bulk actions or dragging).
  • Shift + Click: Select a range of cards.

You can customize the default click behavior (e.g. to always open in a floating modal, split pane, or new tab) via the board toolbar under the view options menu.

Card Ordering

Base Board uses manual drag order so cards remain exactly where you place them. This order is stored in each note's kanban_order property and overrides the native Bases Sort by setting.

Default Card Properties (newItemProperties)

You can set board-specific default frontmatter properties for new cards created from "+ Add card" using newItemProperties in your .base file:

views:
  - type: kanban
    name: Frontend Board
    newItemFolder: Tasks
    newItemTemplate: Templates/task.md
    newItemProperties:
      team: frontend
      category: alpha

This ensures new cards automatically receive required frontmatter fields, keeping them visible on filtered boards.

Installation

From Obsidian Community Plugins

Search for Base Board in the Obsidian Community Plugins browser and click Install, or view the plugin directly on the Obsidian Community Plugins directory.

Using BRAT

  1. Install the BRAT plugin.
  2. Go to Settings → BRAT → Add Beta Plugin.
  3. Enter mderazon/obsidian-base-board and click Add Plugin.

Development

  1. Clone this repo.
  2. Run npm install.
  3. Run npm run dev to start the build process in watch mode.

License

This plugin is licensed under the MIT License.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Frontmatter Tag Sugest
5 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
Front Matter Title
4 years ago by Snezhig
Plugin for Obsidian.md
Open Related Url
4 years ago by Dan Pickett
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Custom File Explorer sorting
4 years ago by SebastianMC
Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
FuzzyTag
4 years ago by Adrian
Note aliases
4 years ago by Pulsovi
This plugin manages wikilinks aliases and save them on the aliases list of the linked note
Testing Vault
3 years ago by Michael Pedersen
Frontmatter Alias Display
3 years ago by muhammadv-i
A plugin for Obsidian.md to show front-matter aliases as display names in the file menu.
Auto Front Matter
3 years ago by conorzhong
Add an ID to the front matter
3 years ago by llimllib
Update frontmatter modified date
3 years ago by Alan Grainger
Automatically update a frontmatter/YAML modified date field
Frontmatter generator
3 years ago by Hananoshika Yomaru
A plugin for Obsidian that generates frontmatter for notes
Sort Frontmatter
3 years ago by Kanzi
Sort frontmatter automatically
Update Time Updater
2 years ago by MURATAGAWA Kei
Obsidian plugin to update the 'update time' element when saving or manually.
Draft Indicator
2 years ago by Brian Boucheron
Show draft status with ✎ icons in the Obsidian file explorer.
Task List Kanban
2 years ago by Chris Kerr
Front Matter Timestamps
2 years ago by LighthouseDino
Track note created and modified times in front matter, kept up to date automatically.
Recent Files
6 years ago by Tony Grosinger
Display a list of most recently opened files
Dataview
6 years ago by Michael Brenan
A data index and query language over Markdown files, for https://obsidian.md/.
Open cards in imdone.
6 years ago by saxmanjes
Open cards in imdone from obsidian
Kanban
5 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
Force note view mode
5 years ago by Benny Wydooghe
Trello
5 years ago by Nathonius
An Obsidian Plugin that connects Trello cards to Obsidian notes.
CardBoard
5 years ago by roovo
An Obsidian plugin to make working with tasks a pleasure (hopefully anyway).
Featured Image
2 years ago by Johan Sanneblad
Obsidian plugin to automatically set a featured image property in your notes based on the first image, YouTube link, or Auto Card Link image found in your document. This allows you to create rich note galleries using Folder Notes and Dataview.
Auto Tasks
2 years ago by Jamie Hurst
Obsidian plugin to combine periodic notes with tags and tasks to automatically manage your daily, weekly and project TODO lists. Optionally uses the "Periodic Notes" and "Tasks" plugins.
Frontmatter Markdown Links
2 years ago by mnaoumov
Obsidian Plugin that adds support for markdown links in frontmatter
Hephaistos Importer
2 years ago by Skallaturi
Non-official plugin for importing characters from Hephaistos.online to Obsidian.md
Fold Properties By Default
2 years ago by Tommy Bergeron
Always have editor/metadata properties folded by default.
Task Board
2 years ago by Atmanand Gauns
An Obsidian plugin to view and manage your tasks from whole vault using much efficient boards using various methodologies.
Paste Image Into Property
2 years ago by Nito
Note Favicon
2 years ago by mdklab
Obsidian plugin – Show Favicon from Metadata
Auto Folder Note Paste
a year ago by d7sd6u
Convert your note into folder note upon pasting or drag'n'dropping an attachment
Kanban Status Updater
a year ago by Ankit Kapur
Obsidian plugin that automatically updates the note property when card is moved to a column.
Title-Only Tab
a year ago by tristone13th
a plugin of obsidian for to change showing tab name to short
Note UID Generator
a year ago by Valentin Pelletier
Allow you to automatically generate UID for the notes in your vault.
Simple Banner
a year ago by Sandro Ducceschi
Visually enhance your Obsidian notes with a customizable banner. Supports icons and time/date display.
Current View
a year ago by Lucas Ostmann
Automatically set the view mode (Reading, Live Preview, Source) for notes in Obsidian using folder rules, file patterns, or frontmatter.
Frontmatter Metadata Link Classes
a year ago by Varvara Zmeeva / zmeeva.io
Enhanced internal links with automatic classnames based on frontmatter metadata.
Insert Arknights URL Banner
a year ago by Rerurate_514
Obsidianのプラグイン、img_dwnldr_wikigg_ak_ktに保存されている画像を選択してbannersプロパティに簡単に設定できるプラグイン
Template Folder
a year ago by LucasOe
Obsidian plugin to move notes to a folder when applying a template.
Publish Note to Mowen Note
a year ago by ziyou
This is a mowen plugin for Obsidian (https://obsidian.md)
Maps
a year ago by Obsidian
Map layout for Obsidian Bases. Display your notes as an interactive map view.
Conditional Properties
9 months ago by Diego Eis
Automate frontmatter property updates in your Obsidian notes using simple conditional rules.
Connections
8 months ago by Eric Van Cleve
Frontmatter to HTML Attributes
6 months ago by Tarek Saier
WebDAV Explorer
6 months ago by 蓝星晓夜
WebDAV Server Explorer.
Kanban Bases View
6 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Obsidian Bases that allows you to organize your notes into columns based on any property.
Banners Reloaded
6 months ago by Dani García
Banners Reloaded offers a simple, fast, and lightweight way to add beautiful and customizable banners to your Obsidian notes. Designed for performance, it gives you powerful control over your vault's appearance through an intuitive interface. Set banners globally, by tag, or override them on any individual note.
Graphic Organizer
6 months ago by Nick Le Guillou - Superhuman Curiosity
Calendar Bases
6 months ago by Edrick Leong
Yori Task
4 months ago by yorigo77
task manager, week planner, year planner
Project Manager
4 months ago by stepankropachev
Project management inside Obsidian. Table, Gantt and Kanban over plain Markdown notes, with a local API for agents and scripts.
Feed Bases
4 months ago by edrickleong
Bases Charts
4 months ago by Moritz Jung
Life Tracker
4 months ago by Sébastien Dubois
Capture and visualize the data that matters in your life
Dragger
3 months ago by ariestar
An Obsidian plugin for dragging and rearranging any block.
Flexplorer
3 months ago by kh4f
🗃️ Obsidian File Explorer Enhancer
TaskNotes
3 months ago by callumalpass
Task and time-tracking management with calendar integration for Obsidian
Notion Bases
3 months ago by bgarciamoura
Turn any folder into a Notion-style database — 7 views, 17 column types, formulas, relations, rollups, and subtasks. All stored in plain Markdown frontmatter.
StoryLine
2 months ago by Jan Sandström
StoryLine transforms your Obsidian vault into a complete book planning and writing tool. Organize scenes, build characters, manage locations, track plotlines, and monitor your progress, all inside Obsidian.
Bases Paginator
2 months ago by sean2077
A plugin for Obsidian that adds a paginated table view with column filtering capabilities to Obsidian Bases.
Sheet Plus
2 months ago by ljcoder
obsidian spreadsheets solutions
Budget Planner
2 months ago by kalinichenko88
A minimalist budget planning tool for Obsidian. Create, track, and manage budgets using markdown code blocks directly in your notes.
Gay Toolbar
2 months ago by chaskane
Colorful, customizable toolbar for Obsidian, designed for mobile.
Bases Toolbox
2 months ago by Grub Basket
Adds Quality of Life features to Obsidian Bases
Property Panels
2 months ago by Eva Chen
Display and edit Obsidian frontmatter properties in configurable panels that stay inside the note's scrollable content.
Power Bases
2 months ago by Power Plugins
Add board, calendar, timeline, chart, gallery, and table views to Bases, with inline editing, colors, rollups, field types, formulas, and CSV import.
Bulk Tag Manager
2 months ago by ducktapekiller
A comprehensive utility to standarize the entire front matter. Features a dashboard for bulk renaming, enforcing casing rules (lowercase/uppercase), swapping separators (snake/kebab), and generating master tag lists.
BeautyTasks
2 months ago by Avni Bilgin
Todoist-style task & project manager for Obsidian — one markdown note per task, native UI, no plugin dependencies.
Note Types
2 months ago by jsmorabito
Canvas Bases
2 months ago by callumalpass
Canvas-style layouts and JSON Canvas materialization for Obsidian Bases.
Operon
2 months ago by Hasan Yılmaz
Task management system for humans and agents in Obsidian.
Gantt this
a month ago by Altarok
Obsidian plugin showing multiple TTRPG calendars at once in one gantt chart.
Link Structure
a month ago by Dmitry Fert
Obsidian plugin that adds a Structure view for Bases, displaying notes as a hierarchical tree based on the up property. Supports drag-and-drop reorganization with automatic link updates, multi-select, and Templater integration.
MD Butler
a month ago by Peter Petschownik
Automatically manages YAML frontmatter fields for all notes. A reliable alternative to Templater formulas for consistent metadata.
PixNote
a month ago by Sofia Milton
Xove Dashboard
a month ago by ty
Obsidian 个人工作台插件:把任务管理 / 项目管理 / 灵感收集 / 笔记统计 收进一个首页,数据全留在本地的。
Bases Board
a month ago by flowing-abyss
Kanban and gallery views for Obsidian Bases.
Auto Move File
20 days ago by sx kan
Automatically move files based on frontmatter properties in Obsidian
Antigravity
11 days ago by ke yongcheng
Autonomous vault management, knowledge organization, and agentic intelligence powered by Google Antigravity (agy).
Notion Suite
10 days ago by craigstfn
Obsidian plugin: Notion-style databases, views, relations, rollups, charts and a / menu
Objects
7 days ago by Finn