これは何?
良い記事を保存するためのもの
以下をブックマークレットとして実行するだけ
code:javascript
javascript:(function(){
var project='tamago-bookmarks';
var title=window.prompt(Register to ${project},document.title);
if(!title) return;
var quote=window.getSelection().toString();
if (quote.trim()) lines=lines.concat(quote.split(/\n/g).map(function(line){return ' > '+line;}));
lines.push('');
var body=encodeURIComponent(lines.join('\n'));
window.open(https://scrapbox.io/${project}/+encodeURIComponent(title.trim())+'?body='+body);
})();