Releases: ArhiChief/obsidian-note-from-form
Releases · ArhiChief/obsidian-note-from-form
2.1.0
What's Changed
- Add support for referenced functions. See Function references.
- Add
validatefunction to template. See validate) - Provide interface to work with vault files and render companion templates to user defined functions. (see User API)
- Add
beforeCreatefunction. See beforeCreate - Add samples with real templates used by author during work (see samples/SRE/README.md)
- Update documentation
- Some small fixes
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
1.0.2
1.0.2
1.0.1
- Display notice about successful template index rebuild;
- Add
Use templatecontext menu item for files used as template.
1.0.0
Add checkbox and dropdown form items
0.0.7
Add additional validation and error handling
0.0.5
Initial release