El martes, 13 de enero de 2015, 10:26:20 (UTC+1), Danielo Rodríguez escribió: > > Hello alberto > > Its very easy: if you create a tiddler tagged $:/tabs/foo, it will appear >> as a bottom tab in every tiddler tagged $:/type/foo and only there (unless >> you choose to have it as a default tab, and you can do that with the tag >> $:/action/is/default, or go to the control panel, under appearance and >> magic tabs tweaks). > > > If I want to just add a new default tab.. Should I use the $:/type > nomenclature? What is the structure of a tab? I clonned the tiddler > $:/plugins/amp/MagicTabs/templates/tab > and I changed the caption, icon and color fields, but the tab does not > appear as part of the bottom tabs. Also it have the comment header inside > the text. > I have another tab with the tag $:/type/tab and it appears, but without > icon. > > I'm a bit confused. Thank you for your time. >
Ok, I have my doubts tab created. But, this is what I thing is needed and I did not get this from the documentation You need at two things: - A $:/type tiddler, which will be used as tag. This tiddler defines the caption and the icon. - A tab tiddler, called whatever you want. For me to work I had to include the tags $:/action/is/default and the $:/type/tab. My magic control pannel does not display anything under the configuration of tab manager. - The macro <<tabContents>> uses the tag caption and icon to create the heading of the tab, so it's imperative to fill the contents.tag with the type tiddler you created. Now, I have to define an add.content tiddler to be able to create new tiddlers with the required tag. I will continue investigating. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

