ricapitolare
Ex.
New! 2021/02/21
svgでogpを画像化したものが取得できるようになりました
https://ricapitolare.vercel.app/svg?url=https://shonenjumpplus.com/episode/13933686331775866261#.png https://shonenjumpplus.com/episode/13933686331775866261
追記 2022/03/21
今はCmd+Shift+Vでペタっとタイトルまで貼り付けられるので、大抵の引用はそちらでよさそう
code:svg.js
scrapbox.PopupMenu.addButton({
title: "ricapitolare",
onClick: (text) => {
return [https://ricapitolare.vercel.app/svg?url=${text}#.svg ${text}];
},
});