MyNixOS website logo

Bookmark definitions for WaveTerm. Details about the format and the options can be found here: https://docs.waveterm.dev/config#webbookmarks-configuration.

Declarations
Type
JSON value
Default
{ }
Example
{
  "bookmark@claude" = {
    title = "Claude";
    url = "https://claude.ai";
  };
  "bookmark@github" = {
    title = "GitHub";
    url = "https://github.com";
  };
  "bookmark@google" = {
    title = "Google";
    url = "https://www.google.com";
  };
}