mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-13 00:06:04 +00:00
Terrible hack to add the new school macro definitions
This commit is contained in:
@@ -72,7 +72,12 @@ navigators.registerNavigator("StoryNavigator",new StoryNavigator(navigators));
|
|||||||
// Use the story navigator for all links
|
// Use the story navigator for all links
|
||||||
navigators.install("a","StoryNavigator");
|
navigators.install("a","StoryNavigator");
|
||||||
|
|
||||||
|
store.installMacros();
|
||||||
|
|
||||||
|
//console.log(JSON.stringify(store.sandbox.parse("store.classesForLink(\"HelloThere\");")));
|
||||||
|
|
||||||
// Navigate to HelloThere
|
// Navigate to HelloThere
|
||||||
navigators.navigateTo("HelloThere","StoryNavigator");
|
navigators.navigateTo("HelloThere","StoryNavigator");
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Reference in New Issue
Block a user