Hi Mark S.
> I would like a way to create a tiddler based on a calendar date in
> sortable
>
> yyyy-mm-dd format. Currently the default format is
>
> d-MONTH-yyyy
Try replacing your newJournal button in SidebarOptions with sth like:
<<newJournal "yyyy-mm-dd" "journal">>
and in a [[CalendarPluginConfig]] tiddler (tagged with systemConfig)
write sth like:
//{{{
config.options.txtDateLinkFormat = 'yyyy-mm-dd';// 'dated tiddler'
link format
config.options.txtDateDisplayFormat = 'yyyy-mm-dd';//default date
display format
//}}}
Regards Måns Mårtensson
--
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.