mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
40 lines
796 B
Plaintext
40 lines
796 B
Plaintext
|
created: 20140603181004793
|
||
|
modified: 20140901071957024
|
||
|
title: ClassicTabsDemo
|
||
|
type: text/x-tiddlywiki
|
||
|
|
||
|
!!Demo text:
|
||
|
{{{
|
||
|
<<tabs $:/state/tabtxtdemo
|
||
|
"show a section" "sec 1" ClassicTabsDemo##Do1
|
||
|
"section 2" "Priority 2" ClassicTabsDemo##Do2
|
||
|
"and a slice" "a slice" [[ClassicTabsDemo::slice]]
|
||
|
>>
|
||
|
|
||
|
/%
|
||
|
!Do1
|
||
|
first section: this is a hidden section below
|
||
|
!Do2
|
||
|
another hidden section of this tiddler
|
||
|
!end
|
||
|
|~slice| a hidden slice of this tiddler|
|
||
|
!end
|
||
|
%/
|
||
|
}}}
|
||
|
!!Demo results:
|
||
|
<<tabs $:/state/tabtxtdemo
|
||
|
"show a section" "sec 1" ClassicTabsDemo##Do1
|
||
|
"section 2" "Priority 2" ClassicTabsDemo##Do2
|
||
|
"and a slice" "a slice" [[ClassicTabsDemo::slice]]
|
||
|
>>
|
||
|
|
||
|
/%
|
||
|
!Do1
|
||
|
first section: this is a hidden section below
|
||
|
!Do2
|
||
|
another hidden section of this tiddler
|
||
|
!end
|
||
|
|~slice| a hidden slice of this tiddler|
|
||
|
!end
|
||
|
%/
|