It works! No need to change the type!
TW5 supports html tags like ol


On Monday, March 30, 2020 at 3:09:13 PM UTC+4:30, Mario Public wrote:
>
> Thanks to everyone.
> Maybe I was unclear. The list must contain  a specific sequence like
>
> 48. xyx
> 49. xyz
> 50. xyz
>
> I tried the html
>
> <ol start="48">
>    <li>That which One and two belong</li>
>    <ol>
>       <li>One</li>
>       <li>Two</li>
>    <ol>
> </ol>
>
>
> I was unsuccesful. Should I change the tiddler type to text/html?
> Insert a full html header, body etc?
> Thanks
> Mario
>
> Il giorno lunedì 30 marzo 2020 10:44:50 UTC+2, PMario ha scritto:
>>
>> Hi,
>>
>> The problem with CSS numbering is, that it can change if a tiddler is 
>> transcluded. So if you do reference eg: 48.a from an other tiddler, IMO it 
>> would be much better, to use "hyperlinks" to tiddler titles and heading 
>> names. 
>>
>> CSS is very flexible. So you can do stuff like this: 
>> https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
>> BUT it's also very "brittle". ... Most of the time, we create lists 
>> dynamically based on tags or fields. So the numbering can change at any 
>> time. 
>>
>> -mario
>>
>

-- 
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/89ceef90-f7e5-4755-883a-6633733f9484%40googlegroups.com.

Reply via email to