> The macro call: <<paint "css" tiddler "title(two or more words)">> doesn't 
> seem to work for tiddlers with titles consisting of more than one word - or 
> should I wrap the title in something else than quotation marks?
>

I believe you might have misunderstood what the paint macro actually does 
(which isn't much at all)...
http://paintr.tiddlyspace.com/#Macro

It does *not* paint tiddlers, but the output of other macros by assigning a 
class to a rendered container.
So, in your case, I would guess that you don't have a <<css>> macro.
 

> 0) I'm not quite understanding how to set colors for individual tags - 
>  resulting in coloring of tiddler titles and tidddly links to tiddlers 
> tagged with those tags.... It was fairly straightforward with 
> ColoredLinksPlugin.
>

To paint tiddler stagged foo, simply add a corresponding configuration line 
to PaintrConfig...

systemConfig myPluginClass


Then use CSS to style your tiddlers now having the *myPluginClass*
 appropriately.
 

> 1) Could you (or someone using paintr) provide an example of how to style 
> a tiddler with an image background - or borders?
>

What you do is you leverage the myPluginClass and then assign it 
accordingly, e.g.

.tiddler.myPluginClass{
  background:foo;
}

 

> 2) and/or css which styles a full tiddler with html5 borders à la 
> http://xn--mns-ula.dk/TWsOS/benzin/#PureCSS3FrameBoxes transclusion 
> example used for an image: http://xn--mns-ula.dk/TWsOS/benzin/#PT2  or 
> http://xn--mns-ula.dk/TWsOS/benzin/#TestPhotoImageFrame%233
>

In that case, apply any of your desired .box classes to your tiddler.

Just to perhaps clear up the confusion, the parameters...
http://paintr.tiddlyspace.com/#Parameters

are *not* macro parameters. They are called parameters because every 
configuration entry separated via horizontal rules is interpreted as if 
they were macro parameters and thus applied to a tiddler. So, the only spot 
you edit to make your configuration is either *PaintrConfig* and then (if 
you want to) your *[[StyleSheet]]*. However, you can add the styles 
directly in *PaintrConfig* as well in the *##StyleSheet* section.

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to