NewWIP
code:script.js
scrapbox.PageMenu.addMenu({
title: 'NewWIP',
onClick: () => {func()},
});
function func(){
var project=location.pathname.split('/');
var title = scrapbox.Page.title;
var number = Number(title.substr( 0, 5 ));
var now = new Date();
const encoded = encodeURI(path);
window.location.href = encoded;
}