1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-01 08:03:00 +00:00

Fix 5483 & 3483 (#5504)

This commit is contained in:
Joshua Fontany
2021-03-26 01:39:32 -07:00
committed by GitHub
parent 226df2ad7d
commit a2e7cc51b5
4 changed files with 41 additions and 34 deletions

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 :