danderson1988_visual-notes/test
Daniel Anderson 6cf1d550bb Bump to 1.0.38: fix self-linking tiles and clarify canvas vs. grid
A tile could target the very board it lives on, producing a "dead end"
tile that appeared to do nothing when clicked — reported as "cannot
get into my canvas" after the user's grid board's target picker
offered (and they picked) itself, likely the only entry in a fresh
vault. TileModal's board/canvas pickers now exclude the current board,
saving a self-link is refused, and clicking an already-saved
self-linked tile explains the problem instead of silently doing
nothing (view.ts's navigateToBoard).

Also relabels the New Board dialog ("Canvas"/"Tile grid" instead of
"Freeform"/"Grid", canvas now the default — the grid default was part
of how the user ended up here) and adds a small layout badge to every
board's header, since grid and canvas boards are otherwise visually
identical (same extension, same icon).
2026-07-22 16:09:01 +10:00
..
asset-organize.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
asset-relink.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
canvas-format.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
dated-items.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
fake-app.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
fake-vault.ts Bump to 1.0.38: fix self-linking tiles and clarify canvas vs. grid 2026-07-22 16:09:01 +10:00
file-io.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
geometry.test.ts Bump to 1.0.31: connection arrowheads no longer overlap the line (bug #6) 2026-07-22 02:40:33 +10:00
kanban-migrate.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
obsidian-dom-polyfill.ts Bump to 1.0.4: SVG createEl helpers, real window.setTimeout fix, declarative settings 2026-07-16 23:08:49 +10:00
obsidian-stub.ts Bump to 1.0.38: fix self-linking tiles and clarify canvas vs. grid 2026-07-22 16:09:01 +10:00
pdf-export.test.ts Bump to 1.0.36: add board export as PNG/PDF 2026-07-22 14:34:56 +10:00
save-queue.test.ts Bump to 1.0.4: SVG createEl helpers, real window.setTimeout fix, declarative settings 2026-07-16 23:08:49 +10:00
template-ids.test.ts Initial commit: Visual Notes plugin for Obsidian 2026-07-15 13:51:44 +10:00
tile-modal.test.ts Bump to 1.0.38: fix self-linking tiles and clarify canvas vs. grid 2026-07-22 16:09:01 +10:00
ui-smoke.test.ts Bump to 1.0.36: add board export as PNG/PDF 2026-07-22 14:34:56 +10:00