replaceLinks
import { replaceLinks } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";指定したproject内の全てのリンクを書き換える
リンクと同一のタイトルは書き換わらないので注意
- タイトルも書き換えたいときは/browser/mod.tsの
patch()などで書き換えること
const replaceLinks: (
project: string,
from: string,
to: string,
init?: ExtendedOptions,
) => Promise<Result<number, NotFoundError | NotLoggedInError | NotMemberError>>;