mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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
|
||||
recipeList.push(options.bagName);
|
||||
$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