Releases: oleeskild/obsidian-digital-garden
Releases · oleeskild/obsidian-digital-garden
Release 2.7.0
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
- 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
Release 2.6.1
- Fixed issue where some frontmatter data would cause the build to fail (#18 )
- Sort pull request history in descending order
Release 2.6.0
- Added buttons to publish and delete notes in publication center
- Changed "publish multiple notes" command to only publish necessary files and delete deleted files.
- Fixed bug where there would appear duplicates of files in publication center
Release 2.5.0
Added Excalidraw support
- Added support for embedded excalidraw (Remember to also update the site template for this to work properly. This can be done by using the "Create PR" button in the digital garden plugin settings)
- Fixed a bug where the publishmodal would not update file lists properly when opening it multiple times.
Release 2.4.0
Improved publication overview
This release aims to make it easier to understand what files are published, which has changed, been deleted and are yet to be published.
- A new modal has been added for showing the publication status of your notes
- A progress indicator will now show in the bottom right corner whenever you publish multiple notes.
Release 2.3.1
- Fixed bug where a transclusion containing a code block would mess up the note.
Release 2.3.0
- Added support for specifying heading level in transclusions
Release 2.2.0
Better transclusion handling
- Remove any frontmatter from the transcluded documents
- Add option for customizing transclusion header
- Add docs in README about transclusion headers
Release 2.1.3
- Fix issue where transcluded text and images stopped working after the latest update