ページをCosenseに送信するブックマークレット
https://gyazo.com/4e5e1d252f02f5abe9c40c7ceb1f1172
code:js
javascript:(function(){const t=window.prompt(Scrap "${document.title}" to Cosense.,document.title);if(!t)return;const e=[[${window.location.href} ${document.title}]],o=document.querySelector('metaproperty="og:image", metaname="og:image"')?.getAttribute("content");o&&e.push([${o}]),e.push("");const n=encodeURIComponent(e.join("\n")),r=encodeURIComponent(t.trim());window.open(https://scrapbox.io/yamanoku/${r}?body=${n})})();
上記コードでhttps://scrapbox.io/yamanokuとなっている部分を自分のプロジェクトにする
ブックマークレットとして登録し、作りたいページで動作させる
やっていること
ページのタイトルをCosenseのページタイトルにする
og:imageがある場合は挿入する
ページのタイトル含めたリンクを挿入する
https://gyazo.com/0f7a2cdae3d3c476b433024ddeb90a20