Homepage + README: animated LinkBar tour, and drop personal capture c… - #50
Merged
Conversation
…ontent
The LinkBar screenshot on the site was shot against my real workspace,
so it published my own capture text (personal notes) and still showed
"Link 1.7.0" in the footer. Replaced with a purpose-built demo
workspace and an animated tour.
- docs/assets/linkbar-tour.gif: cycles inbox -> memory -> status ->
settings, 1.9s per frame, padded to the page's cream so it blends
into the section. Rendered 1:1 at 424px (no upscale blur).
- Homepage and README both use the tour; refreshed the static inbox and
status PNGs from the same clean workspace.
- Fixed the Status tab's Recall row: `tier` is a full sentence from
`semantic --json` ("fast (static embeddings; instant load, ...)") and
.capitalized was title-casing all of it. Now shows the tier name plus
provider: "Fast tier · model2vec".
Demo workspace lives at ~/link-demo (curated preferences/decisions/
project memories and two realistic captures), so future shots never
need the real one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
settings, 1.9s per frame, padded to the page's cream so it blends
into the section. Rendered 1:1 at 424px (no upscale blur).
tieris a full sentence fromsemantic --json("fast (static embeddings; instant load, ...)") and .capitalized was title-casing all of it. Now shows the tier name plus provider: "Fast tier · model2vec".Demo workspace lives at ~/link-demo (curated preferences/decisions/ project memories and two realistic captures), so future shots never need the real one.