Skip to content

Add list style option for [LIST]/[*] BBCode format#7

Merged
salockhart merged 1 commit intomasterfrom
salockhart/list-star-format
Mar 3, 2026
Merged

Add list style option for [LIST]/[*] BBCode format#7
salockhart merged 1 commit intomasterfrom
salockhart/list-star-format

Conversation

@salockhart
Copy link
Owner

Summary

Adds a "List Style" setting to support alternative BBCode list formats. Users can now choose between HTML-style [ul]/[ol]/[li] tags (default, backwards compatible) or star-style [LIST]/[LIST=1] with [*] items used by forums like Tom's Hardware.

Changes

  • Add ListStyle type and listStyle setting field to PluginSettings
  • Override list() and listitem() renderer methods when star-style is selected
  • Add "List Style" dropdown setting in the settings UI

Fixes #5

Add a new "List Style" setting to support the [LIST]/[*] BBCode format used by forums like Tom's Hardware. Users can now choose between HTML-style [ul]/[ol]/[li] tags (default, backwards compatible) or star-style [LIST]/[LIST=1] with [*] items.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@salockhart salockhart merged commit f35c63a into master Mar 3, 2026
@salockhart salockhart deleted the salockhart/list-star-format branch March 3, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option for alternative bullet lists

1 participant