Sprintページをテンプレートで自動作成する
https://gyazo.com/dfa298714eb1b5fa8d170d1fe7324117
https://gyazo.com/ff1eb896e3d9db0e3e9d36ee91435e9f
一週間ごとに設定しているsprint用のページをテンプレートから自動作成。 以下を利用
テンプレートはたとえば以下。
code:sprint.js
(function() {
const nextSprintNumber = scrapbox.Page.title.split(".") // 新規ページの仮タイトルから、sprint番号を取得
const d = moment()
// ここで返してるものがページのタイトルと本文になるよ!
return `
<[sprint.${nextSprintNumber1 - 1}] [sprint.${nextSprintNumber1 - 0 + 1}]> ${d}
画像
-.icon
Sprint.${nextSprintNumber1}_plan -.icon
今週どうだった?
`
})()
「今週の日付」の取り方がざっくりしているので、スクリプトを発動するタイミング次第では、うまく動かないかも。