5b0d0a8f33
Stream view with date grouping, card view sorted by usage, capture bar with client-side grammar parsing, tag rail filter, detail pane with card affordances (template slot fill, checklist toggle, link open), promote modal with auto-detect, keyboard shortcuts (j/k/n/p/ Enter/dd/1/2). Dark theme, responsive layout. Embedded in Go binary.
7 lines
66 B
Go
7 lines
66 B
Go
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed web/*
|
|
var WebFS embed.FS
|