mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-20 15:34:08 +00:00
include wiki in options sent to generateTiddlerFilePath
This commit is contained in:
commit
d489f61f2a
@ -225,7 +225,8 @@ exports.generateTiddlerFileInfo = function(tiddler,options) {
|
|||||||
fileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{
|
fileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{
|
||||||
extension: contentTypeInfo.extension,
|
extension: contentTypeInfo.extension,
|
||||||
directory: options.directory,
|
directory: options.directory,
|
||||||
pathFilters: options.pathFilters
|
pathFilters: options.pathFilters,
|
||||||
|
wiki: options.wiki
|
||||||
});
|
});
|
||||||
return fileInfo;
|
return fileInfo;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user