Releases: RyotaUshio/obsidian-quick-preview
0.6.1
- Fixed the incompatibility with Obsidian v1.6+.
- Fixed the plugin not working in popout windows.
Full Changelog: 0.6.0...0.6.1
0.6.0
New feature: Canvas support
Solves https://forum.obsidian.md/t/please-add-the-preview-capability-of-the-attachment/73929
Full Changelog: 0.5.11...0.6.0
0.5.11
- Added a better support for Quick Switcher++.
- To relieve the problem where
keyup
is not fired whenCmd
is released on macOS, now pressing the modifier key while opening a quick preview popover will close it.
0.5.10
Fixed an error occurring for links to files that have not been created yet.
0.5.9
A quick preview popover is now explicitly closed when the parent suggester is closed. This fixes the problem where pressing cmd
+,
to open the settings kept the preview popover alive when the modifier key was set to cmd
.
0.5.8
This update doesn't affect the plugin users.
- API update: Now an item normalizer can return null when it doesn't want to trigger a quick preview for a selected item.
0.5.7
Improved the "Auto" positioning logic: now the preview popover sticks to the suggestion box.
0.5.6
Replaced the outdated plugin name "Enhanced Link Suggestions" in the code and comments with the new one. This change doesn't affect plugin users.
0.5.5
An API change: Now SuggestItem
has been replaced with PreviewInfo
.
0.5.4
Fixed an error occurring at startup.