You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a wonderful plugin that shows backlinks for every block/heading that's referenced elsewhere in the vault—by adding a counter next to them. On hover over the counter, a pop-up window opens with a list of backlinks and a preview of the note where it originated from. It also adds an alternative backlink pane, which shows more context than the native one.
It'd be super useful if you could bring up a hover editor in Strange New Worlds's pop-up window and backlink pane.
I also made a FR for SNW to support page preview and the Hover Editor here:
Any plugin that wants to support either Obsidian's built-in page preview or hover editor simply needs to trigger the standard Obsidian hover events when the mouse is over a link. Here is an example from the Recent Files plugin:
Plugins also need to either use an existing hover link source type, or register their own.
There are some further nuances to the process that are unfortunately not documented. But a plugin that works with the built-in page preview should generally work correctly with Hover Editor without any additional work, as HE supports the same events.
Please add support for the plugin Strange New Worlds 🙏
It's a wonderful plugin that shows backlinks for every block/heading that's referenced elsewhere in the vault—by adding a counter next to them. On hover over the counter, a pop-up window opens with a list of backlinks and a preview of the note where it originated from. It also adds an alternative backlink pane, which shows more context than the native one.
It'd be super useful if you could bring up a hover editor in Strange New Worlds's pop-up window and backlink pane.
I also made a FR for SNW to support page preview and the Hover Editor here:
The text was updated successfully, but these errors were encountered: