Skip to content

Releases: oleeskild/digitalgarden

Release 1.15.0

13 Oct 11:42
Compare
Choose a tag to compare

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

05 Aug 12:42
Compare
Choose a tag to compare

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

07 Jul 16:08
Compare
Choose a tag to compare

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

24 May 08:44
Compare
Choose a tag to compare

Adds a "is-unresolved" class to internal links leading to a 404 page, and provides a default styling with a toned down link color.

Closes PR 47
Thanks to reznikdn for the suggestion.

Release 1.12.6

24 Apr 21:41
Compare
Choose a tag to compare

Fix issue where callout block using capital letters to specify type would not render properly.

Release 1.12.5

24 Apr 21:27
bda9025
Compare
Choose a tag to compare

Added css variables for fonts make custom themes work properly.

Release 1.12.4

20 Apr 11:26
Compare
Choose a tag to compare

Set memory heap size to 4GB. This will fix failed deployments on some larger vaults.

Release 1.12.3

18 Apr 20:04
Compare
Choose a tag to compare

Enhancements

  • Improved inline code visibility #11
  • Fixed bug that caused bigger vaults to crash due to running out of memory.

Release 1.12.2

13 Apr 07:07
Compare
Choose a tag to compare

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

08 Apr 13:11
Compare
Choose a tag to compare

Fix bug where task lists would not be indented when nested.