Hi everyone,

I would like to apply some specific style rules to tiddlers which satisfy a given condition (e.g. [has[my-field]]), and (to make things harder) I would like to be able to use the "color" field of the current tiddler. For example, with the following CSS rules every tiddler should have a thick border colored according to its "color" field:

<style>
.tc-tiddler-frame {
  border-style: solid none none solid;
  border-width: 5px;
  border-color: {{!!color}};
}
</style>

Is this possible?

Regards
Erwan

--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56885AB7.4040304%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to