Kanban Auto ID
pendingby Julio
Auto-assigns sequential IDs when adding cards to Kanban boards.
Kanban Auto ID
An Obsidian plugin that automatically assigns sequential IDs when adding new cards to Kanban boards.
How it works
When you click "Add a card" on a configured lane, the card title is pre-filled with the next sequential ID based on existing cards in the board.
For example, if your board has cards #1, #15, and #42, the next card will start with #43.
Settings
| Setting | Default | Description |
|---|---|---|
| Lane names | To Do | Comma-separated list of lane names where auto-IDs are assigned |
| ID prefix | # | Characters before the number (# → #1, TASK- → TASK-1) |
| ID suffix | (space) | Characters after the number, so you can keep typing the title |
Requirements
- Kanban plugin must be installed and enabled.
Installation
From Obsidian Community Plugins
- Open Settings → Community plugins → Browse
- Search for "Kanban Auto ID"
- Click Install, then Enable
Manual
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder
kanban-auto-idinside your vault's.obsidian/plugins/directory - Copy the downloaded files into that folder
- Enable the plugin in Settings → Community plugins
Development
pnpm install
pnpm dev # Watch mode (rebuilds on changes)
pnpm build # Production build
To test locally, symlink or copy the built main.js + manifest.json + styles.css into your vault's .obsidian/plugins/kanban-auto-id/ directory.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.