errata:
> store.getTiddlerText("DailyList_"+day,"");}}>>
should read:
> store.getTiddlerText("DailyList-"+day,"");}}>>
i.e., the separator in the tiddler names (i.e., "-" or "_") should
match. Of course, you can use any format you like for the "DailyList"
default tiddlers. For example:
SundayList, MondayList, etc.
MyListForSunday, MyListForMonday, etc.
ToDo(Sunday), ToDo(Monday), etc.
You can even combine the defaults into a single tiddler and use
*sections*, like this:
[[DailyLists]]
!Sunday
rest
!Monday
work
!Tuesday
work
!Wednesday
work
!Thursday
work
!Friday
work
!Saturday
play
!end
Then, modify the line of eval param code to read:
store.getTiddlerText("DailyLists##"+day,"");}}>>
so that the desired *section* content is retrieved. Note: when using
sections, you cannot include TW heading format ("!some text") within
your default content, as the heading syntax is also used to delimit
the start/end of each section.
once again, enjoy!
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--
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.