mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-17 15:57:14 +00:00
Fix load wiki folder command
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user