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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0a579e61-31a8-4311-8627-834c3da0b9c4%40googlegroups.com.

Reply via email to