Filters

A filter functions as a little machine where you put something in, and it returns something else. Filters are separated with a pipe (|) and can be chained.

Input:

{{ "A beautiful site" | append: " brought to you by Plate" }}

Output:

A beautiful site brought to you by Plate

See the type of filters you can use in the list below:

Looking for labels? They can now be found in the details panel on the floating action bar.

Related content