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

Clicking links URL-decodes them #588

Open
jacobweber opened this issue Feb 11, 2023 · 0 comments
Open

Clicking links URL-decodes them #588

jacobweber opened this issue Feb 11, 2023 · 0 comments

Comments

@jacobweber
Copy link

Command-click a link from a note, that contains URL-encoded characters like %3D:

http://localhost/?foo=bar%3Dbaz

It will be decoded to:

http://localhost/?foo=bar=baz

Other apps like BBEdit don't do this decoding.

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

No branches or pull requests

1 participant