Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.42.2

22 Mar 15:45
Compare
Choose a tag to compare
  • Fix bug where images on a path containing a space could cause it not to render (#226)

Release 2.42.1

21 Mar 22:12
Compare
Choose a tag to compare
  • Fix bug where you would get an error if you didn't have dataview enabled

Release 2.42.0

21 Mar 15:58
Compare
Choose a tag to compare
  • Added support for inline dataview, inline dataview js and dataview js πŸŽ‰

Release 2.41.1

18 Mar 08:48
Compare
Choose a tag to compare
  • Fix bug where several commands stopped working after the last version

Release 2.41.0

17 Mar 15:33
Compare
Choose a tag to compare

Style Settings Support 🎨

The Digital Garden now supports applying your style settings set with the style settings plugin. Instructions on how to use it described here

You also need the latest version of the template for this to work.

Release 2.40.0

17 Mar 13:47
Compare
Choose a tag to compare
  • Adds new command "Quick Publish And Share Note". This will add a publish flag, publish the note and copy the URL of currently active note. (Closes #209)

Release 2.39.0

16 Mar 20:16
Compare
Choose a tag to compare
  • Add support for note icons on backlinks (#221 by @uroybd)
  • Add new front matter value, dg-hide, for hiding a note from the filetree (#228 by @uroybd)

You will need the latest version of the template for these settings to work.

Release 2.38.0

06 Mar 20:48
Compare
Choose a tag to compare
  • Add support for enabling timestamps for created and updated times for notes. It can be configured in the Digital Garden appearance settings. (#200 by @uroybd)

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.