Skip to content

2.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 18:47
· 5 commits to main since this release
451e0df

Refactoring of whole project:

  • Support of JSON Schema was added for better validation of user defined template (see schema.json). Now it's able to provide more verbose output about errors
  • Template's FrontMatter parsing changed. Instead of plain string extraction via RegEx, plugin now rely on YAML format used by Obsidian. This allowed to use JSON as template description and add support for describing templates with YAML. Plus formatting support from Obsidian;
  • Re-Build button was removed. Templates are now reindexed automatically
  • Use template context menu option was added in addition to commands
  • Readme updated, typos fixed
  • Note template input form doesn't disappear once Create button pressed, so if issue in note creation happens user is able to update provided data
  • Most of the code is covered with unit tests, with help of AI, but under human control
  • Addressed #8