mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
15 lines
548 B
Plaintext
15 lines
548 B
Plaintext
created: 20150221211317000
|
|
modified: 20150221211719000
|
|
tags: [[tabs Macro]] [[Macro Examples]]
|
|
title: tabs Macro (Examples)
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<$macrocall $name=".example" n="1"
|
|
eg="""<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabOne" "$:/state/tab1">>"""/>
|
|
|
|
<$macrocall $name=".example" n="2"
|
|
eg="""<<tabs "[tag[sampletab]]" "SampleTabTwo" "$:/state/tab2" "tc-vertical">>"""/>
|
|
|
|
<$macrocall $name=".example" n="3"
|
|
eg="""<<tabs "[tag[sampletab]nsort[order]]" "SampleTabThree" "$:/state/tab3" "tc-vertical">>"""/>
|