Sometimes I need access to the *tiddler* title, but the current tiddler is the *draft*. I would like a **filter operator** to easily access this. Currently, one has to resort to: `<$let tid={{{ [<currentTiddler>removeprefix[Draft of ']removesuffix[']] }}} > ... </$let>`