mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 20:59:09 +00:00
Improved tabs examples
This commit is contained in:
parent
8600445100
commit
7d435cf850
@ -24,11 +24,11 @@ Within the template the title of the current tab is available in the widget vari
|
||||
Here are some examples of the tabs macro:
|
||||
|
||||
```
|
||||
<<tabs "Docs WikiText Features RoadMap" "WikiText" "$:/state/tab1">>
|
||||
<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabThree" "$:/state/tab1">>
|
||||
|
||||
<<tabs "[tag[tips]]" "GoogleChromeTips" "$:/state/tab2" "tw-vertical">>
|
||||
<<tabs "[tag[sampletab]]" "SampleTabTwo" "$:/state/tab2" "tw-vertical">>
|
||||
```
|
||||
|
||||
<<tabs "Docs WikiText Features RoadMap" "WikiText" "$:/state/tab1">>
|
||||
<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabThree" "$:/state/tab1">>
|
||||
|
||||
<<tabs "[tag[tips]]" "GoogleChromeTips" "$:/state/tab2" "tw-vertical">>
|
||||
<<tabs "[tag[sampletab]]" "SampleTabTwo" "$:/state/tab2" "tw-vertical">>
|
||||
|
5
editions/tw5.com/tiddlers/samples/SampleTabFour.tid
Normal file
5
editions/tw5.com/tiddlers/samples/SampleTabFour.tid
Normal file
@ -0,0 +1,5 @@
|
||||
title: SampleTabFour
|
||||
tags: sampletab
|
||||
|
||||
This is the fourth of our sample tabs.
|
||||
|
5
editions/tw5.com/tiddlers/samples/SampleTabOne.tid
Normal file
5
editions/tw5.com/tiddlers/samples/SampleTabOne.tid
Normal file
@ -0,0 +1,5 @@
|
||||
title: SampleTabOne
|
||||
tags: sampletab
|
||||
|
||||
This is the first of our sample tabs.
|
||||
|
5
editions/tw5.com/tiddlers/samples/SampleTabThree.tid
Normal file
5
editions/tw5.com/tiddlers/samples/SampleTabThree.tid
Normal file
@ -0,0 +1,5 @@
|
||||
title: SampleTabThree
|
||||
tags: sampletab
|
||||
|
||||
This is the third of our sample tabs.
|
||||
|
5
editions/tw5.com/tiddlers/samples/SampleTabTwo.tid
Normal file
5
editions/tw5.com/tiddlers/samples/SampleTabTwo.tid
Normal file
@ -0,0 +1,5 @@
|
||||
title: SampleTabTwo
|
||||
tags: sampletab
|
||||
|
||||
This is the second of our sample tabs.
|
||||
|
Loading…
Reference in New Issue
Block a user