2.0.1
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-Buildbutton was removed. Templates are now reindexed automaticallyUse templatecontext menu option was added in addition to commands- Readme updated, typos fixed
- Note template input form doesn't disappear once
Createbutton 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