Editing indented bullet list under numbered list messes up the order

Setup

Place the cursor where the XXXX is and press ENTER

1. a
2. b
	- a
	- b XXXX
3. c

Expected outcome

1. a
2. b
	- a
	- b XXXX
	- 
3. c

Actual outcome

1. a
2. b
	- a
	- b XXXX
	- 
1. c

Inconvenience?

Yes… This messes up my numbered lists.

Tested in a the Obsidian Sandbox, version v1.4.14

6 Likes

Confirmed on iOS.

Workaround: Indent, then unindent, one of the numbered items above the bullet list to trigger a renumbering.

But please follow the bug report template that’s right there in the text box when you start a bug report.

Just confirming that this is still a bug. I’m using version 1.5.12 on macOS, and get the exact same behavior as described in the initial report. I can manually fix the subsequent numbered items after the bulleted sub-list, but then if I add another bullet list item, the numbers reset again.

Same problem in v1.7.7 on Linux.
Couriously, reverting the last action after pressing ENTER resets the modified numbers. Only the second revert resets the insertion of a new bullet point.

this is fixed in Obsidian v1.8.3+

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.