Implement Tefter per SPEC.md: NV-style notes with server, sync, PWA, desktop
- frontend/: Svelte 4 + TS + Vite app — omnibar (search-and-create), ranked
diacritic-insensitive filtering, CodeMirror 6 markdown editor with 400ms
autosave, marked+DOMPurify preview with [[wiki-links]], tag filter, undo
toast, light/dark, narrow-screen stacked layout, IndexedDB store, pull-then-
push sync engine with conflict handling, versioned cache-first service
worker + manifest (installable PWA)
- server/: tefterd — Go stdlib HTTP + modernc.org/sqlite, /api/v1 sync API
(changes/batch/health/import), SHA-256 hashed bearer token, LWW-with-
conflict-copies push rules, subcommands: init, token rotate, import
simplenote, compact, backup (VACUUM INTO); embeds the frontend bundle
- desktop/: Wails v2 shell — single instance, hide-to-tray (fyne systray),
global Ctrl+Shift+Space hotkey, quit-on-close flag
- Simplenote import (CLI + web upload), idempotent via source_id dedupe;
verified against a real 242-note export
- Makefile (frontend/server/server-all/desktop/test), GitHub release workflow,
README with systemd/Caddy/backup docs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:16:01 +02:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
2026-07-12 07:24:39 +02:00
|
|
|
<!-- Tefter logo: spiral-bound notebook -->
|
|
|
|
|
<rect width="512" height="512" rx="100" fill="#2f6fde"/>
|
|
|
|
|
<!-- page with a subtle back sheet peeking out -->
|
|
|
|
|
<rect x="152" y="104" width="238" height="328" rx="26" fill="#1d4fa8"/>
|
|
|
|
|
<rect x="138" y="90" width="238" height="328" rx="26" fill="#ffffff"/>
|
|
|
|
|
<!-- spiral holes -->
|
|
|
|
|
<circle cx="176" cy="150" r="14" fill="#2f6fde"/>
|
|
|
|
|
<circle cx="176" cy="222" r="14" fill="#2f6fde"/>
|
|
|
|
|
<circle cx="176" cy="294" r="14" fill="#2f6fde"/>
|
|
|
|
|
<circle cx="176" cy="366" r="14" fill="#2f6fde"/>
|
|
|
|
|
<!-- red margin rule -->
|
|
|
|
|
<rect x="206" y="110" width="7" height="288" rx="3.5" fill="#e5484d"/>
|
|
|
|
|
<!-- text lines: title + body -->
|
|
|
|
|
<rect x="234" y="141" width="118" height="18" rx="9" fill="#3d5c94"/>
|
|
|
|
|
<rect x="234" y="213" width="96" height="17" rx="8.5" fill="#8fa9d6"/>
|
|
|
|
|
<rect x="234" y="285" width="110" height="17" rx="8.5" fill="#8fa9d6"/>
|
|
|
|
|
<rect x="234" y="357" width="74" height="17" rx="8.5" fill="#8fa9d6"/>
|
Implement Tefter per SPEC.md: NV-style notes with server, sync, PWA, desktop
- frontend/: Svelte 4 + TS + Vite app — omnibar (search-and-create), ranked
diacritic-insensitive filtering, CodeMirror 6 markdown editor with 400ms
autosave, marked+DOMPurify preview with [[wiki-links]], tag filter, undo
toast, light/dark, narrow-screen stacked layout, IndexedDB store, pull-then-
push sync engine with conflict handling, versioned cache-first service
worker + manifest (installable PWA)
- server/: tefterd — Go stdlib HTTP + modernc.org/sqlite, /api/v1 sync API
(changes/batch/health/import), SHA-256 hashed bearer token, LWW-with-
conflict-copies push rules, subcommands: init, token rotate, import
simplenote, compact, backup (VACUUM INTO); embeds the frontend bundle
- desktop/: Wails v2 shell — single instance, hide-to-tray (fyne systray),
global Ctrl+Shift+Space hotkey, quit-on-close flag
- Simplenote import (CLI + web upload), idempotent via source_id dedupe;
verified against a real 242-note export
- Makefile (frontend/server/server-all/desktop/test), GitHub release workflow,
README with systemd/Caddy/backup docs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 07:16:01 +02:00
|
|
|
</svg>
|