TiddlyWiki automatically assigns .oddRow and .evenRow classes to the <TR>s 
in tables, which allows us to use alternate row shading (or other styling) 
in the tables we create in our tiddlers.

But can we do this in the tiddler import table found in the backstage? 
 Given that I have some TWs with similarly named tiddlers that have LOTS of 
tags, it would be a helpful visual cue.

I gave it a quick pass using this CSS:

#backstagePanel .backstagePanelBody .twtable tr.oddRow {
>   background-color:[[ColorPalette::TertiaryDark]];
> }

 

> #backstagePanel .backstagePanelBody .twtable tr.evenRow {

  background-color:[[ColorPalette::TertiaryLessDark]];
> }


... but it doesn't seem to work.


Are .oddRow and .evenRow not assigned in the backstage?  Only in #displayArea, 
perhaps?


At a glance, it looks like the two row-designated classes are assigned when 
markdown tables (|like|this|one|) are wikified.  Maybe that particular bit of 
magic doesn't happen for the import table since it's not built and wikified 
that way.


Did I answer my own question?  Or any brilliant ideas for alternating row 
styling in the backstage area?

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to