1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-02 14:29:55 +00:00

change test-tagLike-toc to wikitext-example

This commit is contained in:
pmario 2024-07-23 12:59:28 +02:00
parent 2c7633fed1
commit 172d955201

View File

@ -1,5 +1,5 @@
created: 20240206221213901
modified: 20240618132345317
modified: 20240723105249050
tags: testTOC
title: test-tagLike-toc
type: text/vnd.tiddlywiki
@ -13,7 +13,7 @@ All tiddlers that have a "tag-like" field
<<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">>
</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"
<<.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">>
</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
<<.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">>
</div>
""">>