{"id":15637597,"url":"https://github.com/hemile/obsidian-search-on-internet","last_synced_at":"2025-04-14T21:51:29.950Z","repository":{"id":43123030,"uuid":"330366210","full_name":"HEmile/obsidian-search-on-internet","owner":"HEmile","description":"Add context menu items in Obsidian to search the internet.","archived":false,"fork":false,"pushed_at":"2022-03-17T03:30:57.000Z","size":4281,"stargazers_count":111,"open_issues_count":20,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T09:51:34.039Z","etag":null,"topics":["obsidian","obsidian-md","obsidian-plugin"],"latest_commit_sha":null,"homepage":"https://publish.obsidian.md/semantic-obsidian/Search+on+Internet+Plugin","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HEmile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["HEmile"],"ko_fi":"Emile","custom":["https://paypal.me/EvanKrieken"]}},"created_at":"2021-01-17T10:35:53.000Z","updated_at":"2025-01-22T11:51:26.000Z","dependencies_parsed_at":"2022-09-04T19:32:12.632Z","dependency_job_id":null,"html_url":"https://github.com/HEmile/obsidian-search-on-internet","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEmile%2Fobsidian-search-on-internet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEmile%2Fobsidian-search-on-internet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEmile%2Fobsidian-search-on-internet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HEmile%2Fobsidian-search-on-internet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HEmile","download_url":"https://codeload.github.com/HEmile/obsidian-search-on-internet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968741,"owners_count":21191158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-md","obsidian-plugin"],"created_at":"2024-10-03T11:12:15.552Z","updated_at":"2025-04-14T21:51:29.933Z","avatar_url":"https://github.com/HEmile.png","language":"TypeScript","funding_links":["https://github.com/sponsors/HEmile","https://ko-fi.com/Emile","https://paypal.me/EvanKrieken"],"categories":[],"sub_categories":[],"readme":"\r\n\u003cp align=\"left\"\u003e\r\n    \u003ca href=\"https://github.com/HEmile/obsidian-search-on-internet/releases\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/github/downloads/HEmile/obsidian-search-on-internet/total.svg\"\r\n            alt=\"Downloads\" width=\"110\"\u003e\u003c/a\u003e \r\n    \u003ca href=\"https://github.com/HEmile/obsidian-search-on-internet/releases\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/github/v/release/HEmile/obsidian-search-on-internet\"\r\n            alt=\"Github latest release\" width=\"100\"\u003e\u003c/a\u003e\r\n   \u003ca href=\"https://publish.obsidian.md/semantic-obsidian/Search+on+Internet+Plugin\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/badge/docs-Obsidian-blue\"\r\n            alt=\"Documentation\" width=\"100\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://discord.gg/sAmSGpaPgM\"\u003e\r\n        \u003cimg src=\"https://img.shields.io/discord/794500624163143720?logo=discord\"\r\n            alt=\"chat on Discord\" width=\"120\"\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\nWarning: The right-click menu is currently broken in the latest Obsidian release, so this plugin will not work as expected!\r\n\r\n## Search on Internet\r\nAdds the option to search selected text on external websites, like Google and Wikipedia. \r\nThe search opens in an iframe in Obsidian. You can add your own websites! \r\n\r\n![](https://raw.githubusercontent.com/HEmile/obsidian-search-on-internet/master/resources/context_iframe.gif)\r\n\r\nIt also adds the search options to the file context menu to search based on the title of a note. \r\nAnd you can choose to open searches in your default browser instead of Obsidian.\r\n\r\n![](https://raw.githubusercontent.com/HEmile/obsidian-search-on-internet/master/resources/demo.gif)\r\n\r\nYou can also right-click on an internal link to perform a search on that link:\r\n\r\n![](https://raw.githubusercontent.com/HEmile/obsidian-search-on-internet/master/resources/internal_link.png)\r\n\r\nAnd similar for external links:\r\n\r\n![](https://raw.githubusercontent.com/HEmile/obsidian-search-on-internet/master/resources/external_link.png)\r\n\r\n### Settings\r\nNote: You need to have the latest Obsidian v0.10.11 installed for this plugin to work!\r\n\r\nBy default, the plugin comes with searches on Google and Wikipedia. \r\nYou can add your own websites to search on in the settings. \r\n\r\n![](https://raw.githubusercontent.com/HEmile/obsidian-search-on-internet/master/resources/img.png)\r\n\r\nFor each website, fill in the following three fields:\r\n- Name: The name of the search. This will be displayed in the search bar and the context menu.\r\n- URL: The URL to open. `{{title}}` will be replaced by the current notes title. This is used as the 'query'.\r\n- Tags (optional): A list of tags for notes to display the search option on. \r\n  In the example screenshot, this is used to only add the IMDB search on notes tagged with `#actor`, `#movie` or `#director` (in Dutch!)\r\n  \r\nYou can also disable the iframe search and open the search in your browser. \r\n  \r\n### Contributors\r\n- [nhaouari](https://github.com/nhaouari) added the setting not to encode, and started work on opening external links in iframes.\r\n\r\n### Credits\r\nSettings code is mainly taken from the [Templater plugin](https://github.com/SilentVoid13/Templater) by [SilentVoid13](https://github.com/SilentVoid13)\r\n\r\nModal code is inspired by the [Citation plugin](https://github.com/hans/obsidian-citation-plugin/blob/master/src/modals.ts)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemile%2Fobsidian-search-on-internet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemile%2Fobsidian-search-on-internet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemile%2Fobsidian-search-on-internet/lists"}