obsidian-omnisearch
obsidian-omnisearch copied to clipboard
[Feature request]A view to preview content
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
I will try to add this feature to the plugin if it isn't set into your plan yet.
Describe alternatives you've considered
An option to toggle it maybe good too.
Additional context
That's a good idea, with some constraints:
- This should be a toggleable option (once the settings view is added)
- The preview should be automatically hidden when there isn't enough available horizontal space
- The rendering should not block or noticeably slow the arrow navigation. IIRC Obsidian's rendering function is already async.
Edit: you're of course welcome to implement it :)
Core Search Assistant has similar features. However, its auto preview shows the whole note rather than the related context. And its manual preview opens another modal rather than along the search results.
Sublime Text doesn't have a preview window per se, but it does open/close the files on which the highlight/cursor is on as you browse through the options, given you a preview of sorts. Any of these options would be nice.