alice_fexa
https://lh3.googleusercontent.com/a/ACg8ocLn8eM1aF6BBaodfNr4tv1dTt9BFNoYOhrga5avbCNYRDwnh1Yp=s96-c#.png
ここはalice_fexaのページですCosense Beaver.icon
自己紹介などを書きましょう
control - i キーを押すと、自分のアイコンalice_fexa.iconをすばやく入力できますCosense Beaver.icon
ページ内で一番上にある画像がアイコンに使用されます
ページリスト画面でも表示されます
アイコンは意見の表明や、投票などにも使えますCosense Beaver.icon
なるほど(これは返信の例です)alice_fexa.icon
#member
code:script.js
scrapbox.PopupMenu.addButton({
title: '📕',
onClick: text => text.split('\n').map(line => [! ${line}]).join('\n')
})
scrapbox.PopupMenu.addButton({
title: '📙',
onClick: text => text.split('\n').map(line => [% ${line}]).join('\n')
})
scrapbox.PopupMenu.addButton({
title: '📗',
onClick: text => text.split('\n').map(line => [# ${line}]).join('\n')
})
scrapbox.PopupMenu.addButton({
title: '📘',
onClick: text => text.split('\n').map(line => [~ ${line}]).join('\n')
})