Releases: oleeskild/obsidian-digital-garden
Release 2.36.0
- 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
- Removed Netlify reference (Closes #185)
Release 2.35.5
- Fix bug where you would need to explicitly set a theme after installing the plugin for other settings to work
Release 2.35.4
- Fix a bug where the following syntax in frontmatter would break the site: (#99)
tags:
- []
Release 2.35.3
- 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
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
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
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
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.
Release 2.33.0
Tag support
A new setting has been added, allowing you to show tags from your frontmatter at the top of a note.
If search is enabled, clicking a tag will bring up a search, showing all notes with the same tag.
Note that you will need to update the template as well for this to work.
Huge thanks to @uroybd for doing most of the work on this