On Mar 24, 8:31 am, rakugo <[email protected]> wrote:
> Thus I wouldn't worry about any consequences of changing how the dates
> are displayed in the timeline or elsewhere in the TiddlyWiki. As long
> as you are only displaying dates rather than manipulating them you
> won't have a problem.

But that's the rub - I have no way of knowing whether something uses
the format change in date manipulation within some code somewhere.

But I appreciate your reassurance.

I have combed through my tw code, and can see only two spots of
concern:

merge(config.views.wikified,{
        defaultText: "The tiddler '%0' doesn't yet exist. Double-click to
create it",
        defaultModifier: "(missing)",
        shadowModifier: "(built-in shadow tiddler)",
        dateFormat: "DD MMM YYYY",
        createdPrompt: "created"});

merge(config.macros.timeline,{
        dateFormat: "DD MMM YYYY"});

Sadly, despite combing up and down my tw, I cannot find where to
modify these data settings (within tw) - yet I know I've come across
them before. They're what prompting me to ask the question that
started this thread. No doubt I'm missing something stupidly obvious.

Assuming you're correct that changing these settings should cause no
ill effects - could someone remind me where to go to make the change?

-- 
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.

Reply via email to