~ [[Garden]]
> [!trees] **[[Plant]]** | [[Cultivate]] | [[Question]] | [[Repot]] | [[Revitalise]] | [[Revisit]] — [[Architect]] ⤴️
If you've tagged notes with `#garden/plant`, you probably made them in a rush, but you want to remind yourself to **connect these notes to the rest of your ideaverse.**
The following view is sorted by most recently modified.
```dataview
TABLE WITHOUT ID
"🌱 " + file.link as "Notes to plant in the ideaverse",
choice(contains(file.folder, "+"),
"`" + file.folder + "`",
type
) as "Parent Folder"
FROM #garden/plant
WHERE !contains(file.name, "Master Key (Garden Tags)")
SORT file.mtime DESC
LIMIT 77
```