Commit Graph

2 Commits

Author SHA1 Message Date
lerko 4517b2e37c feat(tui): include backlinks in link picker
CI / test (pull_request) Successful in 2m25s
Link picker now shows both outgoing [[links]] and backlinks in
a unified list with section headers. Backlinks follow by entity
ID directly, outgoing links resolve by text. Navigating into a
backlink works the same as following an outgoing link — pushes
to nav stack, esc pops back.
2026-05-21 14:12:28 -04:00
lerko 2684eb1d24 feat(tui): add link picker and navigation history
CI / test (pull_request) Successful in 2m18s
Press [ in detail view to open link picker showing all [[links]]
in the current entry. Enter follows a link, resolving by title
then body substring. Navigation history stack enables esc to pop
back through followed links before returning to list.

Adds Store.ResolveLink() for non-transactional link resolution
from the TUI layer.
2026-05-21 14:03:09 -04:00