Skip to content

Installation

Install the Knowboard vscode extension.

A Zed extension is available in the knowboard repo but it has not been published to the Zed extensions listing yet.

If you want to try it out you can clone the repository:

Terminal window
git clone https://github.com/knowboard/knowboard

In the Zed command palette, run zed: install dev extension and select the editors/zed from your clone.

Knowboard is implemented as a Language Server which can be installed with other editors that support it.

The Language Server is distrubuted as a standalone binary which can be downloaded from the GitHub Releases.

The extensions will automatically fetch the current LSP from GitHub releases and start it.

You can also download the binary manually and put it on the PATH. However, in this case the extension will no longer automatically fetch updates, so you will need to update the binary yourself when a new release is available.