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

Cannot link to a note with brackets in its name #1695

Open
Stellaeora opened this issue Oct 14, 2023 · 0 comments
Open

Cannot link to a note with brackets in its name #1695

Stellaeora opened this issue Oct 14, 2023 · 0 comments

Comments

@Stellaeora
Copy link

  • OS Version: Windows 10 version 21H2 (build 19044.2251)
  • Notable Version: 1.9.0-beta.10

Current behavior

I have a note with the following filename: (20) - [こ, そ, あ, ど] + [こ, れ, の, んな, う].md
I cannot seem to create an in-app link to this note (from another note) with the built-in link style. I have tried the following:

Normally with wiki-link style links they should work if you escape the brackets as HTML entities:

[Note](@note/(20) - &91;こ, そ, あ, ど&93; + &91;こ, れ, の, んな, う&93;)
[Note](notable://note/(20) - &91;こ, そ, あ, ど&93; + &91;こ, れ, の, んな, う&93;)
[[(20) - &91;こ, そ, あ, ど&93; + &91;こ, れ, の, んな, う&93;]]

I have also just tried them as-is:

[Note](@note/(20) - [こ, そ, あ, ど] + [こ, れ, の, んな, う])
[Note](notable://note/(20) - [こ, そ, あ, ど] + [こ, れ, の, んな, う])
[[(20) - [こ, そ, あ, ど] + [こ, れ, の, んな, う]]]

None of these work.

Expected behavior

To be able to link to a file with brackets in its name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant