From 3ff165402cfb83aaab825a396ee85cbb3196ef29 Mon Sep 17 00:00:00 2001 From: eiro10 Date: Mon, 15 Nov 2021 22:15:59 +0100 Subject: [PATCH] tw5.com : Fix typo in list.tid (#6217) * tw5.com : Fix typo in list.tid * tw5.com : update modified field of list.tid When editing a tiddler outside TW itself, this doesn't change automatically the modified field. --- editions/tw5.com/tiddlers/filters/list.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/list.tid b/editions/tw5.com/tiddlers/filters/list.tid index f914b9f3f..be3908b86 100644 --- a/editions/tw5.com/tiddlers/filters/list.tid +++ b/editions/tw5.com/tiddlers/filters/list.tid @@ -1,5 +1,5 @@ created: 20140410103123179 -modified: 20150220161020000 +modified: 20211115092315020 tags: [[Filter Operators]] [[Field Operators]] [[Selection Constructors]] [[Negatable Operators]] title: list Operator type: text/vnd.tiddlywiki @@ -14,7 +14,7 @@ op-neg-output: those input titles that are <<.em not>> mentioned at <<.place R>> <<.place R>> can reference either a field or a property. See [[TextReference]] for the syntax. -* If neither is specified, the <<.field list>> field is used by default. So `[list[T]]` outputs the titles listed in the <<.field list>> of tiddler T. +* If neither is specified, the <<.field list>> field is used by default. So `[list[T]]` outputs the titles listed in the <<.field list>> field of tiddler T. * If <<.place R>> consists of <<.em only>> a field or a property, the tiddler part of the reference defaults to the [[current tiddler|Current Tiddler]]. So `[list[!!tags]]` outputs the titles listed in the <<.field tags>> field of the current tiddler. <<.operator-examples "list">>