1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00

Docs: list operator "Index" instead of "Property" (#8509)

This commit is contained in:
Mohammad Rahmani 2024-09-10 14:05:05 +03:30 committed by GitHub
parent 93543ba213
commit 813a574921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
caption: list
created: 20140410103123179
modified: 20211115092315020
modified: 20240811083650364
op-input: ignored
op-neg-input: a [[selection of titles|Title Selection]]
op-neg-output: those input titles that are <<.em not>> mentioned at <<.place R>>
op-output: the titles stored as a [[title list|Title List]] at <<.place R>>
op-parameter: a [[reference|TextReference]] to a [[field|TiddlerFields]] or [[index|DataTiddlers]] of a particular tiddler
op-parameter-name: R
op-purpose: select titles via a list field
tags: [[Filter Operators]] [[Field Operators]] [[Selection Constructors]] [[Negatable Operators]]
title: list Operator
type: text/vnd.tiddlywiki
caption: list
op-purpose: select titles via a list field
op-input: ignored
op-neg-input: a [[selection of titles|Title Selection]]
op-parameter: a [[reference|TextReference]] to a [[field|TiddlerFields]] or [[property|DataTiddlers]] of a particular tiddler
op-parameter-name: R
op-output: the titles stored as a [[title list|Title List]] at <<.place R>>
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.