[tw5] Re: Styling individual cells in a WikiText table

2021-04-23 Thread Cade Roux
This looks promising enough for what I need.

Thanks,

Cade

On Friday, April 23, 2021 at 6:05:38 PM UTC-5 john.edw...@gmail.com wrote:

> something like this maybe?
>
> |One|Two|Three|h
> |My Data Standard|@@background-color:red;My Data Red Background@@ 
> |@@color:green;background-color:yellow;My Data Yellow Background and Green 
> Text@@|
> |styles in tables example |>|>|
>
>
>
> On Friday, April 23, 2021 at 6:21:02 PM UTC-4 Cade Roux wrote:
>
>> I have a table and I am using WikiText because of the ability to use ~ 
>> and < to merge up and left - this is very convenient when generating the 
>> data tables in my build process so I don't have to look ahead indefinitely 
>> down and to the right.
>>
>> But I am finding need for more formatting (specifically making the 
>> background of a cell change due to content), but if I move to and HTML 
>> table, I will lose that ~ and < capability and have to look ahead in my 
>> data to decide when to merge cells using rowspan and colspan.
>>
>> So I am looking to see if there is a way to style a cell in a WikiText 
>> table.
>>
>> Thanks,
>>
>> Cade
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62f8a435-0f87-475b-b31b-547b5faf0e67n%40googlegroups.com.


[tw5] Re: Styling individual cells in a WikiText table

2021-04-23 Thread john.edw...@gmail.com
something like this maybe?

|One|Two|Three|h
|My Data Standard|@@background-color:red;My Data Red Background@@ 
|@@color:green;background-color:yellow;My Data Yellow Background and Green 
Text@@|
|styles in tables example |>|>|



On Friday, April 23, 2021 at 6:21:02 PM UTC-4 Cade Roux wrote:

> I have a table and I am using WikiText because of the ability to use ~ and 
> < to merge up and left - this is very convenient when generating the data 
> tables in my build process so I don't have to look ahead indefinitely down 
> and to the right.
>
> But I am finding need for more formatting (specifically making the 
> background of a cell change due to content), but if I move to and HTML 
> table, I will lose that ~ and < capability and have to look ahead in my 
> data to decide when to merge cells using rowspan and colspan.
>
> So I am looking to see if there is a way to style a cell in a WikiText 
> table.
>
> Thanks,
>
> Cade
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b2a2a129-42bc-4857-b0d6-a9c200f69077n%40googlegroups.com.


[tw5] Re: Styling individual cells in a WikiText table

2021-04-23 Thread David Gifford
Sorry Cade, you need to use HTML tables to get cell-specific styling. 

On Friday, April 23, 2021 at 5:21:02 PM UTC-5 Cade Roux wrote:

> I have a table and I am using WikiText because of the ability to use ~ and 
> < to merge up and left - this is very convenient when generating the data 
> tables in my build process so I don't have to look ahead indefinitely down 
> and to the right.
>
> But I am finding need for more formatting (specifically making the 
> background of a cell change due to content), but if I move to and HTML 
> table, I will lose that ~ and < capability and have to look ahead in my 
> data to decide when to merge cells using rowspan and colspan.
>
> So I am looking to see if there is a way to style a cell in a WikiText 
> table.
>
> Thanks,
>
> Cade
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0eeb3339-b91f-4dc3-9a50-8164634b6ac8n%40googlegroups.com.