Hi Pavlo
 Welcome to the group
If you are using forEachtiddlerPluign already (http://tiddlywiki.abego-
software.de/#ForEachTiddlerPlugin)  you could write
<<forEachTiddler  where 'tiddler.tags.contains("journal")'
    sortBy
        tiddler.created
    descending
    write
        '(index < 1) ? "| [["+tiddler.title+"]] |\h\n|<<tiddler
[["+tiddler.title+"]]\>\> |\n" : ""'
>>
(you can use "modified" instead of "created" and "ascending" instead
of "descending")

and put a link to the tiddler in DefaultTiddlers...

A more sophisticated solution would be to use Yann Perrins NEWS plugin
(http://yann.perrin.googlepages.com/twkd.html#N.E.W.S) and change it
so it uses the tag "journal" instead of "blog"..
It's very nice because it opens the last modified tiddler tagged blog/
journal and creates two lists in the mainmenu - one for tiddlers not
yet visited from this browser and another for already visited
(archive)...
I think I will give it a go .. I will get back when I have a working
solution... untill then you can have a glimpse at my Danish TW which
uses it here: http://twgroup.tiddlyspot.com

regards Måns Mårtensson

On 6 Jan., 12:05, Pavlo Shchelokovskyy <[email protected]>
wrote:
> Hi all,
>
> I'm quite new to TiddlyWiki, but already fascinated by it. Right now
> I'm trying to make a lab book from it using the journal functionality.
>
> The question is how could I configure the DefaultTiddlers so that only
> the latest in my journal entries will appear when TW is loaded? I can
> display them all (with [tag[journal]sorted[-created]]) but I suspect
> that with the lab book growing this will become too lengthy and slow
> (and useless) to display at startup.
>
> Thanks in advance,
> Pavlo.
-- 
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.


Reply via email to