Automatic List Styles

by Max McGuire
5
4
3
2
1
Score: 53/100

Description

Category: Note Enhancements

The Automatic List Styles plugin enhances the visual appearance of ordered lists in Obsidian by automatically adjusting their style based on the level of indentation. This feature affects only the read mode, providing a variety of default styles such as decimal, lower and upper alphabetical, roman numerals, and different bullet styles like disc, circle, and square. The plugin helps organize and make multi-level lists more visually appealing without impacting edit mode. Though customization options for list styles are planned, the current functionality focuses on automatically shifting styles as per list depth, improving readability for users.

Reviews

No reviews yet.

Stats

20
stars
7,384
downloads
1
forks
1,041
days
386
days
619
days
2
total PRs
0
open PRs
1
closed PRs
1
merged PRs
3
total issues
1
open issues
2
closed issues
10
commits

Latest Version

2 years ago

Changelog

README file from

Github

Ordered List Style

NOTE: This plugin is being deprecated in favor of Lawlist by Willem Schlieter. Lawlist supports both Edit and Read modes, as well as custom lists.

I will continue to publish security updates for this plugin but encourage you to switch to Lawlist once it's been published with Obsidian.

This is a plugin for Obsidian.

When viewing ordered lists in read mode, they will automatically shift styles with level of indent. The following styles are set by default:

  • decimal
  • lower-alpha
  • lower-roman
  • upper-alpha
  • upper-roman
  • decimal-leading-zero
  • disc
  • circle
  • square

Please note this does not impact edit mode, just read mode.

Upgrade Path

I would like to add a settings page that allows users to customize their list styles, using any of the CSS list style types available, but I haven't gotten that to work properly yet.