Fix 5483 & 3483 (#5504)

This commit is contained in:
Joshua Fontany
2021-03-26 08:39:32 +00:00
committed by GitHub
parent 226df2ad7d
commit a2e7cc51b5
4 changed files with 41 additions and 34 deletions
+1
View File
@@ -2133,6 +2133,7 @@ $tw.loadWikiTiddlers = function(wikiPath,options) {
fileInfo = $tw.boot.files[title];
if(fileInfo.isEditableFile) {
relativePath = path.relative($tw.boot.wikiTiddlersPath,fileInfo.filepath);
fileInfo.originalpath = relativePath;
output[title] =
path.sep === "/" ?
relativePath :