Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.43.0

25 Mar 15:40
85b1659
Compare
Choose a tag to compare

Filetree enhancements 🌳

  • A new option has been added to rewrite your vault paths, to other file paths in your garden. For example: If you want you vault folder named "Personal/Journal" to just be "Journal" in the garden, you can now do that (#239 by @uroybd )
  • Pinned Notes: If you add the "dg-pinned: true" property to the frontmatter of a note, it will be pinned to the top of the folder it is in (#244 by @uroybd)

Graph enhancements πŸ“ˆ

  • Hide note in graph: If you add the "dg-hide-in-graph: true" property to the frontmatter of a note, it will be hidden from the graph view. (#245 by @uroybd)

Publication center enhancement πŸ—žοΈ

  • Note count will now show next to each section in the publication center view

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 πŸŽ‰