[tw] Re: how to trigger an image according to a tag

2013-11-13 Thread roma
Many thanks Tobias !

The plugin is quite complex / powerful (I've been stuck on the 'when' 
parameter). 

As I don't need such versatility, I tried also hidewhen plugin and also the 
elegant Eric's solution based on css :

{{tag1{[img[photos/ix/cc0.png]]}}}{{tag1{[img[photos/ix/cc1.png]]}}}{{tag2{[img[photos/ix/cc2.png]]}}}
in tiddler

with

.tag1 { display:none; }
   div[tags~=tag1].tiddler .tag1 { display:inline;}
etc.
in StyleSheet

although transclusion for use with pasteup plugin. doesn't work of course.

Anyway, I turned around and managed with something acceptable.

I keep your suggestion in mind for the future !

Best Regards -

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: how to trigger an image according to a tag

2013-11-10 Thread Tobias Beer
It sounds as if you can achieve this using *PaintrPlugin*...

http://paintr.tiddlyspace.com

for example...

http://paintr.tiddlyspace.com/#PaintrConfig

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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.