You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: read cache.embeds alongside cache.links in typed_link and list_note
Obsidian stores `![[embed]]` links separately from `[[wikilink]]` links
in CachedMetadata (cache.embeds vs cache.links). Both the typed_link
Dataview-field parser and the list_note builder only read cache.links,
so an embedded wikilink used as a field value or list item silently
produced no edge. Refs #760
0 commit comments