mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-02 22:39:56 +00:00
change test-tagLike-toc to wikitext-example
This commit is contained in:
parent
2c7633fed1
commit
172d955201
@ -1,5 +1,5 @@
|
|||||||
created: 20240206221213901
|
created: 20240206221213901
|
||||||
modified: 20240618132345317
|
modified: 20240723105249050
|
||||||
tags: testTOC
|
tags: testTOC
|
||||||
title: test-tagLike-toc
|
title: test-tagLike-toc
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -13,7 +13,7 @@ All tiddlers that have a "tag-like" field
|
|||||||
<<list-links filter:"[has[tag-like]]">>
|
<<list-links filter:"[has[tag-like]]">>
|
||||||
|
|
||||||
|
|
||||||
<<.example n:1 eg:"""<div class="tc-table-of-contents">
|
<<wikitext-example-without-html src:"""<div class="tc-table-of-contents">
|
||||||
<<toc-selective-expandable tag:"tag-like-root" tagField:"tag-like">>
|
<<toc-selective-expandable tag:"tag-like-root" tagField:"tag-like">>
|
||||||
</div>
|
</div>
|
||||||
""">>
|
""">>
|
||||||
@ -21,7 +21,7 @@ All tiddlers that have a "tag-like" field
|
|||||||
|
|
||||||
This table excludes: todo1 and todo2 so it should not show a chevron at "b b-caption"
|
This table excludes: todo1 and todo2 so it should not show a chevron at "b b-caption"
|
||||||
|
|
||||||
<<.example n:2 eg:"""<div class="tc-table-of-contents">
|
<<wikitext-example-without-html src:"""<div class="tc-table-of-contents">
|
||||||
<<toc-selective-expandable tag:"tag-like-root" tagField:"tag-like" exclude:"todo1 todo2">>
|
<<toc-selective-expandable tag:"tag-like-root" tagField:"tag-like" exclude:"todo1 todo2">>
|
||||||
</div>
|
</div>
|
||||||
""">>
|
""">>
|
||||||
@ -30,7 +30,7 @@ This table excludes: todo1 and todo2 so it should not show a chevron at "b b-cap
|
|||||||
|
|
||||||
simple-toc as reference
|
simple-toc as reference
|
||||||
|
|
||||||
<<.example n:3 eg:"""<div class="tc-table-of-contents">
|
<<wikitext-example-without-html src:"""<div class="tc-table-of-contents">
|
||||||
<<toc tag:"tag-like-root" tagField:"tag-like">>
|
<<toc tag:"tag-like-root" tagField:"tag-like">>
|
||||||
</div>
|
</div>
|
||||||
""">>
|
""">>
|
||||||
|
Loading…
Reference in New Issue
Block a user