erykwalder / obsidian-list-style

MIT License
20 stars 2 forks source link

Ordered List Style

This is a plugin for Obsidian.

Set the style of ordered lists inline by adding details in the first list item.

1. {A} a list with an upper-roman list ordering
2. This item will show as "B"
3. and this one as "C"

To set the style, the style name needs to be put in brackets before any other text.

Any of the list style types can be used with their full name, like upper-alpha. Additionally there is shorthand available for some of the common types:

The list style cannot be changed mid-list, or by setting it in any element but the first.

Gotchas

On mobile, sub lists may take on their parent type by default. This can be corrected by manually setting it back to the default, or whichever style type you prefer.