Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.9.2

18 Apr 20:15
Compare
Choose a tag to compare

Fixed bug where frontmatter data would be included when embedding an excalidraw file.

Release 2.9.1

17 Apr 23:35
Compare
Choose a tag to compare

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

05 Apr 20:37
Compare
Choose a tag to compare

This release fixes bug where double square brackets inside a code fence was treated as a link.
Thanks to @meleu for reporting this issue (#25)

Release 2.8.4

03 Apr 20:36
Compare
Choose a tag to compare

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

02 Apr 13:01
Compare
Choose a tag to compare

Themes in appearance settings are now sorted alphabetically.

Release 2.8.2

02 Apr 12:29
Compare
Choose a tag to compare

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

01 Apr 13:50
Compare
Choose a tag to compare

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

23 Mar 15:48
6232129
Compare
Choose a tag to compare

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

Release 2.7.0

22 Mar 22:08
Compare
Choose a tag to compare

Release 2.7.0

Remember to update to the latest template in the digital garden settings for new features to work properly

Themes

Added support for specifying any obsidian theme.

Favicons

Added support for setting a favicon

Admonitions enhancements

Add support for all admonition types
Add support for setting admonition title
Add support for setting empty admonition title

Markdown checkboxes

Added support for properly showing checkboxes

Note settings

Add support for using the 'dg-home-link: false' for hiding the home link in a note

Release 2.6.2

16 Mar 11:04
Compare
Choose a tag to compare
  • Fixed issue where notes in publication center were duplicated when closing before it was finished loading.
  • Fixed issue where some files that weren't changed was marked as changed