Releases: oleeskild/obsidian-digital-garden
Releases Β· oleeskild/obsidian-digital-garden
Release 2.43.0
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
- Fix bug where images on a path containing a space could cause it not to render (#226)
Release 2.42.1
- Fix bug where you would get an error if you didn't have dataview enabled
Release 2.42.0
- Added support for inline dataview, inline dataview js and dataview js π
Release 2.41.1
- Fix bug where several commands stopped working after the last version
Release 2.41.0
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
- 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)