Skip to content

Releases: oleeskild/digitalgarden

1.34.1

22 Jan 21:53
Compare
Choose a tag to compare
  • Fix issue where errors in community themes would cause the entire site build to fail.

Release 1.34.0

21 Jan 11:15
Compare
Choose a tag to compare

Performance enhancements

  • Your chosen theme should now be cached by the browser, instead of downloaded on every page load. Thus your site should be more performant

Thanks to @uroybd for implementing this 🎉

Release 1.33.1

21 Jan 11:04
Compare
Choose a tag to compare
  • Fix: Add support for slashes in tags

Release 1.33.0

19 Jan 13:52
3176a78
Compare
Choose a tag to compare

Better inline tag support

Inline tags now also shows up under the note title in the search box.
Additionally the tag search has become more precise, only finding tags and not words that happen to be equal to the tag name.

Huge thanks to @uroybd for implementing this 🎉

Release 1.32.3

19 Jan 09:33
92d49c2
Compare
Choose a tag to compare

Turns out inline tags are hard. Fixed more issues with rendering inline tags. (See #45 for details)

Release 1.32.2

18 Jan 21:08
Compare
Choose a tag to compare

Fixes issues with rendering inline tags, which the last release broke. (See #164 for details)

Release 1.32.1

18 Jan 15:04
Compare
Choose a tag to compare

Fixes issue where blocks that had an anchor tag would render that anchor tag as a document tag. (Closes #164)

Release 1.32.0

17 Jan 13:33
63dca03
Compare
Choose a tag to compare

Callout enhancements

  • The plugin now supports collapsable/folding callouts (Fixes #89)
  • The styling has also been changed to look a lot more like the styling you will find in Obsidian. Custom themes that modifies the appearance of callouts should also be much closer to what they do in Obsidian now.
  • Nested callouts should now work as expected.

Remember to also update the plugin to the latest version before updating the template

Huge thanks to @Luke-zhang-04, who implemented all these features 🎉

Release 1.31.2

12 Jan 08:14
Compare
Choose a tag to compare
  • Fix bug where search result would be hidden because it would be wider than the search container. (This fixes #156)

Release 1.31.1

11 Jan 16:50
Compare
Choose a tag to compare

Support inline tags for non-english alphabets

Inline tags should now also work if the tag has non-English characters in it. This closes #155