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