[tw] Re: Ten year diary

2009-08-28 Thread Tobias

Hi POK,


Here's an example of a journal... http://tbgtd.tiddlyspot.com/#journal

All you need to do is add the tag of your choice to your "journal" or
"diary" entries and then use the TiddlerList plugin (for example) to
give you a nice grouped and sorted list of your diary entries...


You could also use http://mptw.tiddlyspot.com which would give you
tagglyTagging

That would easily allow you to display all your diary entries in one
tiddler called diary, for example grouped by year like so:
tiddler "diary"
tiddler "2009" -> tagged with "diary"
tiddler "2009.08.27 what happened today" -> taged with "2009"
This way... you could use the sitemap feature of tagglyTagging and get
a nice and sorted list of your diary entries sorted by date and
grouped by year.

If you want I can help you set up tagglyTagging in your own
tiddlywiki.

Tobias.



On Aug 23, 10:07 pm, POK  wrote:
> Hi.
>
> Does anyone know of a TiddlyWiki that is like a 5 or ten year diary ? I
> ´m new to Tiddly and guess that someone already has built something
> like this ;)
>
> Best Regards
> /POK
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Ten year diary

2009-08-27 Thread AlanBCohen

POK,
Feel free to use it!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Ten year diary

2009-08-27 Thread POK

Hi and thanks for the tip.

It is exactly what I meant, the way you described it.
I just hoped that someone else had done it so I woulldn't have to do
it myself ;)


/POK
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Ten year diary

2009-08-23 Thread AlanBCohen

Sorry, one more point to be clear, use the same date format in the
summary tiddler that you use in the individual entries.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Ten year diary

2009-08-23 Thread AlanBCohen

Do you mean a diary that has one page for the same calendar day over a
period of years?  Someone else may have already built one (I certainly
don't know everything!), but the concept can be emulated easily with
any TiddlyWiki file without needing any plugins, with a little work.
Just record each day's diary with a date titled tiddler (like
'2009-08-23', in any date format you like).  Then make a tiddler like
this:
title: 08-23
text: ''2009'' <>

 ''2010'' <>
---
 ''2011'' <>

 ''2012'' <>

 ''2013'' <>
tags: anything you like

In the example above, when you open tiddler 08-23, the year will
display in bold (I surrounded the date in format markup), a space, and
the text of the entry for that year, followed by a line across the
screen.  Then, the next year will be listed, another line, and so on.
To see other dates the same way, just copy the 08-23 tiddler for
whatever dates you want.  As you get more sophisticated, you may want
to examine the forEachTiddlerPlugin and the ability to write
routines.  But the idea above is directly usable as is.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---