Joplin Search Integration 제작자: rxliuli
When using search, related Joplin notes are also displayed in the search results.
사용자 35명사용자 35명
확장 메타 데이터
스크린샷
정보
# Joplin Search Integration
> [GitHub](https://github.com/rxliuli/joplin-utils/tree/master/apps/joplin-search-integration)
## Introduction
When using web search, related Joplin notes are also displayed in the search results.
## FAQ
### What does token/port refer to and where can I find it?
You can usually see it in **Tools > Options > Web Clipper**
### No search results in Brave browser
In fact, Brave will block resources from other domains by default, so you can
turn it off on the Google search site.
## 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
> [GitHub](https://github.com/rxliuli/joplin-utils/tree/master/apps/joplin-search-integration)
## Introduction
When using web search, related Joplin notes are also displayed in the search results.
## FAQ
### What does token/port refer to and where can I find it?
You can usually see it in **Tools > Options > Web Clipper**
### No search results in Brave browser
In fact, Brave will block resources from other domains by default, so you can
turn it off on the Google search site.
## 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
8명이 4.8점으로 평가함
권한 및 데이터
필수 권한:
- localhost:27583에서 사용자의 데이터에 접근
- localhost:41184에서 사용자의 데이터에 접근
- cn.bing.com에서 사용자의 데이터에 접근
- duckduckgo.com에서 사용자의 데이터에 접근
- search.brave.com에서 사용자의 데이터에 접근
- www.baidu.com에서 사용자의 데이터에 접근
- www.bing.com에서 사용자의 데이터에 접근
- www.google.cn에서 사용자의 데이터에 접근
- www.google.co.jp에서 사용자의 데이터에 접근
- www.google.co.uk에서 사용자의 데이터에 접근
- www.google.com.au에서 사용자의 데이터에 접근
- www.google.com.hk에서 사용자의 데이터에 접근
- www.google.com에서 사용자의 데이터에 접근
- www.google.de에서 사용자의 데이터에 접근
- www.google.es에서 사용자의 데이터에 접근
- www.google.fr에서 사용자의 데이터에 접근
- www.google.it에서 사용자의 데이터에 접근
- www.google.ru에서 사용자의 데이터에 접근
추가 정보