The exact mechanisium is not available in tw5 but there are plenty of other ways to achieve the same results. Using the excise tool to create tab tiddlers is breaking up the tiddler but the tabs macro is designed to use separate tiddlers.
Using css and html sections could possibly do what you want. However an alternate tabs mechanisium may be the way to go.
I will look into this while we see if others have a suggestion.
I understand your desire for such a feature and confident it can be found in tw5.
Regards
Tony
I am interested in similar methods and will try and share what I do.
I just had an eye operation and have being told to keep looking towards the floor for a week. Do there may be a delay unless I come up with a method.
If using separate tiddlers consider using the current tiddler to tag them. You can then rename the tiddler and the tags will be updated. You can also use '<<tag tagname>>' to reorder the tabs.
At least until I publish my tiddler serial number tool.
regards
Tony
I just had an eye operation and have being told to keep looking towards the floor for a week. Do there may be a delay unless I come up with a method.
Why not use a viewtemplate?
minor suggestion why not use \n for line break?
Many TW newcomers request a small table of contents like Wikipedia! tabber can create
a small toc top right with a little modification in the current code!
...But you solution is still great and usable straightaway.
Another potential approach for someone who wants to tinker, is to use a reveal widget for each tab's contents, and tab buttons to switch between them.
Mohammad wrote:Why not use a viewtemplate?I'm not sure how to do that in a good way. Please feel free to mutilate or improve my thingy.
minor suggestion why not use \n for line break?Minor suggestion but superior to my silly looking line breaks. Updated. Thanks.Many TW newcomers request a small table of contents like Wikipedia! tabber can create
a small toc top right with a little modification in the current code!Isn't the wikipedia ToC typically a list of links rather than tabs? What would show in the tabs? Again, do feel free to tweak around if you're onto something.
<:-)
... Now each tiddler with tabber tag ...
Mohammad wrote:... Now each tiddler with tabber tag ...OK, I'm personally not very fond of using tags for something like this because it leaves a visual artifact. Another route I didn't take was some field but it just feels like a poor compromise that the user should have to create a field (which, at that, consists of two parts). True, having to type some pragma rule isn't all that elegant either but at least it stays within the text field.
This does make me realize something though: It would be neat with a dedicated edittemplate field for all "settings" of the tiddler. I.e a field where "tabber" and other commands are added. IMO that would actually be more elegant than the current single line pragama rules that one is supposed to type out at top of text field. This would make sense. In my little world.As you can tell, these are just opinions ;-)
<:-)
I think you could emulate what you propose in the view template and import variables of the pragma.
I have had similar thoughts repeatedly.
Regards
Tony
Your tabbed has a lot of potential. What if you had a field day called tab-delimiter and the view template executed the macro so you would not need the second tiddler?
I have being considering something similar but using html tags eg; sections each with their own id. Each tab would only display the named I'd. Perhaps driven by a tablist field containing the html classes or id's to display in each tab.
However to me the use of a separate tiddler for each tab is better as long as they are rename tollerent which is possible with a tiddler serial number.
Regards
Tony