As a first stab, just for fun, here is some code that will list a lot 
(most?) of the .tc- classes and the tiddlers where they are (probably) 
defined. 

Note that some classes are defined in multiple places.

The list is probably not complete because it uses "enlist" to split the 
.tc- classes out of the text, which only works if there is space in front 
of the ".". For 
a more complete result, I would use something like the 3rd party (PR #2963) 
regular expression splitter. 

Be sure everything is backed up on your system -- running this takes a wee 
bit of resources.

-- Mark

\define firstpass() 
<$list filter="[all[shadows+tiddlers]regexp:text[\.tc-]]">
<$list filter="[all[current]enlist{!!text}regexp[^\.tc-]sort[title]]" 
variable="theclass">
<<theclass>>
</$list>
</$list>
\end

<$wikify text=<<firstpass>> name="sortus">
<$list filter="[subfilter<sortus>sort[]]" variable="theclass">
<$list filter="[all[shadows+tiddlers]search:text<theclass>]" 
variable="thetiddler">
<<theclass>>: <<thetiddler>> <br/>
</$list>
</$list>
</$wikify>



On Thursday, May 16, 2019 at 5:34:36 PM UTC-7, passingby wrote:
>
> Where can one look for a list of all the in-built css classes? Like for 
> example tc-btn-big-green or others like this?
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ce9e244e-9e78-46b2-a1b3-3d6a1142c14d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to