Issue with Nested List Indentation and Style in v1.8.10

What I’m trying to do

I’m experiencing an issue with how nested lists are rendered in Obsidian, and I’m hoping someone can shed some light on it.

The Problem

When I’m in a list and press Tab to create a sub-list item (a nested item), its indentation and style appear to be broken.


- a
    	- ????
- b
    	- 

Expected Behavior:

I expect the sub-list item to be indented correctly with the proper bullet point, like this:

- Parent item
  - Child item

ENV

  • Mac
  • v1.8.10

Things I have tried

  • Disable all third parties plugins.
  • Restart the Application.

You have indented twice instead of once, and the extra indent makes it a code block. Unindent it once.

I confirmed that I pressed the TAB key only once, but it appeared to be twice. You can see the video I recorded below. @CawlinTeffid

Strange. Do you see the same double tab behavior after turning on Settings > Community Plugins > Restricted Mode?

If that doesn’t help, does it behave the same in other apps? If so, maybe the tab key needs to be cleaned, or there is some system-level issue.

I’ve already enabled Restricted Mode, yet the issue persists. I don’t encounter this problem in other software, which makes it all the more perplexing…
I vaguely recall that the issue used to occur intermittently before—restarting Obsidian would usually fix it. But lately, it’s become a guaranteed occurrence.

Does the issue happen in the Sandbox vault as well?

Yes, It does…

Okay.

So the next step is we need to find out if this behavior is happening system-wide or only in your main user account on that device.

When you get a chance, create (if needed) and login to different macOS system user account. Open Obsidian in there – a test vault or the Sandbox is fine – and see what happens. That’s what I would try.

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