%%
> [!summary] Related
> ```dataview
> LIST
> FROM ""
> WHERE contains(related, [[]]) OR contains(this.related, file.link)
> ```
%%
# Beginning again
---
Every day is precious. And every day is another chance. As [[Jack Kornfield]] reminds us, [[“No matter how hard the past, you can always begin again.”]]
As [[Susan Coolidge]] reminds us in her poem [[New Every Morning by Susan Coolidge|New Every Morning]]:
> Every day is a fresh beginning;
> Listen, my soul, to the glad refrain,
> And, spite of old sorrow and older sinning,
> And puzzles forecasted and possible pain,
> Take heart with the day, and begin again.
And after a change of mood? Read [[Dust of Snow by Robert Frost]].
---
%%
# Reference
```dataview
LIST
FROM [[]] OR #begin-again AND !outgoing([[]]) AND -"Templates"
WHERE file.name != this.file.name
SORT file.name ASC
```
---
# Archive
- [[Every day is another chance, Tom.]]
%%