Kanban Auto ID

pending

by Julio

Auto-assigns sequential IDs when adding cards to Kanban boards.

Updated 26d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

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

SettingDefaultDescription
Lane namesTo DoComma-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

Installation

From Obsidian Community Plugins

  1. Open Settings → Community plugins → Browse
  2. Search for "Kanban Auto ID"
  3. Click Install, then Enable

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create a folder kanban-auto-id inside your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into that folder
  4. 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.