daiiz
Daiki Iizuka
https://gyazo.com/bbbfc7fc6c0b473d10b60c86fd09da81 https://gyazo.com/fcce660de87f8260eac1c296bfd22e52
code記法、ファイル名が同じなら分割して書かれていても一枚岩のファイルになる仕組みが素晴らしい
code:script.js
$('body').attr('data-daiiz-rel-bubble', 'on');
$('body').attr('data-daiiz-text-bubble', 'on');
$('body').attr('data-daiiz-icon-button', 'on');
/icons/水平線.icon
ここからはカスタマイズ
x days ago をうまく表示できているはず
code:style_.css
.unread {
width: 0px !important;
border-right-width: 3px !important;
border-left-width: 10px !important; /* テロメアの太さ最大値 */
border-right-color: #007 !important; border-left-color: #8f9899 !important; }
.unread:hover {
width: auto !important;
border-right: 0 !important;
}
code:script.js
scrapbox.PopupMenu.addButton({
title: 'quote',
onClick: text => text.split(/\n/).map(line => > ${line}).join('\n')
})