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:
parent
a865c05be7
commit
c9101dcb24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user