Skip to content

Joplin Search Integration

Get uBlock Origin for Chromium Get uBlock Origin for Firefox

Introduction

While using search, relevant Joplin notes will also be displayed in the search results.

search resultnote preview

The currently supported search engines include

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

Frequently Asked Questions

What does token/port refer to, and where can I find it?

Generally, it can be seen in Tools > Options > Web Clipper

joplin web clipper

There are no search results in the Brave browser

In practice, Brave will by default block resources from other domains, so just turn it off on the Google search site.

joplin web clipper

Cannot read or modify data on this site

Sometimes after installing the plugin and making the correct configuration, there is no effect. Viewing the plugin appears gray, indicating that it cannot read or change the data on this site.

In this case, you need to manually configure it to allow.

error

Chrome

chrome

Firefox

firefox

Contribution

If you want to add support for new search engines, you can raise an issue, or modify and propose PR after forking (very simple ).

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

Released under the MIT License.