~ [[Garden]]
> [!trees] [[Plant]] | **[[Cultivate]]** | [[Question]] | [[Repot]] | [[Revitalise]] | [[Revisit]] — [[Architect]] ⤴️
If you've tagged notes with `#garden/cultivate` then you want to **develop these notes further.** This might mean adding more thoughts, context, links, sources, or adding more value to it in some way. You might also make new remarks—clarifying, critiquing, or expanding on the ideas inside.
The following view is sorted by most recently modified.
```dataview
TABLE WITHOUT ID
"☘ " + file.link as "Notes to cultivate in the ideaverse",
choice(
contains(file.folder, "+"),
"`" + file.folder + "`",
type
) as "Parent Folder"
FROM #garden/cultivate
WHERE !contains(file.name, "Master Key (Garden Tags)")
SORT file.mtime DESC
LIMIT 77
```