Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal links partially working #52

Open
yleflour opened this issue Jan 30, 2025 · 1 comment · May be fixed by #53
Open

Internal links partially working #52

yleflour opened this issue Jan 30, 2025 · 1 comment · May be fixed by #53

Comments

@yleflour
Copy link

Here is a test you can add in an obsidian document:

Linked {
	link: "[[Link]]"
}

NoLink {
	link: "Link"
}

What happens:

  • [[Link]] is turned into a link to the "[[Link]]" doc
  • Link is displayed as plain text

Expected result:

  • "Link" links to "Link" doc

Even better result:

  • "[[Link]]" is turned into a link to the "Link" doc as well, so we get autocompletion when writing "[["
@yleflour
Copy link
Author

This seems to be an issue on the d2 render engine.
After testing, the rendered svg doesn't have an href when writing "Link" but has one when writing "[[Link]]"

@yleflour yleflour linked a pull request Jan 30, 2025 that will close this issue
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 a pull request may close this issue.

1 participant