Customise indent characters

Currently, Obsidian offers indents as either a tab character or a hardcoded 4 spaces.

  1. Would it be possible to configure both the tab width (still a tab character, but it is a configurable number of characters wide)
    1. I believe this is done with the tabSize parameter of CodeMirror
  2. Additionally, if I configure Obsidian to indent with spaces, can I configure how many spaces it should indent by (the number of space characters inserted and deleted with each “tab”)
    1. I believe this is done with the indentUnit parameter of CodeMirror
6 Likes

This feature has been implemented in 0.10.0, currently in the insider build. Thanks so much for this!