選択テキストから横断検索する
https://gyazo.com/6ad48b95a170f84d23c37abd8dd3cd2d
他のプロジェクト内のテキストも検索できる
かなり便利な気がする!
code:script.js
scrapbox.PopupMenu.addButton({
title: '横断検索',
onClick: text => location.href=https://scrapbox.io/${scrapbox.Project.name}/search/page?q=${text}
})