Wiki links are converted to markdown links and encoded even though the setting is off #141
-
I have a repo in which all file and folder paths have Unicode characters. Say in file A we have a link to file B. Here are how the link of B in A is converted:
As the result the links are broken. Checking the URL encoder I see that Mkdocs just encodes the already encoded link. For reference, here is the B file in docs folder, site folder The plugin setting: {
"github": {
"branch": "main",
"automaticallyMergePR": true,
"api": {
"tiersForApi": "Github Free/Pro/Team (default)",
"hostname": ""
},
"worflow": {
"customCommitMsg": "[PUBLISHER] Merge",
"workflowName": ""
}
},
"upload": {
"behavior": "obsidian",
"defaultName": "docs",
"rootFolder": "",
"yamlFolderKey": "",
"frontmatterTitle": {
"enable": false,
"key": "title"
},
"replaceTitle": [],
"replacePath": [],
"autoclean": {
"enable": true,
"excluded": [
"asset"
]
},
"folderNote": {
"enable": true,
"rename": "index.md"
},
"metadataExtractorPath": ""
},
"conversion": {
"hardbreak": true,
"dataview": true,
"censorText": [],
"tags": {
"inline": true,
"exclude": [],
"fields": []
},
"links": {
"internal": false,
"unshared": false,
"wiki": false,
"slugify": false
}
},
"embed": {
"attachments": true,
"keySendFile": [],
"notes": false,
"folder": ""
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
Mara-Li
May 1, 2023
Replies: 1 comment 6 replies
-
So the bug appear after the conversion by the plugin? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure you disabled the conversion from wikilinks ?