We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b311b48 commit f76c79cCopy full SHA for f76c79c
obsidian.js
@@ -795,7 +795,7 @@ async function getDirectoryListing(req) {
795
async function markPathForSelectedPage(req, files) {
796
// console.log("getSelectedPage", req);
797
// console.log("getSelectedPage", files);
798
- let path = req._parsedUrl.path;
+ let path = decodeURIComponent(req.path);
799
if(path.startsWith("/md/")) {
800
path = path.slice(4);
801
}
0 commit comments