How to input custom keyword?

Hi,

list links is a powerful widget.

<<list-links [search:title[ICE]] >>

It will be list all Tiddles with the tilte contains “ICE”.

I want to make the custom input, like this

<$edit-text field="keyword"/><p/>
<<list-links [search:title[{{!!keyword}}]] >>

but it can not work.

how to use list-links widget with custom keyword ?

Use this:

<$edit-text field="keyword"/><p/>
<<list-links [search:title{!!keyword}] >>

See more filter docs that are relevant for this example.

3 Likes