mirror of
https://github.com/cverinc/tugtile.git
synced 2026-07-22 07:42:19 +00:00
No description
README.md (English) + README.ja.md / README.ko.md / README.zh-TW.md with a language nav. Obsidian's plugin detail page pulls README.md from this repo. Co-Authored-By: chodaict <x@cver.net> |
||
|---|---|---|
| LICENSE | ||
| main.js | ||
| manifest.json | ||
| README.ja.md | ||
| README.ko.md | ||
| README.md | ||
| README.zh-TW.md | ||
| styles.css | ||
| versions.json | ||
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, andstyles.cssinto 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.