1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

More of that terrible hack to load macro definitions

This commit is contained in:
Jeremy Ruston 2012-01-03 11:10:37 +00:00
parent a865c05be7
commit c9101dcb24

View File

@ -60,6 +60,8 @@ tiddlerOutput.register(store);
var Sandbox = require("./js/Sandbox.js").Sandbox;
store.sandbox = new Sandbox(fs.readFileSync("parsers/javascript.pegjs","utf8"));
store.installMacros();
// Add the shadow tiddlers that are built into TiddlyWiki
var shadowShadowStore = new WikiStore({
shadowStore: null