Skip to content

Joplin Search Integration

Get uBlock Origin for Chromium Get uBlock Origin for Firefox

Introduction

When using the search, relevant Joplin notes will also appear in the search results.

search resultnote preview

Currently supported search engines include:

  • Google
  • Bing
  • Baidu
  • DuckDuckGo
  • Searx
  • MetaGer

FAQ

What are token/port, and where can I find them?

They can generally be found in Tools > Options > Web Clipper.

joplin web clipper

No search results in Brave browser

Brave typically blocks resources from other domains by default, so just disable it on the Google search site.

joplin web clipper

Cannot read or modify data on this website

Sometimes after installing the plugin and configuring it, it might not take effect. If the plugin appears gray and indicates that it cannot read or modify data on this website, you need to manually configure it to allow access.

error

Chrome

chrome

Firefox

firefox

Contribute

If you want to add support for a new search engine, you can raise an issue or fork and submit a PR (it's very simple).

  1. Add the URL of the matching search engine in the manifest.json.
  2. Implement the BaseSearchEngineAdapter interface.

Released under the MIT License.