I see how this works, and it would be nice - if I wanted another list.  I 
already have lists,  but I want to see them in Monthly View format.  I have 
thought about using a tag for each day then tagging the activity with the 
specific date tag.  Then I would need a simple way to gather those into the 
monthly format. I have been experimenting with filters but can't get 
anything to work.  I am hoping Jed's suggestion in the following post will 
be the solution.

On Monday, February 9, 2015 at 4:13:35 PM UTC-5, Tobias Beer wrote:
>
> Hi Rick,
>  
>
>> If you planned to prepare a specific dish and it was a favorite, you 
>> would likely prepare more than once per month.  Why would one want multiple 
>> copies of the same recipe with different titles?
>>
>
> That is precisely my point and question. If you end up with journal 
> entries having the same name, you're essentially not using journal entries 
> properly... they do need unique names... and so they actually do ask you if 
> you wish to overwrite the existing tiddler.
>
> You could have a tiddler tagged *journal* titled *2015-02-09* in the text 
> of which you link to *[[my special recipe]]* or which you also give the 
> tag *[[my special recipe]]*. However, you would not call the tiddler *[[my 
> special recipe]]*, if you will be making the same dish again and also tag 
> that one as *Journal*.
>
> Instead, what you might want is something like a conditional 
> viewtemplate...
>
> title: $:/.my/ui/ViewTemplate/journal-entries
> tag: $:/tags/ViewTemplate
> list-after: $:/core/ui/ViewTemplate/body
>
> <$list filter="[all[current]tagging[]tag[journal]sort[created]]">
> <$view field="created" format="date" template="YYYY-0MM-0DD"/>:
> <$link><$view field=title/></$link><br>
> </$list>
>
> I created a demo here: Related Journal Entries @ tb5 
> <http://tobibeer.github.io/tb5/#Related%20Journal%20Entries>
>
> Best wishes, Tobias.
>

-- 
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