feat(blog): add "Your Notes Are Already a Graph" post#126
Merged
Conversation
|
🎉 PR Validation ✅ PASSED Commit: Checks:
Visual Changes: 8 of 8 screenshots changed 📸 contacts desktop — 100% changed📸 contacts mobile — 100% changed📸 home desktop — 100% changed📸 home mobile — 100% changed📸 interests desktop — 100% changed📸 interests mobile — 100% changed📸 projects desktop — 100% changed📸 projects mobile — 100% changedReady to merge! ✨ 🔗 View workflow run |
Field report on Markdown vaults as knowledge graphs. Adds a backward-compatible 'thumbnail' frontmatter field so a post can use an animated cover on its own page while the index card stays static (next/image unoptimized for gif covers). Cross-posted from the agentage blog; canonical here.
022aaf6 to
637bd02
Compare
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.
Your Notes Are Already a Graph. I Turned On the Lights.
Field report: a linked Markdown vault is already a knowledge graph, Markdown is the format every LLM reads/writes, Google just shipped the Open Knowledge Format, and the Agentage Galaxy plugin renders it in 3D.
Changes
src/content/blog/your-notes-are-already-a-graph/+ images.thumbnailfrontmatter field: a post can use an animated cover on its own page while the index card stays static (next/imageunoptimizedfor.gifcovers). Other posts unaffected (fall back tocover).cover.gif(branded overlay), staticthumbnail.png(index + OG), real vault rendergalaxy.pngbody hero, two diagrams.Notes
mediumUrlfield (currently the profile placeholdermedium.com/@vreshch— swap for the article URL once live).Verified
npm run type-checkclean; rendered on localhost (index card static, post cover rotates, assets 200).