oleeskild / digitalgarden

290 stars 160 forks source link

"Add publish flag" corrupts frontmatter (removes quotes around value) #283

Open tyler-dot-earth opened 2 months ago

tyler-dot-earth commented 2 months ago

Given frontmatter that looks like this:

---
aliases:
  - "Something: a quoted alias value"
---

Running the Add publish flag command will make the frontmatter invalid - removing theq uotes from the quoted property value before.