No description
Find a file
mixflavor d4b25c79e7 tugtile 0.0.197 — initial public release
Markdown-backed kanban board for Obsidian (MIT, CJK-friendly). Distribution mirror;
built from the tile monorepo. main.js / manifest.json / styles.css + versions.json.

Co-Authored-By: chodaict <x@cver.net>
2026-06-10 18:15:04 +09:00
LICENSE tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
main.js tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
manifest.json tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
README.md tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
styles.css tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
versions.json tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00

tugtile

Markdown-backed kanban board for Obsidian. Tug tiles to reorder.

tugtile turns any Markdown note into a kanban board — lanes are ## headings, cards (we call them tiles) are - [ ] task-list items. Your board is a plain .md file: drag a tile and the file updates; edit the file and the board updates. Nothing is locked inside a database or a proprietary format.

Clean-room, MIT, CJK-friendly. Format-compatible with the (GPL, now-unmaintained) obsidian-kanban — same frontmatter, same - [ ] cards, same %% kanban:settings %% block, same *** archive — so it reads and writes your existing boards.

Install

  • Manual: from the latest release, download main.js, manifest.json, and styles.css into your vault's .obsidian/plugins/tugtile/ folder, then enable tugtile in Settings → Community plugins.
  • BRAT: add the beta plugin CVERInc/tugtile.

Highlights

  • Your data stays Markdown — human-readable, diff-friendly, portable.
  • Built-in undo / redo (kanban can't).
  • Drag-reorder lanes & cards, dates/times, tags, archive, board / table views.
  • CJK-first, works on desktop and mobile / iPad.

Sister plugin: marktile — the same editor as a standalone Markdown pane.


Published by CVER Inc. · cver.net · MIT License.