Skip to content

Releases: ArhiChief/obsidian-note-from-form

2.1.0

23 Jun 18:22
1241967

Choose a tag to compare

What's Changed

  • Add support for referenced functions. See Function references.
  • Add validate function to template. See validate)
  • Provide interface to work with vault files and render companion templates to user defined functions. (see User API)
  • Add beforeCreate function. 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

04 Jun 18:47
451e0df

Choose a tag to compare

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

1.0.2

13 Nov 21:02
451d0f6

Choose a tag to compare

1.0.2

1.0.1

09 Oct 20:42
7e3b551

Choose a tag to compare

  • Display notice about successful template index rebuild;
  • Add Use template context menu item for files used as template.

1.0.0

02 Oct 20:41

Choose a tag to compare

Add checkbox and dropdown form items

0.0.7

01 Oct 18:59

Choose a tag to compare

Add additional validation and error handling

0.0.5

30 Sep 17:36

Choose a tag to compare

Initial release