You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
1.7 KiB

---
Alias: ["Plants"]
Tag: ["🪴", "🏕️", "🏠"]
Date: 2023-10-03
DocType: Note
ChildrenType: ["Plant"]
Hierarchy: "Root"
location:
CollapseMetaTable: true
---
Parent:: [[Household]]
---
 
```button
name Create Note
type append template
action NewFile
id CreateNote
```
^button-PlantsNewNote
```button
name Save
type command
action Save current file
id Save
```
^button-PlantsSave
 
# Folder map
 
> [!summary]+
> This note enables to navigate in the 00.02 Inbox section and find any Note in this Vault by Note or Tag
 
```toc
style: number
```
 
---
 
### Master Navigation
 
```dataview
Table Date as "Creation Date" from "01.08 Garden"
where DocType = "Plant"
Sort Date ascending
```
 
---
 
### High Level tasks
 
```tasks
not done
path includes 01.08
sort by due
hide backlink
hide task count
```
 
---
 
### Notes
 
Magasins:
1. Hauenstein
2. Jumbo Pflanzen
3. Hornbach
4. Landi
 
Arbustes
1. Kolkwitzia
2. Amandier de Chine (Prunus Triloba)
3. Weigelia
 
10 months ago
#### Tasks for plants
8 months ago
- [ ] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-04-30
- [x] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-03-31 ✅ 2024-03-29
10 months ago
 
---
 
### Tag Navigation
 
```dataview
Table without id tags as "Tags" From "01.08 Garden"
Flatten file.tags as tags
Group by tags
```
 
---
 
### TimeStamp check
 
```dataview
Table TimeStamp as "Time Stamp" from "01.08 Garden"
Where TimeStamp > date(today) - dur(100 years)
Sort TimeStamp ascending
```