0.0.7 • Published 10 months ago

@openctx/provider-confluence v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Confluence context provider for OpenCtx

OpenCtx context provider for bringing Confluence context into code AI and editors.

Usage

  1. Create an API token
  2. Configure your OpenCtx client
"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-confluence": {
        "url": "https://some-org.atlassian.net/wiki",
        "email": "<email-address>",
        "apiToken": "<api-token>",
    }
},

Mention support

  • Searches page titles

Context included

  • Page body

Configuration

  • url — Confluence URL — Required (e.g. "https://some-org.atlassian.net/wiki")
  • email — Email — Required
  • apiToken — API token — Required

Development

Local Testing

  1. Clone the repo
  2. pnpm install
  3. pnpm -C provider/confluence bundle --watch to automatically recompile on changes
  4. Run echo file://$(pwd)/provider/confluence/dist/bundle.js and use that URL in your OpenCtx instead of "https://openctx.org/npm/@openctx/provider-confluence"
  5. Reload your OpenCtx client
0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago