Hi Am Mittwoch, I think what Stephan is trying to say is that he has already created a new journal button. (Thanks again for that valuable addition to TW5, Stephan!) You can find it here.
http://tiddlystuff.tiddlyspot.com/ Am, here is some documentation I wrote up for myself, since Stephan's documentation style tends to assume a fair bit of prior knowledge. Hope this fulfills your longing for a new journal button, Am! Requires $:/plugins/skeeve/let.js, $:/macros/skeeve/dateTime.js, $:/plugins/skeeve/newtiddler.js, *1. Create Skeleton tiddler*, in this case we will call it JournalSkeleton I tag it 2014. Otherwise a typical blank tiddler. *2. Create tiddler with button, in this case journalButton* <$let tag1="2014" text=""> <$newtiddler title=<<dateTime "YYYY MMM 0DD (DDD)">> skeleton="JournalSkeleton" edit="yes">New Journal</$newtiddler> </$let> *3. Add button to tiddler from which you want to create new journals* {{journalButton}} On Wednesday, March 26, 2014 1:35:39 AM UTC-4, Stephan Hradek wrote: > > > > Am Mittwoch, 26. März 2014 02:48:10 UTC+1 schrieb nfnaaron: >> >> On my list would be a journal tiddler. >> > You did not search, did you? > On Wednesday, March 26, 2014 1:35:39 AM UTC-4, Stephan Hradek wrote: > > > > Am Mittwoch, 26. März 2014 02:48:10 UTC+1 schrieb nfnaaron: >> >> On my list would be a journal tiddler. >> > You did not search, did you? > -- 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.

