Joplin Search Integration
Introduction
When using the search, relevant Joplin notes will also appear in the search results.
Currently supported search engines include:
- 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.
No search results in Brave browser
Brave typically blocks resources from other domains by default, so just disable it on the Google search site.
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.
Chrome
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).
- Add the URL of the matching search engine in the manifest.json.
- Implement the BaseSearchEngineAdapter interface.