Webクリップ
https://gyazo.com/008d11218156338763d7ccf2de410a7d
Webからクリッピングしたページ
Pocketの代わり
Bookmarklet
javascript:(function(){var title=window.prompt(Scrap "${document.title}" to catch.jp scrapbox.,document.title);if(!title)return;var lines=['',document.title,window.location.href];var quote=window.getSelection().toString();if(quote.trim())lines=lines.concat(quote.split(/\n/g).map(function(line){return' > '+line}));lines.push('');lines.push('#Webクリップ');var today=new Date(),yyyy=today.getFullYear(),mm=String(today.getMonth()+1).padStart(2,'0'),dd=String(today.getDate()).padStart(2,'0');lines.push(yyyy+'-'+mm+'-'+dd);var body=encodeURIComponent(lines.join('\n'));window.open('https://scrapbox.io/<<project-ID>>/'+encodeURIComponent(title.trim())+'?body='+body)})();
<<project-ID>> を置き換える