This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.
For the full Grok TiddlyWiki experience, please visit the wiki version of this page.
Fix the issue identified in the previous exercise, Ex:ContactTabs, so that all contacts display all information correctly.
Hint 1: You'll need to create a template tiddler. You can specify the name of a template used to render each tab using the template
parameter to the tabs
macro.
Hint 2: The currentTab
variable contains the name of the tiddler being rendered as the current tab.
If you get really stuck, read the TiddlyWiki documentation on the tabs
macro, which explains how to do this.