Hello Mark,
Thanks for this. It gives a lot to explore.
On Friday, May 17, 2019 at 8:35:15 AM UTC-7, Mark S. wrote:
>
> 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 [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/56b3c27d-c488-4b0f-9adc-07aa5fde452c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.