Releases: RyotaUshio/obsidian-quick-preview
Releases · RyotaUshio/obsidian-quick-preview
0.3.3
- Fixed the
setSelectedItem
patch not working for suggesters other than the built-in link suggestion. - Now
Suggester<T>
is simply defined asPopoverSuggest<T> | SuggestModal<T>
.
0.3.2
Updated dependencies.
0.3.1
Updated the npm package.
0.3.0
- Enabled the quick preview feature also for Quick Switcher.
- Added an API that allows SuggestModal or PopoverSuggest from external plugins to utilize the quick preview feture.
0.2.12
Settings UI improvement & minor code cleanup.
0.2.11
Now this plugin properly unregisters scopes when unloading the manager.
0.2.10
Added the popover manager to properly control quick preview's behavior.
0.2.9
Again, changed the default mod key.
0.2.8
Changed the default mod key for quick preview to Shift.
0.2.7
Now you can adjust the font size for quick preview via Style Settings.