背景
- 毎日4本ほど1時間かけて各ブログ類を更新している
- 久々にあった人にツールに関して聞かれたので改めて棚卸
ツール
- タイトルとURLをコピーするbookmarklet(自作)
javascript:(()=>{const t=`${document.title}\n${location.href}`;(async()=>{try{await navigator.clipboard.writeText(t);alert('コピーしました!\n\n'+t)}catch(e){const a=document.createElement('textarea');a.value=t;a.style.position='fixed';a.style.top='-1000px';document.body.appendChild(a);a.focus();a.select();try{document.execCommand('copy')?alert('コピーしました!\n\n'+t):alert('コピーに失敗。手動で選択→コピーしてください。\n\n'+t)}finally{document.body.removeChild(a)}}})();})();
-
- Google検索頻度は減ったが便利 tameshitemita.blog
スプシ to AI to Wordpress投稿
- VectorFlux writing(有料サービス)
- Ghostty(temrminal)
- Gemini
- Perplexity
- Claude
振り返り
思ったよりもツールとしては少なかった。また拡張も少しばらついてきたのでマイユーティリティとしてまとめていきたい