This CSS matches up with your sample text, if I understand it correctly. It
goes to 3 levels. You can work out other levels if necessary.
<style>
div[data-tags~=Lists] > div > ul > li {list-style-type: lower-alpha }
div[data-tags~=Lists] > div > ul > li > ul > li {list-style-type:
lower-roman }
div[data-tags~=Lists] > div > ul > li > ul > li > ul > li
{list-style-type: upper-alpha }
</style>
On Thursday, July 18, 2019 at 5:48:42 PM UTC-7, passingby wrote:
>
> I am making some notes from some legal text. I am taking notes in easy and
> concise everyday english. I try to follow the numbering, but I am not too
> strict about. Usually the pattern is restricted to 2 level, with numbers
> outside and small case alphabets inside. But sometimes there are deeper
> levels as is shown in a screenshot I have attached with this post.
>
> I have attached a screenshot. Please have a look. Thanks.
>
>
> On Thursday, July 18, 2019 at 5:28:24 PM UTC-7, Mark S. wrote:
>>
>> You can assign different styles for different levels, though I'm not sure
>> you get as many choices as with just the tags.
>>
>> If you explain what you want in more detail, there are some people here
>> who are really good with CSS.
>>
>>
>> On Thursday, July 18, 2019 at 5:25:51 PM UTC-7, passingby wrote:
>>>
>>> Thanks Mark. But my lists are varied and some are multi level.
>>>
>>> On Thursday, July 18, 2019 at 3:08:15 PM UTC-7, Mark S. wrote:
>>>>
>>>> You could make a stylesheet tiddler like
>>>>
>>>> div[data-tags~=Lists] ul li {list-style-type: lower-alpha }
>>>>
>>>> This assumes you have your tiddler tagged "Lists", but of course you
>>>> might use some other tag. You would want to use some
>>>> sort of tag because otherwise *everything* that is in a list will use
>>>> lower-alpha.
>>>>
>>>>
>>>> On Thursday, July 18, 2019 at 9:30:03 AM UTC-7, passingby wrote:
>>>>>
>>>>> Is there a way to define the 'type' attribute of the list in wiki
>>>>> text. In my notes these days, I frequently type="a" lists.
>>>>>
>>>>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/886f62c3-d4a5-48aa-a218-e6089427c728%40googlegroups.com.