Its quite handy and short. I definitely use it. Thank you!

On Saturday, March 16, 2019 at 4:17:32 AM UTC-7, S. S. wrote:
>
> passingby,
>
> A little convoluted, but this works:
>
> <style>
> .u { list-style-type:upper-alpha; }
> .l { list-style-type:lower-alpha; }
> .r { list-style-type:upper-roman; }
> .n { list-style-type: none;   margin: 0;   padding: 0; }
> </style>
>
>
> *.u How
> **.l about
> ***.r that!
> ****.n Your
> ***.r fancy
> **.l list
> *.u  works
>
>
> Becomes:
> A. How
>      a. about
>           I.  that!
>                   Your
>           II. fancy
>      b. list
> B. works
>
> The WikiText interpretation of a period charachter after the ** *takes 
> what follows the period as a "class" attribute.
>
> This:
>  *.u How
> Becomes:
> <li class="u">How<ul>
>
> Hope that helps in some way.
>
> Regards
>
>
>
> On Saturday, March 16, 2019 at 12:15:24 AM UTC+7, passingby wrote:
>>
>> Hello Mervin,
>>
>> In my use case the lists are just one or two liners items, they do not 
>> deserve to go into separate tiddlers of their own. But your use of html tag 
>> and list widget is surely useful in other cases.
>>
>> Thank you
>>
>>
>>

-- 
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/53b6b29e-fb3c-4255-aa5c-5b6c5d9acb4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to