HEmile / obsidian-search-on-internet

Add context menu items in Obsidian to search the internet.
https://publish.obsidian.md/semantic-obsidian/Search+on+Internet+Plugin
108 stars 7 forks source link
obsidian obsidian-md obsidian-plugin

Downloads Github latest release Documentation chat on Discord

Warning: The right-click menu is currently broken in the latest Obsidian release, so this plugin will not work as expected!

Search on Internet

Adds the option to search selected text on external websites, like Google and Wikipedia. The search opens in an iframe in Obsidian. You can add your own websites!

It also adds the search options to the file context menu to search based on the title of a note. And you can choose to open searches in your default browser instead of Obsidian.

You can also right-click on an internal link to perform a search on that link:

And similar for external links:

Settings

Note: You need to have the latest Obsidian v0.10.11 installed for this plugin to work!

By default, the plugin comes with searches on Google and Wikipedia. You can add your own websites to search on in the settings.

For each website, fill in the following three fields:

You can also disable the iframe search and open the search in your browser.

Contributors

Credits

Settings code is mainly taken from the Templater plugin by SilentVoid13

Modal code is inspired by the Citation plugin