# ✧ Thursday, January 08, 2026
[[2026-W02|]]
`BUTTON[prev-day, current-week, next-day]`
```meta-bind-button
id: prev-day
class: phone-responsive
style: primary
label: ← Yesterday
hidden: true
actions:
- type: open
link: "[[/0-TIME GARDEN/01 Daily/2026/01-January/2026-01-07-Wednesday]]"
newTab: false
```
```meta-bind-button
id: current-week
style: primary
class: phone-responsive
label: This Week
hidden: true
actions:
- type: open
link: "[[/0-TIME GARDEN/02 Weekly/2026/2026-W02]]"
newTab: false
```
```meta-bind-button
id: next-day
style: primary
class: phone-responsive
label: Tomorrow →
hidden: true
actions:
- type: open
link: "[[/0-TIME GARDEN/01 Daily/2026/01-January/2026-01-09-Friday]]"
newTab: false
```
```meta-bind
INPUT[text(placeholder('Name your Day!'), class('custom-input')):alias]
```
___
- This is working
---
```meta-bind
INPUT[progressBar(title(⭐Rating), minValue(1), maxValue(10), class('custom-progress-bar'), addLabels(true)):dayRating]
```
### ⚡︎ Progress, Idea, Tags
---
<p hidden>placer</p>
- #progress
- #completed
- #idea
-
___
>[! journal]- This Note From Different Years
>```dataview
TABLE alias
FROM "0-TIME GARDEN/01 Daily"
WHERE dateformat(date, "MM-dd") = dateformat(this.file.day, "MM-dd") AND file.name != this.file.name
SORT date DESC
>```