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