Skip to content

Releases: RyotaUshio/obsidian-quick-preview

0.6.1

06 Jun 07:01
Compare
Choose a tag to compare
  • 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

31 Dec 04:47
Compare
Choose a tag to compare

0.5.11

18 Dec 16:50
Compare
Choose a tag to compare
  • Added a better support for Quick Switcher++.
  • To relieve the problem where keyup is not fired when Cmd is released on macOS, now pressing the modifier key while opening a quick preview popover will close it.

0.5.10

13 Dec 12:18
Compare
Choose a tag to compare

Fixed an error occurring for links to files that have not been created yet.

0.5.9

12 Dec 14:58
Compare
Choose a tag to compare

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

12 Dec 09:23
Compare
Choose a tag to compare

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

12 Dec 07:07
Compare
Choose a tag to compare

Improved the "Auto" positioning logic: now the preview popover sticks to the suggestion box.

0.5.6

11 Dec 17:30
Compare
Choose a tag to compare

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

09 Dec 01:50
Compare
Choose a tag to compare

An API change: Now SuggestItem has been replaced with PreviewInfo.

0.5.4

09 Dec 01:20
Compare
Choose a tag to compare

Fixed an error occurring at startup.