tth05 / obsidian-completr

Auto-completion plugin for the obsidian editor.
MIT License
291 stars 18 forks source link

Sequence syntax is not correctly recognized when there is spaces at the beginning of the line #48

Closed Stardusten closed 1 year ago

Stardusten commented 1 year ago

Personally, I prefer to add two spaces at the beginning of the line when I use the sequence syntax. However this plugin doesn't seem to support this syntax.

Supported:

---
tags:
- a
- b
- c
---

Not Supported:

---
tags:
   - a
   - b
   - c
---

Besides, if you define an array using sequence syntax with spaces, obsidian will allow you to fold this array.

image

image

tth05 commented 1 year ago

Fixed in 87468850762e1cf9e44b4a74a7f0188ffa640d83