Hi Jonathan

I assume, you want to implement this in TW5. For the general case you would 
need to write a plug-in which implements a suitable filter operation (and I 
can't help you doing this). But as a starting point, I can show you how to 
transclude the tiddlers with a specific field (say "display-month") set to 
the current month. First you need the datetime plugin from Stephan Hradek, 
which you can find here: http://tiddlystuff.tiddlyspot.com/

Then you create one or several tiddlers and add a field named 
"display-month" with a value of "07" (include the '0').

Finally, on your start page tiddler, you add

\define transclude-for-month(month)
<$list filter="[has[display-month]display-month/^$month$$/]" >

! {{!!title}}
{{}}
</$list>
\end

<$macrocall $name="transclude-for-month" month=<<dateTime "0MM">> />


Regards,
Dominic

Am Dienstag, 29. Juli 2014 12:49:20 UTC+2 schrieb Jonathan Haug:
>
> Hi all, 
>
> Are you in the need of more informations concerning my request? 
>
> I'm willing to go a few steps alone, but I need a hint of the direction in 
> which my walk should go. 
>
> My question and use case are quoted below. In short terms: 
> How do I display a set of tiddlers on the start page which are due at a 
> date i.e. three weeks in the future, and this every year ? 
>
> Thanks in advance for all your help. 
>
> Jonathan 
>
> ______________ 
>
>
>
>
> Is it possible to show a set of specific tiddlers on the start page 
> depending of the actual month / calendar week / date ? 
>
> I have some tasks and notes, which my users do not have to worry about 
> most of the year. But on special occasions - let's say: 6 weeks before 
> holidays, every year - note A and note B are important and must be read. 
> Therefore the tiddlers with those notes should automagically come in front 
> when my users open the wiki. 
>
>
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to