Extensions

Every extension here lives in Spyxpo/knotbook-extensions. Install one from the desktop app: Extensions → + in the sidebar. Building your own? See the developer guide.

Loading extensions…

How extensions work

  1. Clone Spyxpo/knotbook-extensions and point the desktop app at the folder you want: Extensions → + in the sidebar.
  2. Extensions load disabled. Read the manifest and the permissions it asks for, then click the row to enable it.
  3. Permissions are declared up front — an extension that never lists notes:write cannot write to your notes.
  4. To publish one, open a PR against the extensions repository. The developer guide covers the manifest and the API.