mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Fix load wiki folder command
This commit is contained in:
parent
a9c124cffd
commit
0f4f60f978
@ -84,7 +84,7 @@ function loadWikiFolder(options) {
|
|||||||
// Create the recipe
|
// Create the recipe
|
||||||
recipeList.push(options.bagName);
|
recipeList.push(options.bagName);
|
||||||
$tw.mws.store.createRecipe(options.recipeName,recipeList,options.recipeDescription);
|
$tw.mws.store.createRecipe(options.recipeName,recipeList,options.recipeDescription);
|
||||||
$tw.mws.store.saveTiddlersFromPath(path.resolve($tw.boot.corePath,$tw.config.editionsPath,options.wikiPath,$tw.config.wikiTiddlersSubDir),options.bagName);
|
$tw.mws.store.saveTiddlersFromPath(path.resolve(options.wikiPath,$tw.config.wikiTiddlersSubDir),options.bagName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user