Skip to content

Fix remote refs and move to @ separator#8

Merged
schemen merged 3 commits into
masterfrom
dev
Jun 28, 2026
Merged

Fix remote refs and move to @ separator#8
schemen merged 3 commits into
masterfrom
dev

Conversation

@schemen

@schemen schemen commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Additionally, fix URL rendering

schemen added 3 commits June 28, 2026 15:51
Reading view never rendered remote references like {{[[Note]]@key}}.
Obsidian splits the inner link (and a loose #key, as a tag) into
separate DOM nodes before the post-processor runs, so no single text
node ever held a complete marker. Reassemble markers fragmented across
inline elements and replace the whole run with the resolved value;
this also removes the stray tag pill from the note body.

Add @ as the canonical remote-reference key separator. A loose #key is
indexed by Obsidian as a real tag, polluting the tag pane, search, and
graph; @ is not. The # form is now deprecated: it still renders and
works, but only @ offers autocomplete, and # support will be removed in
a future release.
@schemen

schemen commented Jun 28, 2026

Copy link
Copy Markdown
Owner Author

Should resolve #7

@schemen schemen merged commit 2bab890 into master Jun 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant