No description
Find a file
2025-04-18 08:23:45 -07:00
.github/workflows Update release.yaml 2024-08-28 16:49:45 -07:00
node_modules Trying to build again 2024-08-28 17:11:49 -07:00
esbuild.config.mjs General fixes to make it work 2024-08-28 16:58:15 -07:00
LICENSE Add files via upload 2023-05-24 15:46:59 -07:00
main.js Trying to build again 2024-08-28 17:11:49 -07:00
main.ts Trying to build again 2024-08-28 17:11:49 -07:00
manifest.json 0.1.1 2024-08-28 16:29:59 -07:00
package-lock.json Bump esbuild from 0.14.47 to 0.25.0 2025-04-18 15:14:53 +00:00
package.json Bump esbuild from 0.14.47 to 0.25.0 2025-04-18 15:14:53 +00:00
README.md Update README.md 2025-04-18 08:23:45 -07:00
tsconfig.json Add files via upload 2023-05-24 15:46:59 -07:00
version-bump.mjs Add files via upload 2023-05-24 15:46:59 -07:00
versions.json 0.1.1 2024-08-28 16:29:59 -07:00

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.