generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Bug: tildes in URLs cause the URL to be broken #1084
Labels
bug
Something isn't working
reproducible
resolution/update-made
A change has been made that should resolve this issue or request
Comments
Looks like a regex is incorrect obsidian-linter/src/utils/regex.ts Line 29 in a67df98
|
github-project-automation
bot
moved this from In Progress
to In Next Release
in Obsidian Linter
Jun 1, 2024
The change for this should now be on master and go out in the next release. Please let us know if it is not working in either place. |
pjkaufman
added
the
resolution/update-made
A change has been made that should resolve this issue or request
label
Jun 17, 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
reproducible
resolution/update-made
A change has been made that should resolve this issue or request
Describe the Bug
Whenever the linter encounters a URL with a tilde in, it breaks the URL. It doesn't seem to recognise that
~
is a valid character in a URL.How to Reproduce
Steps to reproduce the behavior:
<https://some.website/~username/>
into a file<<https://some.website/>~username/>
when the URL should have been left untouched.The text was updated successfully, but these errors were encountered: