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

Wrap link suggestions to files with spaces in the name in angle brackets <> #1260

Closed
redactedscribe opened this issue Jul 16, 2023 · 1 comment

Comments

@redactedscribe
Copy link

Is your feature request related to a problem? Please describe.

[Link](|): When an autosuggestion is provided to a file, e.g. My File.md, My%20File.md will be inserted. This isn't very readable in the Markdown source.

Describe the solution you'd like

If there was an option to wrap autosuggestions of files with spaces in their name in angle brackets instead, we'd end up with [Link](<My File.md> which is easier to read. This would bring standard Markdown links more in line with the readability of wikilinks [[My File]].

Describe alternatives you've considered

Manually edit out the %20s and wrap the filename in angle brackets every time.

Screenshots or Videos

No response

@riccardoferretti
Copy link
Collaborator

This is managed directly by VS Code and not Foam

@riccardoferretti riccardoferretti closed this as not planned Won't fix, can't repro, duplicate, stale Aug 14, 2023
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

2 participants