Releases: oleeskild/digitalgarden
Release 1.31.0
Inline tag support
Inline tags, that is tags that is not in the frontmatter but in the note itself, will now render as tags instead of normal text.
If search is enabled, clicking on it will search for other notes that have the same tag. Either inline or as part of frontmatter.
Release 1.30.0
Tag support
A new setting has been added, allowing you to show tags from your frontmatter at the top of a note.
If search is enabled, clicking a tag will bring up a search, showing all notes with the same tag.
Note that you will need to update the plugin as well for this to work.
Huge thanks to @uroybd for doing most of the work on this
Release 1.29.0
Support metatags
Adding a dg-meta-tag with key-value pairs as children to a note will now add those values as meta tags in your header.
Note that you also need to update the plugin to the latest version for this to work .
Example:
dg-meta-tags:
description: "some description"
"og:image": "https://imagelink...."
Thanks to @uroybd for the implementation
Release 1.28.0
Better experience for smaller devices
- The breakpoint for showing the sidebar has been changed from 1490px to 1400px. This means most 13" screens will now see the sidebar. Closes 104
- The title of the page now has a smaller font-size on smaller devices
- The graph will now also show on mobile
- The navigation bar is now sticky on smaller devices Closes 133
Release 1.27.0
Support title attribute
Added support for setting the "title" attribute in frontmatter.
Example:
---
title: Overview page
dg-publish: true
---
The filename is still used as default, but the title will be used if available.
Again, thanks to @uroybd for the implementation.
Release 1.26.0
Transclusion links
- Transclusions will now link to the transcluded note if that note has been published. If only a block was transcluded, the link will lead to the actual block. Note that you need to update the plugin first, then the template for this to work.
Thanks to @uroybd for implementing this feature. 🎉
Release 1.25.0
Link preview
- Add a new option to enable link previews. Enabling this will show a preview window when hovering a link to another note. Remember to also update the plugin to be able to enable this feature.
Release 1.24.1
Release 1.24.1
- Hide table of content on mobile devices
Release 1.24.0
ToC Support
This release adds support for enabling a table of content in the right sidebar. Make sure to update the Obsidian plugin to 2.26.0 before updating the template.
Release 1.23.1
- Fixed bug where the search would sometimes behave weird, and suddenly change to a previous search query
- Changed search box UI to be more compatible with community themes