config.views.wikified.dateFormat is used by the view macro and
displays any date strings in the string you give it. I highly doubt
changing it will have any adverse effects. If it does it would
highlights a bug in a plugin which would only be a good thing.
To make the change create a tiddler called zConfig tagged systemConfig
with the text
//{{{
config.views.wikified.dateFormat = "DD MMM YYYY";
config.macros.timeline.dateFormat = "DD MMM YYYY";
//}}}
replacing DD MMM YYYY with the string you want to use as described in
http://docs.tiddlyspace.com/#%5B%5BDate%20format%20reference%5D%5D
Good luck!
Jon
On Mar 24, 10:26 pm, "B. S." <[email protected]> wrote:
> 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.