今日の日記-button
https://gyazo.com/4e0c6ae505cfc4ea47a398966bacf4d2
code:button.js
function z(i,p){return i.toString().padStart(p, '0');};
const d = new Date();
const date =
d.getFullYear().toString(), z(d.getMonth()+1,2), z(d.getDate(),2)
.join('/');
location.href=
https://scrapbox.io/${scrapbox.Project.name}/${encodeURIComponent(date)}
;
今日の
日記
ページを開く
アイコンボタン
String.prototype.padStart()