mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
[Docs] Fix Filter Step Railroad diagram (#9205)
This commit is contained in:
parent
4080268887
commit
23a23d9cac
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
created: 20150124182127000
|
created: 20150124182127000
|
||||||
modified: 20230710074414361
|
modified: 20250731101041336
|
||||||
tags: [[Filter Run]]
|
tags: [[Filter Run]]
|
||||||
title: Filter Step
|
title: Filter Step
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
@ -11,10 +11,10 @@ In programming terms, it is akin to a function call to which the step's input is
|
||||||
<$railroad text="""
|
<$railroad text="""
|
||||||
\start none
|
\start none
|
||||||
\end none
|
\end none
|
||||||
[:"!"]
|
["!"]
|
||||||
( / "if omitted, defaults to: title" /|:
|
( / "if omitted, defaults to: title" /|:
|
||||||
( - | :[[operator|"Filter Operators"]] )
|
( :[[operator|"Filter Operators"]] )
|
||||||
{ [:":" [[suffix|"Filter Operators"]] ] } )
|
[ {":" [: [[suffix|"Filter Operators"]] ] }] )
|
||||||
{ [[parameter|"Filter Parameter"]] + "," }
|
{ [[parameter|"Filter Parameter"]] + "," }
|
||||||
"""/>
|
"""/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue