README file from
GithubColumns
A kanban-style card view for Obsidian. Group notes by tags or any frontmatter property into columns, with tag filtering and property chips.
Demo
1. Overview

2. Creating and configuring a view
3. Tag filtering & column navigation
Features
- Column grouping — group by
tags,status,categoryor any frontmatter property - Tag filtering — click tags to AND/OR filter across columns
- Property chips — view note properties as styled chips (text, tags, links, booleans, dates)
- Date formatting — Moment.js format and locale support
- Grid/Stack layout — compact inline properties or structured vertical layout
- Native integration — uses Obsidian BasesView framework (Sort, Filter, Properties, Search toolbar)
Usage
- Create a new
.basefile (or open an existing database) - Click the view switcher and select Columns
- Click Group by in the toolbar → choose a property (e.g.
tags,status) → notes are grouped into columns - Filter by clicking tag pills below the toolbar:
- Left-click on a tag → show only notes with that tag (clears other filters)
- Left-click another tag → show notes matching ANY selected tag (OR mode)
- Ctrl+Click or Right-click on a tag → toggle that tag without clearing others (add/remove single tag)
- Click the OR/AND button → switch between OR and AND mode for multiple tags
- Click All → clear all filters
- Open a card:
- Left-click → open note (mode set in gear menu: tab / active pane / modal)
- Ctrl+Click → open note in a background tab
- Open the gear menu (⚙) to configure appearance: title style, property chips, date format, layout
Settings (gear menu)
General
- Open card in (active pane / floating modal / new tab)
- Column width (px)
Title
- Wrap card titles
- Bold card titles
- Font size (px)
Properties
- Layout (Stack / Grid)
- Wrap multi-line values
- Font size (px)
- Date format
- Date & time format
- Locale
Installation
- Download from Obsidian community plugins (pending)
- Or manual: copy
main.js,manifest.json,styles.csstoobsidian-columns/in your vault's.obsidian/plugins/
Support
If you find this plugin useful, consider supporting its development:
https://donation.streamiverse.io/mamadaevv
License
MIT

