mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
[doc] SystemTag template (#6798)
This commit is contained in:
parent
c49d5a3b08
commit
7a98ab1677
@ -0,0 +1,21 @@
|
||||
created: 20220719120233104
|
||||
list-after: $:/core/ui/ViewTemplate/body
|
||||
modified: 20220719120319922
|
||||
tags: $:/tags/ViewTemplate
|
||||
title: $:/editions/tw5.com/systemtag-template
|
||||
|
||||
<$list filter='[all[current]prefix[SystemTag: ]]'>
|
||||
<$let tag={{{ [all[current]removeprefix[SystemTag: ]] }}} >
|
||||
|
||||
<$list filter='[all[tiddlers+shadows]tag<tag>limit[1]]' emptyMessage='(No tiddlers are currently tagged with <<tag>> )'>
|
||||
|
||||
The following tiddlers are tagged with <<tag>>
|
||||
|
||||
<table>
|
||||
<tr><th></th><th>caption</th></tr>
|
||||
<$list filter='[all[tiddlers+shadows]tag<tag>sort[]]'>
|
||||
<tr>
|
||||
<td><$link/></td>
|
||||
<td>{{!!caption}}</td>
|
||||
</tr>
|
||||
</$list></table></$list></$let></$list>
|
Loading…
Reference in New Issue
Block a user