Web page context provider for OpenCtx

This is a context provider for OpenCtx that fetches contents from web pages by URL for use as context.

Usage

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.

Development