Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.1.0

10 Mar 09:08
Compare
Choose a tag to compare
  • 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

06 Mar 22:13
db8796c
Compare
Choose a tag to compare
  • 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

02 Mar 21:37
Compare
Choose a tag to compare
  • Fixed bug which caused the plugin to crash on mobile devices

Release 1.4.0

02 Mar 16:04
Compare
Choose a tag to compare
  • 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

01 Mar 22:51
d92efd6
Compare
Choose a tag to compare
  • Added a new button in settings to automatically update the GitHub template repo with the latest template changes.

Release 1.2.0

01 Mar 15:55
Compare
Choose a tag to compare
  • 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

24 Feb 13:08
Compare
Choose a tag to compare
  • Added Document Transclusion Support
  • Better file and error handling

Initial Release

21 Feb 16:30
Compare
Choose a tag to compare

🌅 First release of the Obsidian Digital Garden plugin.