When using the search, related Joplin notes are also displayed in the search results
# Joplin Search Integration
> [GitHub](https://github.com/rxliuli/joplin-search-intergration), [Chrome Store](https://chrome.google.com/webstore/detail/joplin-search-integration/mcjkdcifkhjenpfjacnbhpdcnjknjkhj)
## Introduction
When using search, related Joplin notes are also displayed in the search results.


Currently supported search engines include
- Google
- Bing
- Baidu
## FAQ
### What does token/port refer to and where can I find it?
You can usually see it in **Tools > Options > Web Clipper**

## Contribute
If you want to add new search engine support, you can raise an issue, or fork it and then modify it to mention PR (very
simple)
1. in manifest.json add the url of matching search engine
2. implement BaseSearchEngineAdapter interface