1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Added docs for enlist-input filter operator (#4966)

This commit is contained in:
saqimtiaz 2020-11-02 23:50:22 +01:00 committed by GitHub
parent 2f5f0db00f
commit 70561bd481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,29 @@
caption: enlist-input
created: 20201102215459192
modified: 20201102221854719
op-input: a [[selection of titles|Title Selection]]
op-output: the titles stored as a [[title list|Title List]] in each input title
op-purpose: select titles by interpreting each input title as a [[title list|Title List]]
tags: [[Filter Operators]] [[String Operators]] [[Selection Constructors]]
title: enlist-input Operator
type: text/vnd.tiddlywiki
<<.from-version "5.1.23">>
<<.tip " Compare with [[enlist|enlist Operator]] operator that interprets its operand as a title list">>
```
<$vars days={{{ [[Days of the Week]get[list]] }}}>
{{{ [enlist<days>] }}}
</$vars>
```
is equivalent to:
```
{{{ [[Days of the Week]get[list]enlist-input[]] }}}
```
<<.operator-examples "enlist-input">>

View File

@ -0,0 +1,8 @@
created: 20201102220519567
modified: 20201102221137200
tags: [[enlist-input Operator]] [[Operator Examples]]
title: enlist-input Operator (Examples)
type: text/vnd.tiddlywiki
<<.operator-example 1 "[[Days of the Week]get[list]enlist-input[]]">>
<<.operator-example 2 "'HelloThere GettingStarted [[Customise TiddlyWiki]]' +[enlist-input[]]">>