On Feb 5, 7:17 pm, Eric Shulman <[email protected]> wrote:
> > I have been tinkering a bit with CalendarPlugin, in order to change
> > the style of some links (in particular, I want links to existing
> > tiddlers to be not just bold).
> > ...
> > I have tried adding that class to createTiddlyLink:
>
> >     createTiddlyLink(daycell, title, false,"myclass
> > tiddlyLinkExisting");
>
> You shouldn't need to modify the code at all in order to affect
> changes in the CSS styles.  The key is to know that the entire
> calendar is constructed from a table element that has a custom class
> of "calendar".  To affect the styles of a specific class of elements
> *within* the table, you can define a CSS rule, like this:
>
> .calendar .tiddlyLinkExisting { font-weight:normal !important; }

Oh of course, I should have thought about that, I did see the calendar
class...

> Also, for enhanced calendar date display (both content and
> formatting), try adding
>    http://www.TiddlyTools.com/#DatePlugin
>    http://www.TiddlyTools.com/#DatePluginConfig

Yes I know them, in fact I disabled them because I don't need that
functionality. Thanks a lot for the assistance (and for the calendar
in the first place!).

Regards,

David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to