On Wednesday, February 5, 2014 11:33:27 PM UTC-8, Mal wrote:
>
> Thanks for the explanation.  I can see the value in the simple workflow 
> that results from the automatically generated title.  However, I think my 
> preference is to have some descriptive content in the title, like "Staff 
> Meeting" or "Phone Call from Client", etc.  This would allow a simple list 
> of journal tiddler titles to be a bit more meaningful than just a list of 
> datetime strings.  I guess this could also be achieved by manually 
> appending some additional text to the title.
>

datetime format strings can contain literal text as well as special 
formatting codes like "0MM" and "0hh".  For example, the "/" and ":" within 
the date and time are actually simple literal characters, that are simply 
output without any special processing or substitution.  This means that it 
is simple to autogenerate titles with literal prefix, like this:
   <<newJournal "Staff Meeting 0MM/0DD/YYYY">>
You could even omit the date formatting, and just create a "journal" with a 
fixed literal title:
   <<newJournal "Notes from Staff Meetings">>
which allows you to always append your meeting notes to the same tiddler, 
without regard to the date of the meeting.

Also note that, at least in TWC, the <<newJournal>> macro accepts all the 
same parameters as the <<newTiddler>> macro, allowing you to specify the 
"new journal" button text label as well as custom tags and field 
values, etc.

-e

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to