1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-08 10:59:57 +00:00

Tweak empty-tag-node solution, to avoid interfering with technical plugins' use of tag-space (#8405)

This commit is contained in:
springerspandrel 2024-07-20 17:37:23 -04:00 committed by GitHub
parent 67e7fa4b74
commit 3d2e6e4895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
created: 20240710161501472 created: 20240710161501472
list-after: $:/core/ui/ViewTemplate/body list-after:
modified: 20240713020832439 modified: 20240719201317702
tags: $:/tags/ViewTemplate tags: $:/tags/ViewTemplate
title: $:/editions/tw5.com/empty-tag-node-template title: $:/editions/tw5.com/empty-tag-node-template
type: type:
<$list filter='[<storyTiddler>!has[text]] :filter[tagging[]]'> <$list filter='[<storyTiddler>!has[text]!has[tags]] :filter[tagging[]]'>
The following tiddlers are tagged with <<tag>>: The following tiddlers are tagged with <<tag>>:
</$list> </$list>
<<list-links filter:"[<storyTiddler>!has[text]tagging[]]" class:"multi-columns">> <<list-links filter:"[<storyTiddler>!has[text]!has[tags]tagging[]]" class:"multi-columns">>