I use the plugins Eric Recommends. It also integrates well with the
remindersplugin such that remainders can be viewed by the same right click
method (though I am living with a bug at the moment).
I use the following to create a separate log entry one tiddler at a time;
<<newJournal
label:"new log entry"
title:"YYYY-0MM-0DD 0hh:0mm:0ss log entry"
tag:".log"
text:{{store.getTiddlerText(".logcontentTemplate","")}}
template:.logEditNewTemplate >>
and the following to view them
<<forEachTiddler
where 'tiddler.tags.contains(".log") &&
! tiddler.tags.contains("Trash") &&
! tiddler.tags.contains("Completed")'
sortBy 'tiddler.created' descending
write "'[['+tiddler.title+'|'+tiddler.title+']]\n'">>
Sorted by most recently created first
I also have a log entries within a task template (TaggedTemplates) using the
http://www.TiddlyTools.com/#CommentPlugin<http://www.tiddlytools.com/#CommentPlugin>
and NestedSliders/Movable panel plugins;
+++^40em^[Not Completed..]...
<<moveablePanel>>Close Not Completed
----
Enter reason this task was ''not completed'' then OK to close
<<comment here "=closed =notcompleted" "\n''Not Completed and closed''
(%subject%)\nat %when%\n">>
===
Also use monkeyTagger and toggleTag in the view templates to have check
boxes which also append a log entry to the current task when a checkbox is
ticked to add a tag.
Bit of a brain dump you may be able to use in future.
TonyM
If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com
On Thu, Apr 9, 2009 at 00:43, Eric Shulman <[email protected]> wrote:
>
> > to a calendar tiddler that I made which displays the tagged tiddler
> > titles. What I would like is when I click on that calendar date, I
> > want to see the forms that I created, not just the tags. BUT, this is
> > just more of a vanity feature; the tags still display enough
> > information for me to know what the tagged tiddler is.
>
> If you install these plugins:
> http://www.TiddlyTools.com/#CalendarPlugin
> http://www.TiddlyTools.com/#DatePlugin
>
> <<calendar thismonth>> displays a calendar, where clicking on a date
> shows a popup that lists all tiddlers created or modified on that
> date.
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---