1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/filters/untagged.tid

23 lines
632 B
Plaintext
Raw Normal View History

2014-04-10 18:56:51 +00:00
created: 20140410103123179
modified: 20150124192055000
tags: [[Filter Operators]] [[Tag Operators]] [[Negatable Operators]]
title: untagged Operator
2014-04-10 18:56:51 +00:00
type: text/vnd.tiddlywiki
caption: untagged
purpose: discard any input titles that have tags
2014-04-10 18:56:51 +00:00
<$macrocall $name=".operator-def"
input="a [[selection of titles|Title Selection]]"
parameter="none"
output="those input tiddlers that have no tags"
negationOutput="those input tiddlers that have at least one tag"
/>
2014-04-10 18:56:51 +00:00
A tiddler is deemed to have no tags if it:
2014-04-10 18:56:51 +00:00
* doesn't exist
* doesn't have a <<.field tags>> field
* has an empty <<.field tags>> field
2014-04-10 18:56:51 +00:00
<<.operator-examples "untagged">>