No description
Find a file
mixflavor f538ef68bf tugtile 0.0.200 — fix Cmd+Z undo in the editor
The editor's Cmd+Z relied on the contenteditable's native undo (wiped by the
re-highlight); now wired to the same snapshot stack the toolbar undo uses.
Synced from the tile monorepo.

Co-Authored-By: chodaict <x@cver.net>
2026-06-11 14:20:03 +09:00
LICENSE tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
main.js tugtile 0.0.200 — fix Cmd+Z undo in the editor 2026-06-11 14:20:03 +09:00
manifest.json tugtile 0.0.200 — fix Cmd+Z undo in the editor 2026-06-11 14:20:03 +09:00
README.ja.md docs(README): the origin line — plugins for a plugin, until a rebuild 2026-06-11 08:01:10 +09:00
README.ko.md docs(README): the origin line — plugins for a plugin, until a rebuild 2026-06-11 08:01:10 +09:00
README.md docs(README): the origin line — plugins for a plugin, until a rebuild 2026-06-11 08:01:10 +09:00
README.zh-TW.md docs(README): the origin line — plugins for a plugin, until a rebuild 2026-06-11 08:01:10 +09:00
styles.css tugtile 0.0.197 — initial public release 2026-06-10 18:15:04 +09:00
versions.json tugtile 0.0.200 — fix Cmd+Z undo in the editor 2026-06-11 14:20:03 +09:00

English · 日本語 · 한국어 · 繁體中文

tugtile

A card table for your Markdown notes in Obsidian — tug tiles to reorder.

tugtile lays a Markdown note out like cards on a table — every - [ ] task-list item becomes a tile you can pick up and tug somewhere better, and ## headings are the lanes the tiles line up in. Your table is a plain .md file: tug a tile and the file updates; edit the file and the board updates. Nothing is locked inside a database or a proprietary format.

Coming from obsidian-kanban?

tugtile's native tongue is tiles — but it also speaks fluent kanban. Boards from the (GPL, now-unmaintained) obsidian-kanban just open — same frontmatter, same - [ ] cards, same %% kanban:settings %% block, same *** archive — and tugtile keeps the original markers in place until you choose to upgrade a board, so going back stays possible. What you gain on top: undo / redo, an editor built for phones and iPads, and active maintenance.

tugtile actually started life as plugins for obsidian-kanban — until rebuilding the whole table was easier than patching someone else's. Written from scratch (clean-room), MIT.

Highlights

  • Your data stays Markdown — human-readable, diff-friendly, portable. Board and Table views over the same note, plus a raw-editor button when you want the text itself.
  • Built-in undo / redo — every move at the table is reversible.
  • An editor that survives phones — two-row toolbar, virtual-keyboard-aware layout on iOS/iPad; tug lanes & tiles to reorder, dates/times, tags, stash (archive).
  • CJK-first, concretely — re-highlighting waits while your IME is composing, so CJK input is never interrupted; #tags accept CJK; sorting is locale-aware.
  • No network, no telemetry — your boards never leave your vault.

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.

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


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