Eric,
This method will apply the styles to any list open on screen even in other
tiddlers, if the one containing the style is displayed.
Can you suggest the simple method to ensure these custom styles apply only
in the current tiddler?, perhaps we use a section or div around the content
of the tiddler?
I have long sought an answer on this one, and not quite expert on css to
get a good answer.
Regards
Tony
On Friday, 28 August 2020 04:45:57 UTC+10, Eric Shulman wrote:
>
> On Thursday, August 27, 2020 at 10:06:24 AM UTC-7, Millo wrote:
>>
>> an * leads to bullets while # leads to numbering. However, I want to know
>> if I can do the following via TW:
>>
>> 1. Some random Question.
>> a. Subsection 1
>> i. Subsection 1.1
>> ii. Subsection 1.2
>> .......
>>
>
> Yes. Use CSS to style the numbered bullets, like this:
>
> <style>
> li {list-style-type: decimal; }
> li li {list-style-type: lower-alpha; }
> li li li {list-style-type: lower-roman; }
> li li li li {list-style-type: circle; }
> </style>
>
> # Some random Question
> ## Subsection 1
> ## Subsection 2
> # Another Random Question
> ## Subsection 1
> ### Subsection 1.1
> ### Subsection 1.2
> ## Subsection 2
> ### Subsection 2.1
> ### Subsection 2.2
> # One More Random Question
> ## Subsection 1
> ### Subsection 1.1
> #### Subsection 1.1.1
> ##### Subsection 1.1.1
>
> Here's a link to a reference for "list-style-type":
> https://www.w3schools.com/cssref/pr_list-style-type.asp
>
> enjoy,
> -e
>
--
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/faaec74e-4ae0-4838-a415-f462fe63aff0o%40googlegroups.com.