Skip to content

Releases: seethroughdev/obsidian-recipe-grabber

Release v0.21.0

05 Jun 16:17
423b773
Compare
Choose a tag to compare

This release cleans up some code and improves decoding html entities.

It addresses:

  • #34 - HTML Entities
  • #32 - Issues with Debug mode

Release v0.20.0

10 May 20:55
Compare
Choose a tag to compare

What's Changed

  • fix: append to file if its open in reading mode by @Ovyerus in #30

New Contributors

Full Changelog: 0.19.0...0.20.0

Release v.0.19.0

03 May 18:40
Compare
Choose a tag to compare

This release improves several pieces of the plugin. Including:

  • Image saving locally
  • Much improved templates
  • Improved CI and codebase

Thanks to @Lanjelin and @Flxp49 .

0.18.0

05 Jan 17:31
Compare
Choose a tag to compare

This release addresses several issues and adds improved usability for saving documents.

  • #18 - improve save usability
  • #19 - add support for single string lists
  • #15 - add unescape option for edit mode

0.17.0

21 Nov 23:06
Compare
Choose a tag to compare

Added more triple handlebars for better rendering of default template.

0.16.0

21 Nov 21:00
Compare
Choose a tag to compare

Addresses the following issues:

  • #4 Now creates a file in the active directory if none is open when using the plugin
  • #12 You can now use a {{json}} key in your template to render the json
  • #11 Fixed instructions to render nested arrays with sections as well
  • #9 Wrapped some of the default keys in triple {{{}}} to allow rendering of html

0.12.0

07 Sep 18:24
fc0b6e8
Compare
Choose a tag to compare

This release makes Recipe Grabber's inserted meta tags compatible with the latest version of Obsidian that requires no whitespace before the FrontMatter info.

https://obsidian.md/changelog/2023-08-31-desktop-v1.4.6/

Addressed in #6 , special thanks to @niposch for catching it, and the quick fix.

0.11.0

29 May 01:39
Compare
Choose a tag to compare

Initial release for recipe-grabber plugin

0.9.2

21 May 20:12
Compare
Choose a tag to compare

This is the initial pre-release of recipe-grabber!