自作カレンダー表示
https://gyazo.com/d5cbf6ff3f17c0070731a9fe1d82f568
以下のようなjsonを作っておき、それをfetchして曜日ごとのマスを作っている。
code:diary.json
{
"year": "2024",
"line": [],
"descriptions": [],
"address": "yearly",
"type": "card",
"main": [
{
"id": "1月",
"title": "1月",
"updated": 1703993945805,
"lines": [
"1月26日 ブックカタリスト読書会",
"『精神の生態学へ』(中)を読む"
],
"descriptions": [],
"image": null,
"address": "monthly",
"type": "card"
},
{
"id": "1week",
"title": "1week",
"updated": 1703993945805,
"lines": [
"THを進める"
],
"descriptions": [],
"image": null,
"address": "weekly",
"type": "card"
},
{
"id": "2024/01/01",
"title": "2024/01/01",
"updated": 1703993945805,
"weekday": "月",
"lines": [],
"descriptions": [],
"image": null,
"address": "diary",
"type": "card"
}]
}
2024/3/3もしかしたら作り替えるかもしれないので、スナップショットとしてrashita.icon