No luck, and I can imagine it has to do with this, where it's hardcoded:
// dreadful hack
if (tag == "Starred")
label = "\u2605";
changing this to
// slightly less dreadful hack
if (tag == "Starred")
label = config.mGTD.data.unicodeStar;
makes it work for me at least...
should the original sources be patched that way?
Simon Baird schrieb:
> Try this:
>
> config.mGTD.data.unicodeStar = '*';
>
> in zzStarChar. Save and reload.
>
> Simon.
>
> On Thu, Sep 25, 2008 at 12:01 AM, Tex Drieschner
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>
> Any news on this? My star is also not showing in Google Chrome
>
> David Sevilla schrieb:
> > Hi,
> >
> > I am having problems with this: I see the star (for starred
> items that
> > is!) at work but not at home... I tried to change the character
> but I
> > can't. Following someone else, I have added:
> >
> > config.mGTD.star = "*"; // "star operator" my preferred star char
> >
> > in the existing tiddler "MptwUserConfigPlugin" (I use tiddlyspot),
> > also in a new tiddler "zzStarChar" with the systemConfig tag... the
> > symbol has not changed. All this is locally, after saving+reload and
> > everything. Am I doing anything wrong? Is this related to not using
> > the alpha directly but taking it from tiddlyspot?
> >
> > Thanks!
> >
> > >
>
>
>
>
>
> --
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD
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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---