nothingislost489k downloadsTransform the Page Preview hover popover into a fully working editor instance.
This plugin enhances the core "Page Preview" plugin by turning the hover popover into a full featured editor instance.
This plugin leverages Obsidian functionality that is not currently exposed in the official API. As a result, future Obsidian updates may introduce breaking changes.
I will attempt to keep this plugin working across Obsidian updates but my goal is to either have this functionality implemented directly into Obsidian core or switch over to using the official API for popovers, once it is made available.
Hover Editor can be found and installed via the Obsidian Community Plugins browser
If you want to participate in early testing you can install the plugin using BRAT.
Install the BRAT plugin via the Obsidian Plugin Browser and then add the beta repository "nothingislost/obsidian-hover-editor"
main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-hover-editor/.Thanks to pjeby for contributing a ton of core functionality related to making Hover Editors interop properly with native Obsidian components
Thanks to boninall for contributing the "open in new popover" functionality
Thanks to murf, liam, obadiahcruz, and javalent for the early testing and feedback