Releases: oleeskild/digitalgarden
Release 1.15.0
Backlinks and graph view
Added support for local graph and backlinks in nodes.
You'll need at least version 2.17.0 of the digital garden plugin for this feature to work.
It can be enabled in frontmatter on a per-note basis by specifying
"dg-show-backlinks: true" and/or "dg-show-local-graph: true"
To enable it by default on all notes go to "Setting > Digital Garden > Note Settings > Edit"
Release 1.14.1
Fixes an issue where some dataview queries would result in dead links, although they should exist.
Simply updating the template version should be enough to fix any existing links. Pages do not need to be republished.
Release 1.14.0
Adds PlantUML support. Code blocks with language 'plantuml' will now be rendered as diagrams.
Example usage:
```plantuml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml
```
Release 1.13.0
Release 1.12.6
Fix issue where callout block using capital letters to specify type would not render properly.
Release 1.12.5
Added css variables for fonts make custom themes work properly.
Release 1.12.4
Set memory heap size to 4GB. This will fix failed deployments on some larger vaults.
Release 1.12.3
Enhancements
- Improved inline code visibility #11
- Fixed bug that caused bigger vaults to crash due to running out of memory.
Release 1.12.2
Callout block fixes
Fix issue where normal blockquotes would be parsed as callout blocks.
Fix issue where multiple blockquotes in the same document would be merged together as one big blockquote containing everything in between.
Release 1.12.1
Fix bug where task lists would not be indented when nested.