I would like to hide tiddlers that tagged “hiding” from appear in the Recent Tab, but need them keep in normal search result or elsewhere.
digging bit find out, that maybe I can add some filter in “Recent Tab” tiddler, which actually is $:/core/macros/timeline
, from this tiddler, there is a subfilter argument which is interesting:
\define timeline(limit:"100",format:"DDth MMM YYYY",subfilter:"",dateField:"modified")
I tried put [!tag[hiding]]
as it’s value, then recent tab is broken, shows 2 lines:
Filter error: Missing [ in filter expression
how can I achieve this with subfilter?
or
how can I avoid to do this again when upgrading TW?