Releases: oleeskild/obsidian-digital-garden
Releases · oleeskild/obsidian-digital-garden
Release 2.1.2
- Fixed issue when saving settings
Release 2.1.1
- Fixed permalink issues causing permalinks in nested notes to not work properly.
Release 2.1.0
- Added support for nested links ([[Some Folder/SubFolder/Note]]). The links should now reflect the folder structure, instead of only using the title of the note. (dg-permalink can still be used for custom url-paths).
- Added partial support for header links ([[Note#header]]). It won't link to the correct header, but it will link to the actual note and not to a 404 page.
- 🪲 Squashed some bugs
Release 2.0.0
- BREAKING CHANGE: All notes to be publish must now contain dg-publish: true in frontmatter.
- Added option to publish multiple notes at once. See the README for more information
Release 1.4.1
- Fixed bug which caused the plugin to crash on mobile devices
Release 1.4.0
- Added new plugin specific keywords for setting homepage and permalink attributes to avoid future conflicts
- Removed mandatory use of trailing slash in permalinks
Release 1.3.0
- Added a new button in settings to automatically update the GitHub template repo with the latest template changes.
Release 1.2.0
- Added support for setting permalinks for individual notes
- Slugify all note URLs
Thanks to GitHub user andrey-jef for suggesting these changes
Release 1.1.0
- Added Document Transclusion Support
- Better file and error handling
Initial Release
🌅 First release of the Obsidian Digital Garden plugin.