👨‍💻 I am adding YAML frontmatter support to Micro.publish. It also works with the new Properties feature introduced in Obsidian 1.4, which is essentially a user-friendly interface for the less aesthetically pleasing YAML syntax.

  • Micro.publish will use the title property in the frontmatter or Properties, if it exists. Otherwise, it will fall back to the filename.
  • Micro.publish will use the tags property in the frontmatter or Properties, if it exists. Otherwise, it will use the default categories configured in Micro.publish’s preferences.

I plan to code review my code tomorrow and release version 1.7.0 by the end of the day, hopefully.