I use quicknote: http://www.tiddlytools.com/#QuickNote
like this:
<<setUserName force>><<tiddler QuickNote with: \n0DD/0MM-YY\n0hh.0mm.
0ss>><<forEachTiddler
where
'tiddler.tags.contains("quicknote")'
sortBy 'tiddler.title'
write
'"[["+tiddler.title+"]] \n"' >>

Put it in a defaulttiddler - and off you go :-)

Ps: For each tiddler - needs inlinejavascriptplugin:
http://www.tiddlytools.com/#InlineJavascriptPlugin
and setusername needs: http://www.tiddlytools.com/#SetUserNamePlugin

Regards Måns Mårtensson


On 17 Sep., 22:45, jadderley <tjadder...@telus.net> wrote:
> Hey Mans,
>
> The trick is that this is intended as an event whiteboard. Journal
> Entries created for the current date need to stay visible when the
> page is refreshed, for easy reference, until the tiddlers are manually
> deleted. If they were to disappear after the first viewing, it
> wouldn't be a workable option. Is there a way to tweak the code to
> keep current tiddlers visible when refreshed?
>
> On Sep 17, 2:29 pm, Måns <humam...@gmail.com> wrote:
>
>
>
> > Hi Jadderley
>
> > I have succesfully implemented N.E.W.S by Yamm Perrin in my 
> > TWhttp://yann.perrin.googlepages.com/twkd.html#N.E.W.S
>
> > You can see it working here:http://twgroup.tiddlyspot.com
> > (Sorry it's in Danish - but on the other hand the original is in
> > french (optionally in English))
>
> > It overrides the Defaulttiddlers and shows the tiddlers tagged with
> > Blog that You haven't read since last time you opened the TW... It
> > must be cookies that remembers what you read in the browser.. Try to
> > reload - and open it again - delete cookies form the page and try
> > again - or open it in another browser..
>
> > Regards Måns Mårtensson
>
> > On 17 Sep., 22:08, jadderley <tjadder...@telus.net> wrote:
>
> > > I want to attempt to create a whiteboard; something that can have
> > > journal entries added on a regular basis, multiple times a day.
> > > Shouldn't be a problem, I've figured out how to modify the journal
> > > code to include seconds, so it is possible to make (in theory) 86 400
> > > journal entries in a 24 hour period. THE TRICK is managing to include
> > > journal entries for today into the default tiddlers. This has to be a
> > > malleable entry, because today changes from day to day. when you load
> > > (or restart) the tiddlywiki page, you need to be able to see all the
> > > journal entries that have been created today.
>
> > > Now there are plugins that are said to do this, and maybe they work
> > > for some specific version of tiddlywiki that I am unaware of. they
> > > don't work for the newest version (2.5.3) unless I'm doing something
> > > wrong. I have tried a DefaultTiddlersTweak with
> > > "config.shadowTiddlers.DefaultTiddlers=new Date().formatString("0DD-
> > > MMM-YYYY");" in the tiddler, which is the only one that seems to
> > > actually work, but it only brings up the most recent tiddler, not all
> > > tiddlers for the day. I tried to download the AutoOpenTiddlersPlugin,
> > > but Lewcid's stuff is off limits it seems. I even tried Clint
> > > Checkett's WeblogPlugin, which should have been perfect as it's
> > > designed to do exactly that, but doesn't seem to work at all for some
> > > reason. Then I tried the BlogViewPlugin that seems to be a variation
> > > of the AutoOpenTiddlersPlugin, but nothing again. Nothing seems to
> > > work. I try blanking the DefaultTiddlers, I try deleting the
> > > DefaultTiddlers, I'm out of ideas. Is it the upgraded code? does it
> > > work for anyone else? Am I missing some integral simple thing that
> > > only a moron could miss? Any advise would be appreciated.- Hide quoted 
> > > text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to