Releases: oleeskild/digitalgarden
1.34.1
Release 1.34.0
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
- Fix: Add support for slashes in tags
Release 1.33.0
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
Turns out inline tags are hard. Fixed more issues with rendering inline tags. (See #45 for details)
Release 1.32.2
Fixes issues with rendering inline tags, which the last release broke. (See #164 for details)
Release 1.32.1
Fixes issue where blocks that had an anchor tag would render that anchor tag as a document tag. (Closes #164)
Release 1.32.0
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
- Fix bug where search result would be hidden because it would be wider than the search container. (This fixes #156)
Release 1.31.1
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