dalcantara7 / obsidian-auto-moc

GNU General Public License v3.0
40 stars 1 forks source link

Bug: Frontmatter tags in 'multi-line array format' are not recognized #10

Closed avirosso closed 1 year ago

avirosso commented 1 year ago

Frontmatter tags are only recognized, if they are in on a single line separated by commas.

But they are not recognized, if they are in 'multi-line array format' (see https://help.obsidian.md/Editing+and+formatting/Tags):

---
tags:
  - recipe
  - cooking
---

Please support the 'multi-line array format' ...

Thanks in advance

dalcantara7 commented 1 year ago

Hi thank you for catching this. Obsidian does make it easy to parse the frontmatter. I have fixed support for this and it is available in release 1.3.2. Please update the plugin and let me know if you encounter any more issues. Closing for now

avirosso commented 1 year ago

Great - Thanks for the new release!