> Apropos of the inlinetabs example, we have an opportunity to define a 
> wikitext syntax for tabs, too. For example:
>
> __|Title|__
> Some content to go in this tab
> __|Title2|__
> More content
> ____
>
 

This looks really quite intuitive.

What may be missing is the state-identifier of the tabset. Perhaps that can 
be added after the last line?

____myTabSet

Considering how it will probably not be important for many, I think this 
should be optional, i.e. auto-generated.


Also, you could add optional tooltips using...

__|Title|Tooltip 2|__
> Some content to go in this tab
> __|Title2|Tooltip 2|__
> More content
> ____myTabSet
>


The other thing I'm concerned with is to make sure that it's easy to create 
> a set of tabs from a tiddler list. That's how we'll make the sidebar tabs 
> configurable via drag and drop.
> <javascript:>
>

Sure, I guess one problem is to define where the tab titles in such a list 
come from. Perhaps you simply define it via some...
* prompt when you drag and drop a tiddler (link) onto the tabset prefilled with 
the tiddler name
* store the corresponding title in a field at the tab-tiddler using the 
tabset identifier, e.g. *tabSetFoo_title='Bar Title'*

- tobias

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to