別名記事登録ボタン
https://gyazo.com/b4ba986400a1c3075baa5cf9332cae74
2023/9/7 23:57
code:script.js
scrapbox.PageMenu.addMenu({
title: "別名登録",
onClick: () => {
const title = scrapbox.Page.title;
const brief = (() => {
const temp = title
.split(/\b/)
.filter(x => x.length > 1)
.map(x => x0.toUpperCase()) .join("");
return prompt(title + " の別名", temp);
})();
const body = encodeURIComponent(\n\`${brief}\`#${title.replaceAll(" ", "_")}\`\`\n#${brief.replaceAll(" ", "_")}\`);
window.open(
"_blank",
"width"
);
}
});