Skip to content

Releases: oleeskild/digitalgarden

Release 1.40.0

14 Feb 16:17
d5ef45f
Compare
Choose a tag to compare
  • Hovering a node in the graph now highlights all neighbouring nodes
  • Fullscreening the graph now till shows the local graph
  • A new button for showing the global graph has been added
  • New slots and namespaces have been added. Most notably, for the sidebar and filetree. More info on this is available in the documentation

Thanks to @uroybd, who implemented these amazing features 🙌

Release 1.39.0

07 Feb 12:24
Compare
Choose a tag to compare

Greatly Increased Hackability

For those of you that have the skills to modify the template to your liking, we have made it a lot easier to do. You are now able to add custom components in various slots in the site, while still allowing you to update the template without having to re-add your changes.

The details are available in the documentation: https://dg-docs.ole.dev/advanced/adding-custom-components/

Huge thanks to @uroybd for implementing this 🎉

Release 1.38.1

05 Feb 17:25
Compare
Choose a tag to compare
  • Fix issue where file title with an ampersign (&) would break links generated by dataview queries

Release 1.38.0

04 Feb 13:07
Compare
Choose a tag to compare

"Link preview" enhancements

Links to headers and specific blocks will now auto scroll to that section when hovering over it. Also, both transclusion links and links to blocks and headers will highlight that part of the page.

CleanShot 2023-02-04 at 14 00 50

Other improvements

  • Dataview variables will now be hidden. i.e. A sentence with some (someDataViewKey:: key) will render as A sentence with some key.

Many thanks to @uroybd who implemented all features in this release 🙌

Release 1.37.0

03 Feb 15:31
Compare
Choose a tag to compare

Graph enhancements

  • Adds a global graph to the site
  • Shows link direction in graph
  • Shows links between other notes than the one the user is currently on
  • Adds a depth slider, which allows the user to see notes several steps out from the current note

CleanShot 2023-02-04 at 14 08 53

A gigantic thank you to @uroybd, who implemented all of these amazing features 🎉

Release 1.36.3

02 Feb 09:09
Compare
Choose a tag to compare

Fix a bug where the 404 page would not get styled according to the theme set.

Release 1.36.2

01 Feb 16:10
Compare
Choose a tag to compare
  • Fix a bug where changing the theme would not always have an effect

Release 1.36.1

26 Jan 08:09
Compare
Choose a tag to compare
  • Fixes bug where tags containing the character "\" would break the build.

Release 1.36.0

25 Jan 07:51
Compare
Choose a tag to compare

Filetree enhancements

The filetree now sorts all file levels
The filetree sorting is now case-insensitive

Thanks to @Luke-zhang-04 for creating a PR for these features.

Release 1.35.0

22 Jan 22:42
Compare
Choose a tag to compare

Full Vercel support

Deployment in Vercel is now fully supported. This is now also the default option, as Netlify has had some issues lately with cloning the repo.