Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.37.0

14 Feb 17:46
Compare
Choose a tag to compare
  • New settings are added for easily setting custom note icons. This is documented here and here. This should make it easy to show things like note maturity in your garden. You'll need the latest version of the template for this to work.

Thanks to @uroybd for implementing this 🎉

Release 2.36.0

10 Feb 13:55
Compare
Choose a tag to compare
  • Images are now uploaded in their own "/src/site/img/user" folder, and linked to from the note, instead of embedded right into the note. This should lead to much better overall performance on pages with images on them. (Implemented by @uroybd 🎉 )
  • You now get immediate feedback when using the "Publish Multiple notes" command, and more accurate info about what's going on
  • The cdn link to Excalidraw has been switched to jsdelivr, as the previously used unpkg has had some performance issues lately.

Release 2.35.6

08 Feb 07:41
Compare
Choose a tag to compare
  • Removed Netlify reference (Closes #185)

Release 2.35.5

03 Feb 13:58
Compare
Choose a tag to compare
  • Fix bug where you would need to explicitly set a theme after installing the plugin for other settings to work

Release 2.35.4

27 Jan 09:55
Compare
Choose a tag to compare
  • Fix a bug where the following syntax in frontmatter would break the site: (#99)
tags:
 - []

Release 2.35.3

23 Jan 16:31
Compare
Choose a tag to compare
  • Fix issue where publication center wouldn't work if the branch name of the garden in GitHub was something different than "main" (Closes #171)

Release 2.35.2

21 Jan 10:54
Compare
Choose a tag to compare

Excalidraw enhancements

  • Fix issues that occured when drawings were in blockquotes
  • Add support for comressed drawings

Huge thanks to @Luke-zhang-04 for implementing this 🎉

Release 2.35.1

18 Jan 14:31
Compare
Choose a tag to compare

Fixes a bug where embedded images using the ![](image%20path.png) syntax would not work if the path had any spaces in it. (This fixes DigitalGarden PR 37)

Release 2.35.0

18 Jan 13:14
Compare
Choose a tag to compare

The favicon setting now shows a searchable dropdown menu with all svg files in the vault, to make it easier to input the correct file path.

Release 2.34.0

17 Jan 11:50
Compare
Choose a tag to compare

Previously you would get a build error when updating the template if any files had changed, and you hadn't updated to the latest plugin version first. This release fixes this, so that you are no longer dependent on having the latest plugin version when updating the template.