Here is the fix for colouring the Topic names in TW Notes and TW T-
Notes
Put this CSS in StyleSheet to fix the colour of Topic names that are
CamelCase (tiddly links) in MainMenu
#mainMenu .tiddlyLinkExisting {font-weight: bold;}
.bluey a {color: #900;}
If you ever want to change the Topic colours you need to change this
as well
.bluey {font-weight: bold; color: #900; font-size: 1.3em;}
Thanks to Mark S. for pointing out the problem.
Morris
On Jan 1, 6:31 pm, Morris Gray <[email protected]> wrote:
> On Jan 1, 4:05 pm, "Dave Gifford -http://www.giffmex.org/"
>
> <[email protected]> wrote:
> > 1. Disable camelcase links with a plugin (I forget which one but it
> > should be in TiddlyVault).
> > 2. Add a tilde (~) before each CamelCase link.
> > 3. Change your topics to non-camelcase lettering.
>
> Thanks Dave. This problem is a real exercise in TiddlyWiki brain
> teasing.
>
> Since the topics are tiddler titles you can't tilde them.
>
> The plugin you mentioned ishttp://www.TiddlyTools.com/#DisableWikiLinksPlugin
> That may do the trick. Ive never used it but for this problem it would
> possibly create more problems than other solutions and adds to the
> overhead in the TiddlyWiki for such a singular problem..
>
> "Note: WikiWords contained in default shadow tiddlers will be
> automatically linked unless you select an additional checkbox option
> lets you disable these automatic links as well, though this is not
> recommended, since it can make it more difficult to access
> someTiddlyWiki standard default content (such as AdvancedOptions or
> SideBarTabs)"
>
> I did almost find an elegant solution. You used
> .bluey {font-weight: bold; color: #900; font-size: 1.3em} for the
> topic titles.
>
> Amazingly I found out you could modify the color by adding this to the
> StyleSheet but I can't see why bold doesn't work. If that could be
> fixed it would be the best solution.
> .bluey a {color: #900;font-weight:bold;}
>
> You have #mainMenu {width: 15.5em; text-align: left; font-size: .
> 85em;} and with bluey above work together to give us what we have.
> But juggling them doesn't help the bold problem.
>
> Not having bold or not using wikiwords is the easy way at the moment.
>
> Morris
>
> On Jan 1, 4:05 pm, "Dave Gifford -http://www.giffmex.org/"
>
> <[email protected]> wrote:
> > That's because you are using CamelCase letters, which are used for
> > links in TW. It doesn't get formatted the same since links are
> > formatted differently by your stylesheet. You have 3 options to stop
> > it from being a link:
>
> > 1. Disable camelcase links with a plugin (I forget which one but it
> > should be in TiddlyVault).
> > 2. Add a tilde (~) before each CamelCase link.
> > 3. Change your topics to non-camelcase lettering.
>
> > Dave
>
> > On Dec 31, 10:41 pm, "Mark S." <[email protected]> wrote:
>
> > > Maybe I'm just imagining it, but whenever I create a master topic in
> > > TW notes that starts with "My", the topic isn't formatted in the dark
> > > bold text that master topics normally are. Examples so far are
> > > "MyTest" and "MySpace".
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---