mirror of
https://github.com/cverinc/tugtile.git
synced 2026-07-22 07:42:19 +00:00
release 0.1.0 — Backups view, keyboard card-move, data-safety up front
Co-Authored-By: chodaict <x@cver.net> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9f2e49fcb8
commit
815157ae0a
4 changed files with 37 additions and 3 deletions
35
main.js
35
main.js
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "tugtile",
|
||||
"name": "tugtile",
|
||||
"version": "0.0.222",
|
||||
"version": "0.1.0",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "A card table for your Markdown notes — tug tiles to reorder. Reads your existing kanban boards. CJK-friendly.",
|
||||
"author": "CVER Inc.",
|
||||
|
|
|
|||
|
|
@ -145,6 +145,7 @@ body.is-phone .workspace-leaf-content[data-type="tugtile-board"] .view-content {
|
|||
margin-right: -8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
.tugtile__tile:focus-visible { outline: none; box-shadow: inset 0 0 0 2px var(--interactive-accent); } /* keyboard-focused card (arrow keys move it) */
|
||||
.tugtile__tile {
|
||||
position: relative;
|
||||
background: var(--background-primary);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.0.222": "1.4.0"
|
||||
"0.1.0": "1.4.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue