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

  instead of %20 #66

Open
gmccullo opened this issue Jan 2, 2020 · 1 comment
Open

  instead of %20 #66

gmccullo opened this issue Jan 2, 2020 · 1 comment

Comments

@gmccullo
Copy link

gmccullo commented Jan 2, 2020

I use this extension every day with markdown files. When I create a link to a txt file that has a space in the path, like this some path/foobar.txt, I get this: some path/foobar.txt. What I expect is some%20path/foobar.txt.   doesn't actually work when navigating markdown links in VS code.

I also tried creating a transformation to replace   with %20 but that doesn't seem to do anything. Here's my setting:

	"path-autocomplete.transformations": [
		{
			"type": "replace",
			"parameters": [
				" ",
				"%20",
			],
			"when": {
				"filename": "\\.txt"
			}
		},
	],
@Chatina73
Copy link

bios image not load

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