As direct CSS-Trick for Types would be great.[data-tiddler-type="text/vnd.tiddlywiki;flexibility=replace"].tc-tiddler-frame { border-radius: 50%; }Or do I have to do\define assign-css() [data-tiddler-title="$(currentTiddler)$"].tc-tiddler-frame { border-radius: 50%; } \end <$list filter="[all[tiddlers]type[text/vnd.tiddlywiki;flexibility=replace]]"> <<assign-css>> </$list>
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/34408b6e-667e-4833-a0eb-7a6cbe9db8ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you Simon,
that is something i have been looking for for some time.
Can I do:
[data-tiddler-type="text/vnd.tiddlywiki;flexibility=replace"].tc-tiddler-frame { border-radius: 50%; }
Or do I have to doAs direct CSS-Trick for Types would be great.\define assign-css() [data-tiddler-title="$(currentTiddler)$"].tc-tiddler-frame { border-radius: 50%; } \end <$list filter="[all[tiddlers]type[text/vnd.tiddlywiki;flexibility=replace]]"> <<assign-css>> </$list>
\define assign-css()
\rules only
[data-tiddler-title="$(currentTiddler)$"].tc-tiddler-frame {
border-radius: 50%;
}
\end
<$list filter="[all[tiddlers]type[
text/vnd.tiddlywiki;flexibility=replace]]">
<<assign-css>>
</$list>
\define create-data-tag()
\rules only
$(classesBefore)$[$(tagName)$$(tagSelector)$"$(escapedTagValue)$"]$(classesAfter)$ {
$(tagStyles)$
}
\end
\define assign-css-to-data-tag(tagName:"data-tiddler-title",tagSelector:"=",tagValue:"",tagStyles:"",classesBefore:"",classesAfter:"")
\whitespace trim
<$vars escapedTagValue={{{ [<__tagValue__>escapecss[]] }}} tagStyles=<<__tagStyles__>> tagName=<<__tagName__>> tagSelector=<<__tagSelector__>> classesBefore=<<__classesBefore__>> classesAfter=<<__classesAfter__>>>
<<create-data-tag>>
</$vars>
\end
Added to the TiddlyWiki toolmap!
This seems like a cunning solution, perhaps only a few could invent. Unfortunatly, pehaps I am one of the few who does not understand why you would want to do it.
Could you explain what use there is for a superuser and its use case or possibilities?
Regsrfs
Tony
Thanks so much for that eloquent description. I got it now.
Regards
Tony