Skip to content

feat: support ordered bullet continuations#7

Draft
dkarter wants to merge 1 commit into
dorian/rms-65-implement-standard-bullet-continuationfrom
dorian/rms-69-implement-ordered-bullet-continuation
Draft

feat: support ordered bullet continuations#7
dkarter wants to merge 1 commit into
dorian/rms-65-implement-standard-bullet-continuationfrom
dorian/rms-69-implement-ordered-bullet-continuation

Conversation

@dkarter
Copy link
Copy Markdown
Member

@dkarter dkarter commented Jun 3, 2026

Motivation

Add ordered-list continuation after the standard unordered path is in place.

Summary of Changes

  • Adds alpha and roman ordinal helpers.
  • Supports numeric 1. and 1) continuation with padding.
  • Supports alphabetic continuation with max_alpha_characters.
  • Supports roman continuation with enable_roman_list.
  • Resolves alpha/roman ambiguity from previous sibling context.
  • Enables focused ordered-list specs with Lua setup({}) configuration.

Testing

  • mise run fmt
  • mise run test

Dependencies/Special Considerations

Linear: RMS-69

Stacked on feat: continue standard bullets.

Stack

  1. feat: add neovim lua plugin scaffold #6
  2. feat: continue standard bullets #4
  3. feat: support ordered bullet continuations #7 👈 current

Stack

  1. feat: add neovim lua plugin scaffold #6
  2. feat: continue standard bullets #4
  3. feat: support ordered bullet continuations #7 👈 current
  4. feat: support wrapped and document bullets #9
  5. feat: handle empty bullets and spacing #10
  6. feat: support outline promotion #11
  7. feat: renumber bullet lists #12
  8. feat: support nested checkboxes #13
  9. chore: add release please #14
  10. docs: add lazy.nvim usage #15

@dkarter dkarter force-pushed the dorian/rms-65-implement-standard-bullet-continuation branch from b0b5a66 to e32f614 Compare June 3, 2026 07:19
@dkarter dkarter force-pushed the dorian/rms-69-implement-ordered-bullet-continuation branch from ea53c70 to 9694746 Compare June 3, 2026 07:19
@dkarter dkarter marked this pull request as ready for review June 3, 2026 07:19
@dkarter dkarter marked this pull request as draft June 3, 2026 07:21
@dkarter dkarter force-pushed the dorian/rms-65-implement-standard-bullet-continuation branch from e32f614 to 56b8962 Compare June 3, 2026 07:27
@dkarter dkarter force-pushed the dorian/rms-69-implement-ordered-bullet-continuation branch from 9694746 to edef473 Compare June 3, 2026 07:27
@dkarter dkarter mentioned this pull request Jun 3, 2026
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.

1 participant