Skip to content

Releases: oleeskild/digitalgarden

1.73.0

03 Mar 12:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.72.0...1.73.0

1.72.0

26 Feb 15:25
e1b8a52

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.71.1...1.72.0

1.71.1

15 Feb 11:15

Choose a tag to compare

Fix a bug where large garden names would clip in the filetree header instead of flowing into new lines.

1.71.0

12 Feb 17:25

Choose a tag to compare

Show logo in filetree

1.70.0

11 Feb 11:58
d61a438

Choose a tag to compare

What's Changed

Full Changelog: 1.69.0...1.70.0

1.69.0

04 Feb 07:38

Choose a tag to compare

Users can now link to an image or PDF without transcluding it.
Example: [[myimage.png]] and [[mydocument.pdf]] will now link to that file.
Hover previews will also work for both file types.

You need to update both the template and the plugin for this to work.

Release 1.68.2

02 Feb 14:26

Choose a tag to compare

Sort filenames in filetree naturally with regards to numbers.

Previously it would be

  • Day 1
  • Day 10
  • Day 2

This change makes it so it is

  • Day 1
  • Day 2
  • Day 10

1.68.1

07 Jan 11:44

Choose a tag to compare

Fix issues with canvas pages on mobile. They should now look decent and not crash on iOS safari.

1.68.0

06 Jan 21:39

Choose a tag to compare

Canvas support 🎨

You can now publish your canvases with the digital garden plugin. Make sure to have the latest version of the plugin and the template.
You will also need the advanced canvas plugin to set the dg-publish: ✅ property on the canvas.

1.67.2

22 Dec 14:35

Choose a tag to compare

Right sidebar fixes

  • The sidebar would be hidden for viewport widths between 1400px and 1560px. This update fixes that. The local note graph should now always be visible either in the right sidebar, or on the bottom of the note on mobile.