[tw] Edit the actual tiddler in tabs

19 views
Skip to first unread message

gurbaa

unread,
May 7, 2010, 11:51:46 AM5/7/10
to TiddlyWiki
Is there a way or a macro to edit the actual tiddler in tabs
display?

For example: When I edit the tiddler that contains

<<tabs tabsClass
Help "Help" Help
>>
I want to be able to edit [[Help]] tiddler directly rather than the
tiddler contains the tab view.

Thanks in advance

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

Mike

unread,
May 7, 2010, 5:25:06 PM5/7/10
to TiddlyWiki
I think the plugin you are looking for is here:
http://tw.lewcid.org/#TabEditPlugin

Or an alternate method is to put the data for the tabs in the tiddler
w/ the tab view via hidden sections (my method of choice)
http://groups.google.com/group/tiddlywiki/browse_thread/thread/d9afc55b532d9f49/4d32a38f86e6f290?lnk=gst&q=hidden+sections#4d32a38f86e6f290

I.E. (tiddler title = palette)
<<tabs palettetabs
"Tab 1" "Tab 1 mouseover" palette##~TableExamples
"Tab 2" "Tab 2 mouseover" palette##~TableExamples
"Tab 3" "Tab 3 mouseover" palette##~TableExamples
>>
@@display:none;
!!!~TableExamples
{{twocolumns{
| sortable |k
|column1|column2<<autosort>>|column3|h
| 1 | row1 | 31 |
| 2 | row4 | 41 |
| 3 | row2 | 96 |
| 4 | row5 | 12 |
| [[5]] | [[row3]] | [[14]] |

|column1|column2<<autosort>>|column3|h
| 1 | row1 | 31 |
| 2 | row4 | 41 |
| 3 | row2 | 96 |
| 4 | row5 | 12 |
| [[5]] | [[row3]] | [[14]] |
}}}@@

HTH,
Mike

gurbaa

unread,
May 7, 2010, 5:49:10 PM5/7/10
to TiddlyWiki
Works great. Thanks a lot.

On May 7, 5:25 pm, Mike <eris...@gmail.com> wrote:
> I think the plugin you are looking for is here:http://tw.lewcid.org/#TabEditPlugin
>
> Or an alternate method is to put the data for the tabs in the tiddler
> w/ the tab view via hidden sections (my method of choice)http://groups.google.com/group/tiddlywiki/browse_thread/thread/d9afc5...
Reply all
Reply to author
Forward
0 new messages