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

Dataview breaks links in preview mode when linking to aliases that include :: #2310

Open
elvarb opened this issue Apr 18, 2024 · 0 comments
Open
Labels
bug Something isn't working.

Comments

@elvarb
Copy link

elvarb commented Apr 18, 2024

What happened?

Creating a file that has an alias for an IPv6 address and linking to the alias breaks the rendering in preview mode.

Using the example in https://en.wikipedia.org/wiki/IPv6_address

"Leading zeros in each 16-bit field are suppressed, but each group must retain at least one digit. For example, 2001:0db8::0001:0000 is rendered as 2001:db8::1:0;"

When a file has the alias "2001:db8::1:0" and you link to the alias it will be shown as follows

Source mode
[[file|2001:db8::1:0]]

Preview mode
file|2001:db8 1:0

Reading mode
2001:db8::1:0

DQL

No response

JS

No response

Dataview Version

0.5.66

Obsidian Version

1.5.12

OS

Windows

@elvarb elvarb added the bug Something isn't working. label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant