Mario Public

Rather than using the wikitext markup you can use html and make use of the 
start value.

<ol start="48">
   <li>That which One and two belong</li>
   <ol>
      <li>One</li>
      <li>Two</li>
   <ol>
</ol>

Note you could also have a list widget around the 
<li><<currentTiddler>></li> and it will still be honored.

However with lists they will number as many items as there are.

You will have to play with more html/css to get the a/b rather than 1/2 
etc...


Regards
Tony


On Monday, March 30, 2020 at 7:10:50 PM UTC+11, Mario Public wrote:
>
> I can use 
>
> # a
> # b
>
> to obtain 
>
> 1. a
> 2. b
>
> How can I set the list to start from a specific number? My goal is to 
> obtain
>
> 48. a
> 49. b
>
> Thanks
>
> 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/3ac82519-571f-48bd-bbc8-7e88defe373a%40googlegroups.com.

Reply via email to