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

Allow path with spaces in Obsidian markdown wikilink-style images #1718

Open
stevencohn opened this issue Dec 23, 2024 · 0 comments · Fixed by #1719 or #1720
Open

Allow path with spaces in Obsidian markdown wikilink-style images #1718

stevencohn opened this issue Dec 23, 2024 · 0 comments · Fixed by #1719 or #1720
Assignees
Labels
feature-request New feature or request next-release Addressed but not yet released

Comments

@stevencohn
Copy link
Owner

Problem to Solve

Previously, we disallowed spaces in the path of markdown files. But this was only a restriction due to the way wikilink-style image specifiers were double-encoded, causing %20 to become %2520.

This change patches the double-encoded source path to allow spaces in image paths.

@stevencohn stevencohn added the feature-request New feature or request label Dec 23, 2024
@stevencohn stevencohn self-assigned this Dec 23, 2024
stevencohn added a commit that referenced this issue Dec 23, 2024
stevencohn added a commit that referenced this issue Dec 23, 2024
@stevencohn stevencohn added the next-release Addressed but not yet released label Dec 23, 2024
@stevencohn stevencohn linked a pull request Dec 23, 2024 that will close this issue
stevencohn added a commit that referenced this issue Dec 23, 2024
stevencohn added a commit that referenced this issue Dec 23, 2024
@stevencohn stevencohn linked a pull request Dec 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request next-release Addressed but not yet released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant