How to create a bullet list of tiddlers tagged done?

Hi,

I use following code in a tiddler to view a list of all tiddlers tagged with “done” dependig on the date last modified:

 <<timeline subfilter:"tag[done]!has[draft.of]sort[]">>

How can I modify the code, that the results are shown in the form of a bullet list?

1 Like

Give this a try:

<<list-links "[tag[done]!has.draft[of]sort[]]">>

-e

1 Like

Thanks. It works. :slight_smile: