~ [[Garden]]
> [!trees] [[Plant]] | [[Cultivate]] | [[Question]] | [[Repot]] | **[[Revitalise]]** | [[Revisit]] — [[Architect]] ⤴️
If you've tagged notes with `#garden/revitalise` then you want to **revise these notes in a way that gives them new life.** This is often a feeling that something is stuck in the note and if you just rewrote or restructured it, then it would provide you with more clarity and value.
The following view is sorted by most recently modified.
```dataview
TABLE WITHOUT ID
"💦 " + file.link as "Notes to revitalize in the ideaverse",
choice(
contains(file.folder, "+"),
"`" + file.folder + "`",
type
) as "Parent Folder"
FROM #garden/revitalise
WHERE !contains(file.name, "Master Key (Garden Tags)")
SORT file.mtime DESC
LIMIT 77
```