Other types of ordered lists like a,b,c,d, … instead of 1.2.3.4

https://ankiweb.net/shared/info/295889520

we have this mini format pack add-on
which is less needed now in anki 2.1.49 with all the inbuilt features

Is it possible to get a “numbered” list with a,b,c,d… instead of 1.2.3.4 ?

1 Like

You can accomplish this by editing the HTML:

<ol type="a">
   <li>Item in list…</li>
   <li>Item in list…</li>
   <li>Item in list…</li>
</ol>
6 Likes

Thanks! There’s a couple types more here: W3Schools Tryit Editor

I’d suggest making this part of the toolbar. It would fit well as a drop-down menu right next to the image similar to the color drop-down menu.

The end result looking like this image, and in the v menu you’d have I, a, α etc.

Ideally, it would remember the last selected ol type.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.