2024-02-10 17:58:33 +01:00
|
|
|
caption: b b-caption
|
|
|
|
created: 20240202131440055
|
2024-07-23 12:50:07 +02:00
|
|
|
modified: 20240723104825891
|
|
|
|
tag-like: tag-like-root
|
2024-02-10 17:58:33 +01:00
|
|
|
tags: aaa
|
|
|
|
test: b b-test
|
|
|
|
title: b b
|
|
|
|
toc-filter:
|
|
|
|
toc-hide:
|
|
|
|
toc-include: [tag[todo]]
|
|
|
|
toc-link:
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
\procedure list-fields()
|
|
|
|
<table class="tc-view-field-table">
|
|
|
|
<tbody>
|
|
|
|
<$list filter="[all[current]fields[]sort[title]] -text -title -bag -modified -created -revision -type " template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
\end
|
|
|
|
|
2024-07-23 12:50:07 +02:00
|
|
|
This tiddler contains the `list-fields` procedure which is included in many test tiddlers.
|
|
|
|
|
|
|
|
```
|
|
|
|
\procedure list-fields()
|
|
|
|
<table class="tc-view-field-table">
|
|
|
|
<tbody>
|
|
|
|
<$list filter="[all[current]fields[]sort[title]] -text -title -bag -modified -created -revision -type " template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
\end
|
|
|
|
```
|
|
|
|
|
2024-02-10 17:58:33 +01:00
|
|
|
* This tiddler is part of the ''tag-tree''
|
|
|
|
* It toc-includes all tiddlers tagged: `todo`
|
|
|
|
** The todo's are intended to be shown with a custom template, that contains checkboxes and triggers a "done" action (NOT implemented yet)
|
|
|
|
** [[todo1]] has a field `toc-link: no` so it cannot be clicked to open it
|
|
|
|
** todo1 should have a chevron
|
|
|
|
|
|
|
|
* This tiddler has many fields <<fields>>
|
|
|
|
|
|
|
|
<<list-fields>>
|