Error Message
Macro 'tabs' not defined, or not allowed to call.
Error Message
Macro 'option' not defined, or not allowed to call.
Error Message
Macro 'tiddler' not defined, or not allowed to call.
reference:
http://groups.google.com/group/tiddlywiki/browse_thread/thread/2ab6a09c82cb286?hl=en<<tabs txtMyTabs "Tab1" "helpTab1" Tab1 "Tab2" "helpTab2" Tab2>>
<<option txtMyTabs>>: shows the actual label text stored in config.options.txtMyTabs. The label and the tiddler have to have the same name. Otherwise it will not work. The option and the tiddler macro are not automatically updated, if you change the active tab.
<<tiddler {{tiddler.title+"##code"}} with: {{store.getTiddlerText(config.options.txtMyTabs)}}>>
!code
$1
!end