Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Trello Kanban Sync

Lewis StarkovLewis Starkov60 downloads

Mirrors Trello boards into native Kanban-plugin boards on an interval, with optional two-way sync.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

Mirrors Trello boards into native Obsidian Kanban-plugin boards (requires the Kanban plugin to actually render them). Defaults to one-way sync: Trello is the source of truth. Edits you make to a synced note inside Obsidian are overwritten on the next sync, unless you turn on two-way sync (see below).

Setup

  1. Go to https://trello.com/power-ups/admin/ and create your own app.
  2. Copy the API key and paste it into the "Trello API key" field, then click "Open authorization page".
  3. Grant access, then copy the token shown on that page.
  4. Paste the token into the "Trello API token" field.
  5. Click "Fetch my boards", then toggle on the boards you want synced.
  6. Each enabled board is written to Trello/<Board Name>.md (configurable) on the configured interval (default every 5 seconds), or immediately via the "Sync now" command.

Each card can also render its due-complete state (checkbox is ticked once a card's due date is marked complete on Trello), its labels, and a link back to the Trello card, all on by default. Three more fields are available as opt-in toggles in settings:

  • Members — on by default, shown as @username tags on the card line.
  • Description and Checklists — off by default. Both render as indented text/checkboxes under the card, refreshed every sync. These lines are tagged internally as Trello-owned, so by themselves they never opt a card out of two-way sync's name/lane push (see below) and never overwrite anything you've typed by hand under the same card, that still works and is preserved exactly as before.

Two-way sync (experimental, off by default)

Turn on "Two-way sync" in settings to push edits made directly in Obsidian's Kanban view back to Trello. Only four things ever sync Obsidian → Trello: a card's name, which lane it's in, whether it exists (creating or archiving), and — only if "Render checklists" is also on — a checklist item's checked state. Everything else (due dates, labels, card/checklist order, lane order, a checklist item's own text) always stays one-way, reflecting Trello's current values.

How it works, briefly: every card and lane gets a hidden %%tid:...%% / %%lid:...%% marker (invisible in the Kanban board view) so the plugin can recognize "this is still card X" across edits. Each sync cycle 3-way-merges the note's current content against a saved snapshot of Trello's last-known state, so a partner's concurrent edit on Trello.com always wins over a stale local edit rather than silently clobbering it. Cards/lists are only ever archived (never hard-deleted) and only when it's unambiguous that they were actually removed locally, anything uncertain is left alone and logged rather than guessed at. On top of that, a card/list has to come up missing from the local file on two consecutive sync cycles before it's archived, a one-off misread (e.g. something else briefly touching the file, like another Obsidian Sync device or a git pull) doesn't get to archive anything by itself, it's just noted and re-checked next cycle. A card with extra indented lines under it that you typed by hand (Kanban supports multi-line card bodies) is automatically excluded from two-way sync's name/lane push so your notes are never mistaken for something to push to Trello, the card itself still exists and stays untouched, it's only the push that's skipped. The indented lines the plugin renders itself (a Trello description/checklist) don't count towards this, only your own hand-typed lines do.

Turning two-way sync back off at any time is safe, the board just reverts to today's plain one-way behavior, no cleanup needed.

Development

npm install
npm run dev     # esbuild watch, rebuilds main.js on save
npm run build    # type-check + production bundle

Use the "Sync now" command to test a sync pass immediately instead of waiting on the interval.

Notes

  • All Trello calls go through Obsidian's requestUrl (not fetch), so this works on mobile too.
  • The plugin preserves everything already in a board note's %% kanban:settings %% block (lane collapse state, show-checkboxes, etc.), it only ever touches list-collapse to keep it aligned with the current lane order.
  • Your Trello API key/token live in this plugin's data.json. If your vault is under git, make sure that file is gitignored.
HealthExcellent
ReviewSatisfactory
About
Mirror Trello boards into native Obsidian Kanban boards as file-backed copies. Keep Trello as the default source of truth with one-way sync; enable experimental two-way sync to push card names, lane moves, and creation and archival from Obsidian back to Trello while preserving Trello-only fields.
IntegrationsProject management
Details
Current version
0.1.6
Last updated
2 weeks ago
Created
2 weeks ago
Updates
7 releases
Downloads
60
Compatible with
Obsidian 1.4.11+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Lewis StarkovLewis Starkovlewisstarkov
GitHublewisstarkov
  1. Community
  2. Plugins
  3. Integrations
  4. Trello Kanban Sync

Related plugins

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

TickTickSync

Sync TickTick tasks.

BRAT

Easily install a beta version of a plugin for testing.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.