> 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; }

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

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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