SetupInit
import type { SetupInit } from "https://raw.githubusercontent.com/takker99/scrapbox-select-suggestion/0.6.0/mod.tsx";interface SetupInit {
debug?: boolean;
enableSelfProjectOnStart?: boolean;
hideSelfMark?: boolean;
limit?: number;
mark?: Record<string, string | URL>;
projects?: string[];
style?: URL | string;
}