3rd February 2015 at 7:17pm
purpose | select a single title |
---|---|
input | ignored |
! input | a selection of titles |
parameter | T =a tiddler title |
output | a selection containing only T |
! output | the input, but with tiddler T filtered out if it exists in the wiki |
Learn more about how to use Filters
[title[An Example]]
can be shortened to [[An Example]]
, because title
is the default filter operator. Consequentially, [!title[An Example]]
can be shortened to [![An Example]]
.
title
is a constructor (except in the form !title
), but field:title
is a modifier.