mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:15:48 +00:00
More of that terrible hack to load macro definitions
This commit is contained in:
@@ -60,6 +60,8 @@ tiddlerOutput.register(store);
|
|||||||
var Sandbox = require("./js/Sandbox.js").Sandbox;
|
var Sandbox = require("./js/Sandbox.js").Sandbox;
|
||||||
store.sandbox = new Sandbox(fs.readFileSync("parsers/javascript.pegjs","utf8"));
|
store.sandbox = new Sandbox(fs.readFileSync("parsers/javascript.pegjs","utf8"));
|
||||||
|
|
||||||
|
store.installMacros();
|
||||||
|
|
||||||
// Add the shadow tiddlers that are built into TiddlyWiki
|
// Add the shadow tiddlers that are built into TiddlyWiki
|
||||||
var shadowShadowStore = new WikiStore({
|
var shadowShadowStore = new WikiStore({
|
||||||
shadowStore: null
|
shadowStore: null
|
||||||
|
|||||||
Reference in New Issue
Block a user