obsidian-quick-preview

An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.

MIT License

Stars
23

Bot releases are visible (Hide)

obsidian-quick-preview - 0.6.0 Latest Release

Published by github-actions[bot] 10 months ago

obsidian-quick-preview - 0.5.11

Published by github-actions[bot] 10 months ago

  • 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.
obsidian-quick-preview - 0.5.10

Published by github-actions[bot] 10 months ago

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

obsidian-quick-preview - 0.5.9

Published by github-actions[bot] 10 months ago

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.

obsidian-quick-preview - 0.5.8

Published by github-actions[bot] 10 months ago

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.
obsidian-quick-preview - 0.5.7

Published by github-actions[bot] 10 months ago

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

obsidian-quick-preview - 0.5.6

Published by github-actions[bot] 10 months ago

Replaced the outdated plugin name "Enhanced Link Suggestions" in the code and comments with the new one. This change doesn't affect plugin users.

obsidian-quick-preview - 0.5.5

Published by github-actions[bot] 11 months ago

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

obsidian-quick-preview - 0.5.4

Published by github-actions[bot] 11 months ago

Fixed an error occurring at startup.

obsidian-quick-preview - 0.5.3

Published by github-actions[bot] 11 months ago

Fixed an error in the npm package (outdated plugin ID).

obsidian-quick-preview - 0.5.2

Published by github-actions[bot] 11 months ago

A fix for the npm package: fixed some type definitions not included in the npm release.

obsidian-quick-preview - 0.5.1

Published by github-actions[bot] 11 months ago

A small API change.

obsidian-quick-preview - 0.5.0

Published by github-actions[bot] 11 months ago

  • New feature: enabled controlling the position of quick preview popovers.
  • Added a workaround for #3.
  • Added the "reload the app" modal shown when Hover Editor is already enabled & loaded when this plugin gets loaded.
obsidian-quick-preview - 0.4.5

Published by github-actions[bot] 11 months ago

Fixed quick preview not working for aliases.

obsidian-quick-preview - 0.4.4

Published by github-actions[bot] 11 months ago

Fixed an mistake in the npm package.

obsidian-quick-preview - 0.4.3

Published by github-actions[bot] 11 months ago

Added "Show selected suggestion in console" setting.

obsidian-quick-preview - 0.4.2

Published by github-actions[bot] 11 months ago

Removed the unused "Log the suggestion item to console" setting.

obsidian-quick-preview - 0.4.1

Published by github-actions[bot] 11 months ago

Removed some unnecessary code.

obsidian-quick-preview - 0.4.0

Published by github-actions[bot] 11 months ago

Removed the code unrelated to quick preview and renamed this plugin "Quick Preview."

Now the block markdow rendering feature is available as another plugin Rendered Block Link Suggestions.

obsidian-quick-preview - 0.3.3

Published by github-actions[bot] 11 months ago

  • Fixed the setSelectedItem patch not working for suggesters other than the built-in link suggestion.
  • Now Suggester<T> is simply defined as PopoverSuggest<T> | SuggestModal<T>.