script.js
// タイムスタンプ
scrapbox.TimeStamp.addFormat('YYYY/MM/DD HH:mm') ;
// PopupMenuにbuttonに追加する
scrapbox.PopupMenu.addButton({
title: 'red',
onClick: text => {
return '[! ' + text + ']';
}
})
// 日記テンプレート
addTemplateItemsToPageMenu()
function addTemplateItemsToPageMenu() {
// テンプレートメニューの定義ここから ---------
const __templates = [
{ title: '📄 dialy', template: '/api/code/scrasobox/テンプレート/週報テンプレートS.j' }
]
// テンプレートメニューの定義ここまで ---------
}
}
style.css// color
.deco-\!red{
color: #f00;
}
a#Templates.tool-btn:hover { text-decoration: none }
a#Templates.tool-btn::before { position: absolute; content: '\f067'; font: 900 21px/46px 'Font Awesome 5 Free' }
a#Templates.tool-btn img { opacity: 0 }