parent
dcdc482146
commit
cedc481497
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "emoji-shortcodes",
|
||||
"name": "Emoji Shortcodes",
|
||||
"version": "2.0.0",
|
||||
"minAppVersion": "0.12.11",
|
||||
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
|
||||
"author": "phibr0",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
"isDesktopOnly": false
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
a[href="https://www.buymeacoffee.com/phibr0"] > img {
|
||||
height: 2.2em;
|
||||
}
|
||||
|
||||
a[href="https://www.buymeacoffee.com/phibr0"]{
|
||||
transform: translate(0, 5%);
|
||||
}
|
||||
|
||||
.ES-suggester-container {
|
||||
display: flex;
|
||||
place-content: space-between;
|
||||
}
|
||||
|
||||
.ES-shortcode {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.ES-suggestion-item {
|
||||
padding-left: 10px;
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-dice-roller",
|
||||
"name": "Dice Roller",
|
||||
"version": "6.5.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Inline dice rolling for Obsidian.md",
|
||||
"author": "Jeremy Valentine",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
"id": "obsidian-dice-roller",
|
||||
"name": "Dice Roller",
|
||||
"version": "7.0.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Inline dice rolling for Obsidian.md",
|
||||
"author": "Jeremy Valentine",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "1.8.1",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "0.11.13",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"isDesktopOnly": false
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "1.9.8",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "0.11.13",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,146 @@
|
||||
---
|
||||
|
||||
Alias: ["Family organisation"]
|
||||
Tag: ["Personal", "Family"]
|
||||
Date: 2021-10-01
|
||||
DocType: "Personal"
|
||||
Hierarchy: "Root"
|
||||
CollapseMetaTable: Yes
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[Family]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Create New Note
|
||||
type note(New Note) template
|
||||
action Template Note
|
||||
id NewNote
|
||||
```
|
||||
^button-FamilyNewNote
|
||||
|
||||
```button
|
||||
name Create New Source
|
||||
type note(New Source) template
|
||||
action Template Source
|
||||
id NewNote
|
||||
```
|
||||
^button-FamilyNewSource
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-FOSave
|
||||
|
||||
 
|
||||
|
||||
# Folder map
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
This note enables to navigate in the Family section and find any Note in this Vault by Note or Tag
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Master Navigation
|
||||
 
|
||||
|
||||
```dataview
|
||||
Table Date as "Creation Date" from "Family"
|
||||
Sort Date ascending
|
||||
```
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### High Level tasks
|
||||
|
||||
 
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes Family
|
||||
description does not include :gift:
|
||||
description does not include :birthday:
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Next 5 birthdays
|
||||
|
||||
 
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes Family
|
||||
description includes :birthday:
|
||||
limit to 5 tasks
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Tag Navigation
|
||||
|
||||
 
|
||||
|
||||
```dataview
|
||||
Table without id tags as "Tags" From "Family"
|
||||
Flatten file.tags as tags
|
||||
Group by tags
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### TimeStamp check
|
||||
 
|
||||
|
||||
```dataview
|
||||
Table TimeStamp as "Time Stamp" from "Family"
|
||||
Where TimeStamp > date(today) - dur(100 years)
|
||||
Sort TimeStamp ascending
|
||||
```
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,115 @@
|
||||
---
|
||||
|
||||
Tag: ["Family", "Dad", "Chapal", "Place"]
|
||||
Date: 2021-09-30
|
||||
DocType: "Personal"
|
||||
Hierarchy: "Root2"
|
||||
TimeStamp:
|
||||
CollapseMetaTable: Yes
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[Family]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-TNSave
|
||||
|
||||
 
|
||||
|
||||
# Basville
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Basville, life and adventures
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Lieux de visite
|
||||
|
||||
 
|
||||
|
||||
#### Famille
|
||||
|
||||
1. Thyx -> Cousins
|
||||
2. Chardot
|
||||
|
||||
 
|
||||
|
||||
#### Tourisme
|
||||
|
||||
1. Aubusson
|
||||
1. Musée de la Tapisserie
|
||||
2. Manufacture St-Jean
|
||||
3. Chateau
|
||||
2. Felletin
|
||||
1. Michel Pinton / Nicolas Pinton (HEC meme année que Thomas BV)
|
||||
3. St-Georges Nigremont
|
||||
1. Belvédere + église
|
||||
2. Bouquin de Georges Nigremont (Jeantou, Masson creusois)
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Vie de creuse
|
||||
|
||||
 
|
||||
|
||||
#### August 2021: Porcherie à Giat
|
||||
|
||||
|
||||
##### Points saillants
|
||||
|
||||
1. Usage intensif de l'eau
|
||||
2. Pollution
|
||||
3. Exonomiquement pas viable
|
||||
|
||||
|
||||
##### Business plan
|
||||
|
||||
Résultat après annuité: €21,054 p.a.
|
||||
Cout de crédit: €14,614.46 p.a.
|
||||
Résultat net après coûts financiers: €6,439.54 p.a.
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Archives
|
||||
|
||||
 
|
||||
|
||||
[https://www.archives-genealogiques.com/dept.php?dept=87](https://www.archives-genealogiques.com/dept.php?dept=87)
|
||||
|
||||
|
||||
[http://www.cd-traiteur.fr/index.php/des-sites-d-exceptions/item/18-chateau-teyssier-de-savy](http://www.cd-traiteur.fr/index.php/des-sites-d-exceptions/item/18-chateau-teyssier-de-savy)
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,145 @@
|
||||
---
|
||||
|
||||
Tag: ["Family", "Birthday"]
|
||||
Date: 2021-10-01
|
||||
DocType: "Personal"
|
||||
Hierarchy: Root2
|
||||
TimeStamp:
|
||||
CollapseMetaTable: Yes
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Family organisation|Family organisation]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-BirthdaySave
|
||||
|
||||
 
|
||||
|
||||
# Birthdays
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Family birthdays
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
```toc
|
||||
style: number
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Family
|
||||
|
||||
 
|
||||
|
||||
- [ ] :birthday: **Papa** 🔁 every year 📅 2022-08-30
|
||||
- [x] :birthday: Papa 🔁 every year 📅 2021-08-30 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Maman** 🔁 every year 📅 2022-09-04
|
||||
- [x] :birthday: Maman 🔁 every year 📅 2021-09-04 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Noémie** 🔁 every year 📅 2022-06-20
|
||||
- [x] :birthday: Noémie 🔁 every year 📅 2021-06-20 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Marguerite** 🔁 every year 📅 2022-05-02
|
||||
- [x] :birthday: Marguerite 🔁 every year 📅 2021-05-02 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Éloi** 🔁 every year 📅 2022-05-09
|
||||
- [x] :birthday: Éloi 🔁 every year 📅 2021-05-09 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Opportune** 🔁 every year 📅 2022-07-14
|
||||
- [x] :birthday: Opportune 🔁 every year 📅 2021-07-14 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Philomène** 🔁 every year 📅 2022-04-18
|
||||
- [x] :birthday: Philomène 🔁 every year 📅 2021-04-18 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Aglaé** 🔁 every year 📅 2022-02-25
|
||||
- [x] :birthday: Aglaé 🔁 every year 📅 2021-02-25 ✅ 2021-10-01
|
||||
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Le Bastart
|
||||
|
||||
 
|
||||
|
||||
#### Noémie
|
||||
|
||||
- [ ] :birthday: **Séraphine** 🔁 every year 📅 2021-11-27
|
||||
|
||||
 
|
||||
|
||||
#### Évrard
|
||||
|
||||
- [ ] :birthday: **Évrard** 🔁 every year 📅 2021-10-14
|
||||
- [ ] :birthday: **Hortense BV** 🔁 every year 📅 2022-02-27
|
||||
- [ ] :birthday: **Marc BV** 🔁 every year 📅 2021-12-04
|
||||
- [ ] :birthday: **Quentin BV** 🔁 every year 📅 2022-04-21
|
||||
- [ ] :birthday: **Armand BV** 🔁 every year 📅 2022-01-03
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Bédier
|
||||
|
||||
 
|
||||
|
||||
- [ ] :birthday: **Bon Papa** 🔁 every year 📅 2021-12-07
|
||||
- [ ] :birthday: **Bonne Maman** 🔁 every year 📅 2022-07-13
|
||||
|
||||
 
|
||||
|
||||
#### Jérôme
|
||||
|
||||
- [ ] :birthday: **Jérôme** 🔁 every year 📅 2022-01-14
|
||||
- [ ] :birthday: **Joséphine** 🔁 every year 📅 2022-01-21
|
||||
- [ ] :birthday: **Louis** 🔁 every year 📅 2022-03-31
|
||||
- [ ] :birthday: **Élise** 🔁 every year 📅 2022-02-28
|
||||
|
||||
 
|
||||
|
||||
#### Christophe
|
||||
|
||||
- [ ] :birthday: **Hortense** 🔁 every year 📅 2022-05-19
|
||||
- [ ] :birthday: **Olympe** 🔁 every year 📅 2021-10-14
|
||||
- [ ] :birthday: **Achille** 🔁 every year 📅 2022-04-20
|
||||
- [ ] :birthday: **Isaure** 🔁 every year 📅 2022-04-21
|
||||
|
||||
 
|
||||
|
||||
#### Hortense
|
||||
|
||||
- [ ] :birthday: **Thaïs** 🔁 every year 📅 2022-02-06
|
||||
|
||||
 
|
||||
|
||||
#### Charles
|
||||
|
||||
- [ ] :birthday: **Ophélie** 🔁 every year 📅 2022-09-05
|
||||
- [ ] :birthday: **Hilaire** 🔁 every year 📅 2022-08-26
|
||||
- [ ] :birthday: **Auguste** 🔁 every year 📅 2022-09-30
|
||||
- [x] :birthday: **Auguste** 🔁 every year 📅 2021-09-30 ✅ 2021-10-01
|
||||
- [ ] :birthday: **Eustache** 🔁 every year 📅 2021-12-08
|
||||
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,185 @@
|
||||
---
|
||||
|
||||
Tag: ["Personal", "Family"]
|
||||
Date: 2021-10-01
|
||||
DocType: "Task"
|
||||
Hierarchy: Root2
|
||||
Priority: High
|
||||
Status: In-progress
|
||||
StartDate: 2021-10-01
|
||||
DueDate: 2021-12-31
|
||||
NextReviewDate: 2021-11-01
|
||||
TimeStamp: 2021-10-01
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@Life Organisation|Life Orga]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Edit Task parameters
|
||||
type command
|
||||
action MetaEdit: Run MetaEdit
|
||||
id EditMetaData
|
||||
```
|
||||
^button-FamilyTaskEdit
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-FamilySave
|
||||
|
||||
 
|
||||
|
||||
# Family
|
||||
|
||||
 
|
||||
|
||||
```ad-abstract
|
||||
title: Summary
|
||||
collapse: open
|
||||
Task master for everything relating to family.
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Next 5 birthdays
|
||||
|
||||
 
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes Family
|
||||
description includes :birthday:
|
||||
limit to 5 tasks
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### To-dos
|
||||
|
||||
 
|
||||
|
||||
- [ ] Re-start dialogue
|
||||
|
||||
 
|
||||
|
||||
**[[@Investment Task master|Investments]]**
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes Investments/
|
||||
description includes Ta
|
||||
is not recurring
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
**[[hLedger]]**
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes hLedger
|
||||
is not recurring
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Recurring sub-Tasks
|
||||
|
||||
**[[@Investment Task master|Investments]]**
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes Investments
|
||||
description includes Ta
|
||||
is recurring
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
**[[hLedger]]**
|
||||
|
||||
```tasks
|
||||
not done
|
||||
path includes hLedger
|
||||
is recurring
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Completed tasks
|
||||
|
||||
 
|
||||
|
||||
**[[@Investment Task master|Investments]]**
|
||||
|
||||
```tasks
|
||||
done
|
||||
path includes Investments
|
||||
description includes Ta
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
**[[hLedger]]**
|
||||
|
||||
```tasks
|
||||
done
|
||||
path includes hLedger
|
||||
sort by due
|
||||
hide backlink
|
||||
hide task count
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
### Dependencies
|
||||
|
||||
|
||||
 
|
||||
 
|
Loading…
Reference in new issue