1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 15:08:46 +00:00

Improved tabs examples

This commit is contained in:
Jermolene 2014-07-25 08:49:58 +01:00
parent 8600445100
commit 7d435cf850
5 changed files with 24 additions and 4 deletions

View File

@ -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">>

View File

@ -0,0 +1,5 @@
title: SampleTabFour
tags: sampletab
This is the fourth of our sample tabs.

View File

@ -0,0 +1,5 @@
title: SampleTabOne
tags: sampletab
This is the first of our sample tabs.

View File

@ -0,0 +1,5 @@
title: SampleTabThree
tags: sampletab
This is the third of our sample tabs.

View File

@ -0,0 +1,5 @@
title: SampleTabTwo
tags: sampletab
This is the second of our sample tabs.