--- 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   #### Tasks for plants - [ ] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-06-30 - [x] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-05-31 ✅ 2024-05-24 - [x] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-04-30 ✅ 2024-05-24 - [x] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-03-31 ✅ 2024-05-24 - [x] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-04-30 ✅ 2024-04-26 - [x] :potted_plant: [[@Plants|Plants]]: Buy fertilizer for the season %%done_del%% 🔁 every year on the last 📅 2024-03-31 ✅ 2024-03-29   ---   ### 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 ```