Releases: johansan/obsidian-featured-image
1.1.12
Improvements
Support for Wiki Image Links with Theme Selectors and Parameters
- Wiki image links with additional formatting parameters (e.g., ![[image.jpg#right|caption|300]]) are now properly recognized when setting featured images.
- Enhances compatibility with themes like ITS and Blue Topaz that use these selectors for image formatting.
Changes
Preserve Template Banner Images
- New setting: “Preserve template images” (disabled by default).
- Ensures that banner images set via templates are retained, even when the featured image is removed from the document.
Featured Image 1.1.11
New setting: Media link format where you can choose between three different styles of embedding:
- plain: feature: image.png
- wiki: feature: [[image.png]]
- embedded: feature: ![[image.png]]
This replaces the old toggle "Use Media Links" that toggled between plain and embedded links.
The plugin is backwards compatible, so if you previously had "Use Media Links" enabled it will switch over automatically to the "embedded" style.
Featured Image 1.1.10
Minor internal code cleanup.
Featured Image 1.1.9
Bug Fixes
- Fixed a rare issue where some documents would keep re-applying the same featured image once every minute due to Obsidian's internal cache management.
- This was fixed by switching from metadataCache.on('changed') to vault.on('modify'), and from vault.cachedRead to vault.read.
Featured Image 1.1.8
Fixed an issue with Youtube thumbnails not being downloaded correctly.
Featured Image 1.1.6
Fixed an issue with Youtube thumbnails not being downloaded correctly.
Featured Image 1.1.5
Fixes
- Fixed so the setting 'Only update if Frontmatter property exists' works as expected.
Featured Image 1.1.4
Improvements
- New setting: "Keep empty property". When enabled, the frontmatter property will be kept but set to an empty string if no featured image is found. When disabled, the property will be removed.
Featured Image 1.1.3
Updated README and Settings text to match the new external image link functionality.
Featured Image 1.1.2
Improvements
- Now also supports external image links, like
! If the image cannot be downloaded (due to server issues) Featured Image will create a placefolder file with an empty image, and will try again the next day (this is to avoid having it try to continuously download a file that cannot be reached every time you change the file).
Internal changes
- Improved external link management, it should now be better att identifying external images.