Releases: oleeskild/obsidian-digital-garden
Release 2.10.0
Release 2.9.3
- Better handling of wikilink-like text that should not be rendered as links.
- Fixes #40
Release 2.9.2
Fixed bug where frontmatter data would be included when embedding an excalidraw file.
Release 2.9.1
Features
Modifying default settings: You can now modify default note settings to be what fits you best. Modifying the settings per note via frontmatter is still supported, allowing you to also set settings on a per-note basis.
Allow dg-publish in excalidraw (#36)
Add setting to allow passing frontmatter through to template (#33)
Bugfixes
Do not update favicon if it hasn't changed (#32)
Links to non-existent files will now be converted to a link.
Release 2.8.5
Release 2.8.4
Fixes issue where any Markdown formatted content appearing in the first line of a tranclusion would not be properly formatted.
Thanks to @phillipmorg for reporting this issue in PR #23
Release 2.8.3
Themes in appearance settings are now sorted alphabetically.
Release 2.8.2
Better home note URL copy
This release changes the behavior of the copy garden URL when the home note is active. Instead of copying the full note URL, it copies the the root of the site URL
Release 2.8.1
Better frontmatter handling
This release fixes a bug where frontmatter data that contained whitespace before it wouldn't work properly. Your frontmatter data in your note may now contain whitespace before it's defined.
I.e. like this:
---
dg-pubilsh: true
---
Release 2.8.0
Header link support
Add support for linking to header in another note by using syntax [[Some Note#Some Header]].
Note: Currently it does not support linking into nested header like so [[Some Note#Heading#SubHeading]]. It will then link to the first "#Heading" part of the note.
Remember to also update your garden site template for this to work