Skip to content

Commit

Permalink
docs: Expressions no longer need to fit on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 18, 2023
1 parent 0860909 commit 62c4663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Scripting/Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ publish: true

- Language is JavaScript.
- The expression is a string instruction.
- It must fit on one line.
- As of Tasks 4.4.0, variables, functions, `if` blocks and similar can be used. See [[#More complex expressions]].
- As of Tasks 4.4.0, variables, functions, `if` blocks and similar can be used. See [[#More complex expressions]].
- As of Tasks X.Y.Z, long expressions can be written over multiple lines thanks to [[Line Continuations]].
- Depending on the context, one or two tasks are passed in to the expression, and a calculation is performed.
- As of Tasks 4.0.0, in fact only a single task is passed in, to implement [[Custom Grouping]].
- As of Tasks 4.2.0, a single task is passed in, to implement [[Custom Filters]].
Expand Down

0 comments on commit 62c4663

Please sign in to comment.