mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Re-enable loading the tw5.com docs tiddlers
This commit is contained in:
parent
83229ace63
commit
dd9a3bfeeb
@ -44,13 +44,13 @@ exports.startup = function() {
|
|||||||
$tw.mws.store.createRecipe(options.recipeName,[options.bagName],options.recipeDescription);
|
$tw.mws.store.createRecipe(options.recipeName,[options.bagName],options.recipeDescription);
|
||||||
$tw.mws.store.saveTiddlersFromPath(path.resolve($tw.boot.corePath,$tw.config.editionsPath,options.tiddlersPath),options.bagName);
|
$tw.mws.store.saveTiddlersFromPath(path.resolve($tw.boot.corePath,$tw.config.editionsPath,options.tiddlersPath),options.bagName);
|
||||||
}
|
}
|
||||||
// copyEdition({
|
copyEdition({
|
||||||
// bagName: "docs",
|
bagName: "docs",
|
||||||
// bagDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
bagDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
||||||
// recipeName: "docs",
|
recipeName: "docs",
|
||||||
// recipeDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
recipeDescription: "TiddlyWiki Documentation from https://tiddlywiki.com",
|
||||||
// tiddlersPath: "tw5.com/tiddlers"
|
tiddlersPath: "tw5.com/tiddlers"
|
||||||
// });
|
});
|
||||||
copyEdition({
|
copyEdition({
|
||||||
bagName: "dev-docs",
|
bagName: "dev-docs",
|
||||||
bagDescription: "TiddlyWiki Developer Documentation from https://tiddlywiki.com/dev",
|
bagDescription: "TiddlyWiki Developer Documentation from https://tiddlywiki.com/dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user