This is a context provider for OpenCtx that fetches contents from web pages by URL for use as context.
Add the following to your settings in any OpenCtx client:
"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/provider-web": true
},
Then use the @
-mention type Web URLs and enter a URL, such as https://example.com
, to include the web page's contents as context.
- Source code
- Docs
- License: Apache 2.0