Hi Luis,
Generally, the reveal widget will be more efficient than most filters. The
below code should work as well, though you might need to adjust its output
if needed.
<$reveal default=<<now DD>> type="match" text="1">
{{First day tasks}}
</$reveal>
<$reveal default=<<now DD>> type="nomatch" text="1">
no tasks
</$reveal>
Regards,
Hubert
On Thursday, 28 November 2019 09:20:55 UTC, Luis Gonzalez wrote:
>
> I found the solution!!!
> The tiddler [[First day tasks]] has the content I want to show the first
> day of each month.
>
> With this code we show the content of the tiddler [[First day tasks]] only
> if today has the value 1. Else, it shows "no tasks".
>
> <$set name="today" value=<<now DD>>>
> <$set name="one" value="1">
> <$list filter="[<today>match<one>]" emptyMessage="no tasks">
> [[First day tasks]]
> <$wikify name="texto" text={{First day tasks}} output="html">
> <<texto>>
> </$wikify>
> </$list>
> </$set>
> </$set>
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/66097cbe-4da3-4a74-bf26-6069582e52fe%40googlegroups.com.