Releases: oleeskild/digitalgarden
Release 1.40.0
- 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
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
- Fix issue where file title with an ampersign (&) would break links generated by dataview queries
Release 1.38.0
"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.
Other improvements
- Dataview variables will now be hidden. i.e.
A sentence with some (someDataViewKey:: key)
will render asA sentence with some key
.
Many thanks to @uroybd who implemented all features in this release 🙌
Release 1.37.0
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
A gigantic thank you to @uroybd, who implemented all of these amazing features 🎉
Release 1.36.3
Fix a bug where the 404 page would not get styled according to the theme set.
Release 1.36.2
- Fix a bug where changing the theme would not always have an effect
Release 1.36.1
- Fixes bug where tags containing the character "\" would break the build.
Release 1.36.0
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
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.