Skip to content

[Documentation] The frontmatter format is different from documentation #11

@Mistmage

Description

@Mistmage

The frontmatter is

---
obsidian-note-status:
  - draft
---

instead of the

---
obsidian-note-status: ["draft"]
---

It is also

---
obsidian-note-status:
  - inProgress
  - idea
---

For multiple properties.

the only instance of [] is

---

obsidian-note-status: []

---

I am not sure who is suppose to be wrong - Documentation or the plugin, but [] structure is way better, as it allows to just use
"Replace obsidian-note-status: ["*"]" to change properties.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions