失敗の分析template
失敗の分析を行うためのtemplate
code:analysis.js
import {createPage} from '/api/code/takker/Scrapbox_template_utilities/utilities.js';
export default () => createPage((today, time) =>
['new', [
'背景',
' 理想',
' ',
'',
'失敗',
' ',
'',
'原因',
' ',
'',
'失敗の分析',
' ',
'',
'再発防止策',
' 今やること',
' ゆっくり実装すること',
'',
#${today} ${time}]]);
#2020-10-16 10:44:48
Scrapbox template utilitiesを適用した
#2020-10-02
↓これがちゃんと適用されていなかったのを直した
#2020-08-19 12:20:11
projectの名前をscriptから取得するようにした
#2020-08-07 00:53:22
templateを新しいタブで開く用に書き換えた
#2020-08-05 22:14:17