kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Improved tabs examples
rodzic
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">>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
title: SampleTabFour
|
||||
tags: sampletab
|
||||
|
||||
This is the fourth of our sample tabs.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
title: SampleTabOne
|
||||
tags: sampletab
|
||||
|
||||
This is the first of our sample tabs.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
title: SampleTabThree
|
||||
tags: sampletab
|
||||
|
||||
This is the third of our sample tabs.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
title: SampleTabTwo
|
||||
tags: sampletab
|
||||
|
||||
This is the second of our sample tabs.
|
||||
|
Ładowanie…
Reference in New Issue