parent
5d2041bfe1
commit
7b57b2a984
@ -1,8 +1,734 @@
|
|||||||
{
|
{
|
||||||
"calendars": [],
|
"calendars": [
|
||||||
|
{
|
||||||
|
"name": "D2D Calendar",
|
||||||
|
"description": "A calendar for the real world. Note: May not be 100% accurate.",
|
||||||
|
"static": {
|
||||||
|
"incrementDay": true,
|
||||||
|
"displayMoons": true,
|
||||||
|
"firstWeekDay": 6,
|
||||||
|
"overflow": true,
|
||||||
|
"weekdays": [
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Sunday",
|
||||||
|
"id": "ID_19ea684b4a08"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Monday",
|
||||||
|
"id": "ID_2928b90ab949"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Tuesday",
|
||||||
|
"id": "ID_0ad9a8f9e95b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Wednesday",
|
||||||
|
"id": "ID_195a4b290bc9"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Thursday",
|
||||||
|
"id": "ID_abe8c89b0999"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Friday",
|
||||||
|
"id": "ID_2b5b8a79fa4a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "day",
|
||||||
|
"name": "Saturday",
|
||||||
|
"id": "ID_1a78cb79c8cb"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"months": [
|
||||||
|
{
|
||||||
|
"name": "January",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_e9997a780b3a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "February",
|
||||||
|
"type": "month",
|
||||||
|
"length": 28,
|
||||||
|
"id": "ID_b8c9ebeb0b89"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "March",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_b83bda2b9be8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "April",
|
||||||
|
"type": "month",
|
||||||
|
"length": 30,
|
||||||
|
"id": "ID_29baea7b28ab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "May",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_6a3899fad909"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "June",
|
||||||
|
"type": "month",
|
||||||
|
"length": 30,
|
||||||
|
"id": "ID_384aeb1afa8a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "July",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_48b8cba87b8a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "August",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_fa0b1a6bab8a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "September",
|
||||||
|
"type": "month",
|
||||||
|
"length": 30,
|
||||||
|
"id": "ID_da880b8af849"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "October",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_babba8186968"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "November",
|
||||||
|
"type": "month",
|
||||||
|
"length": 30,
|
||||||
|
"id": "ID_da582bfaf9b9"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "December",
|
||||||
|
"type": "month",
|
||||||
|
"length": 31,
|
||||||
|
"id": "ID_ba1bab4a3a28"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"moons": [
|
||||||
|
{
|
||||||
|
"name": "Moon",
|
||||||
|
"cycle": 29.530588853,
|
||||||
|
"offset": 9.24953,
|
||||||
|
"faceColor": "#ffffff",
|
||||||
|
"shadowColor": "#000000",
|
||||||
|
"id": "ID_a9ab186b1819"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"leapDays": [
|
||||||
|
{
|
||||||
|
"name": "Leap Day",
|
||||||
|
"type": "leapday",
|
||||||
|
"interval": [
|
||||||
|
{
|
||||||
|
"ignore": false,
|
||||||
|
"exclusive": false,
|
||||||
|
"interval": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ignore": false,
|
||||||
|
"exclusive": true,
|
||||||
|
"interval": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ignore": false,
|
||||||
|
"exclusive": false,
|
||||||
|
"interval": 400
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"offset": 0,
|
||||||
|
"timespan": 1,
|
||||||
|
"intercalary": false,
|
||||||
|
"id": "ID_b91ad86a887a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"eras": [
|
||||||
|
{
|
||||||
|
"name": "Before Christ",
|
||||||
|
"description": "",
|
||||||
|
"format": "Year {{abs_year}} - {{era_name}}",
|
||||||
|
"start": {
|
||||||
|
"year": -1,
|
||||||
|
"month": 0,
|
||||||
|
"day": 31
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Anno Domini",
|
||||||
|
"description": "",
|
||||||
|
"format": "Year {{year}} - {{era_name}}",
|
||||||
|
"start": {
|
||||||
|
"year": 1,
|
||||||
|
"month": 0,
|
||||||
|
"day": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"offset": 2
|
||||||
|
},
|
||||||
|
"current": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 4
|
||||||
|
},
|
||||||
|
"events": [
|
||||||
|
{
|
||||||
|
"name": "Summer Solstice",
|
||||||
|
"description": "At the summer solstice, the Sun travels the longest path through the sky, and that day therefore has the most daylight.",
|
||||||
|
"id": "824599",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Winter Solstice",
|
||||||
|
"description": "The winter solstice marks the shortest day and longest night of the year, when the sun is at its lowest arc in the sky.",
|
||||||
|
"id": "824600",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Spring Equinox",
|
||||||
|
"description": "The equinox marks the day and the night is equally as long.",
|
||||||
|
"id": "824601",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Autumn Equinox",
|
||||||
|
"description": "The equinox marks the day and the night is equally as long.",
|
||||||
|
"id": "824602",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Paschal Full Moon",
|
||||||
|
"description": "The first full moon after march 21st, which is considered the fixed date for the spring equinox.",
|
||||||
|
"id": "824604",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": "christian-holidays"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Easter",
|
||||||
|
"description": "Easter is considered the most important feast for Christians, celebrating the resurrection of Christ. It is classed as a moveable feast occurring on the first full moon after the spring equinox, which is considered to be fixed at March 21st for the sake of computing the date.",
|
||||||
|
"id": "824605",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": "christian-holidays"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Easter Monday",
|
||||||
|
"description": "The Monday following the Easter Sunday is often considered part of the Easter Celebration and is a day off in many countries with a strong Christian tradition.",
|
||||||
|
"id": "824606",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": "christian-holidays"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Good Friday",
|
||||||
|
"description": "Good Friday is the Friday preceding Easter. It comemmorates the crucifixion of Christ according to the Bible.",
|
||||||
|
"id": "824607",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": "christian-holidays"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pentecost",
|
||||||
|
"description": "Celebrated exactly 50 days after Easter, Pentecost is the celebration of the Holy Spirit appearing before the Apostles as described in the Bible.",
|
||||||
|
"id": "824608",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": null,
|
||||||
|
"year": null,
|
||||||
|
"month": null
|
||||||
|
},
|
||||||
|
"category": "christian-holidays"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "New Year's Day",
|
||||||
|
"description": "New Year's Day marks the start of a new year on the Gregorian Calendar. It starts when the clock strikes midnight and is often celebrated with fireworks, champagne and kissing.",
|
||||||
|
"id": "824609",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 1,
|
||||||
|
"year": null,
|
||||||
|
"month": 0
|
||||||
|
},
|
||||||
|
"category": "secular-holidays",
|
||||||
|
"end": {
|
||||||
|
"day": 1,
|
||||||
|
"year": null,
|
||||||
|
"month": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Valentine's Day",
|
||||||
|
"description": "Valentine's day is a celebration of love and romance that is popular across the world. Many more cynically minded people mostly consider it an attempt to monetize the expectation of romantic gestures on the holiday through gift cards, flowers, chocolate and dates.",
|
||||||
|
"id": "824610",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 14,
|
||||||
|
"year": null,
|
||||||
|
"month": 1
|
||||||
|
},
|
||||||
|
"category": "secular-holidays",
|
||||||
|
"end": {
|
||||||
|
"day": 14,
|
||||||
|
"year": null,
|
||||||
|
"month": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Halloween",
|
||||||
|
"description": "Halloween is holiday popular in the US, Canada and Ireland that has gradually been adopted by more and more countries. It is often celebrated by people dressing up, usually as something scary. Children will often go from door to door shouting \"trick or treat\" in the hopes of receiving candy, while adults tend to go to parties.",
|
||||||
|
"id": "824611",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 31,
|
||||||
|
"year": null,
|
||||||
|
"month": 9
|
||||||
|
},
|
||||||
|
"category": "secular-holidays",
|
||||||
|
"end": {
|
||||||
|
"day": 31,
|
||||||
|
"year": null,
|
||||||
|
"month": 9
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Christmas",
|
||||||
|
"description": "Christmas is a Christian holiday celebrating the birth of Christ. Due to a combination of marketability and long lasting traditions it is popular even among many non-Christians, especially in countries that have a strong Christian tradition.",
|
||||||
|
"id": "824603",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 25,
|
||||||
|
"year": null,
|
||||||
|
"month": 11
|
||||||
|
},
|
||||||
|
"category": "christian-holidays",
|
||||||
|
"end": {
|
||||||
|
"day": 25,
|
||||||
|
"year": null,
|
||||||
|
"month": 11
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Introduction of the Gregorian Calendar",
|
||||||
|
"description": "On this day in 1582 the Gregorian calendar was officially introduced, following Thursday October 4th on the Julian Calendar",
|
||||||
|
"id": "824614",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 15,
|
||||||
|
"year": 1582,
|
||||||
|
"month": 9
|
||||||
|
},
|
||||||
|
"category": "historical-events",
|
||||||
|
"end": {
|
||||||
|
"day": 15,
|
||||||
|
"year": 1582,
|
||||||
|
"month": 9
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Work on the first version of this calendar started.",
|
||||||
|
"description": "Aecius started work on the first version Gregorian Calendar for Fantasy Calendar on this day.",
|
||||||
|
"id": "824612",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 23,
|
||||||
|
"year": 2019,
|
||||||
|
"month": 5
|
||||||
|
},
|
||||||
|
"category": "miscellaneous-events",
|
||||||
|
"end": {
|
||||||
|
"day": 23,
|
||||||
|
"year": 2019,
|
||||||
|
"month": 5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_7be9fa4a18db",
|
||||||
|
"name": "Family",
|
||||||
|
"note": "01.01 Life Orga/Family.md",
|
||||||
|
"date": {
|
||||||
|
"year": 2022,
|
||||||
|
"month": 1,
|
||||||
|
"day": 1
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"year": 2022,
|
||||||
|
"month": 1,
|
||||||
|
"day": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_98087909bb1a",
|
||||||
|
"name": "Finances",
|
||||||
|
"note": "01.01 Life Orga/Finances.md",
|
||||||
|
"date": {
|
||||||
|
"year": 2022,
|
||||||
|
"month": 0,
|
||||||
|
"day": 30
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"year": 2022,
|
||||||
|
"month": 0,
|
||||||
|
"day": 30
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_8bea89a97bb8",
|
||||||
|
"name": "IT & Computer",
|
||||||
|
"note": "01.01 Life Orga/IT & Computer.md",
|
||||||
|
"date": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 15
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 15
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_f8aa891a388a",
|
||||||
|
"name": "Life Admin",
|
||||||
|
"note": "01.01 Life Orga/Life Admin.md",
|
||||||
|
"date": {
|
||||||
|
"year": 2022,
|
||||||
|
"month": 0,
|
||||||
|
"day": 2
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"year": 2022,
|
||||||
|
"month": 0,
|
||||||
|
"day": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_487a2a8a0bfb",
|
||||||
|
"name": "Lifestyle",
|
||||||
|
"note": "01.01 Life Orga/Lifestyle.md",
|
||||||
|
"date": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 10
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_1b3b6b0918e8",
|
||||||
|
"name": "Personal projects",
|
||||||
|
"note": "01.01 Life Orga/Personal projects.md",
|
||||||
|
"date": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 31
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"year": 2021,
|
||||||
|
"month": 11,
|
||||||
|
"day": 31
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_ab5bcb68b9da",
|
||||||
|
"name": "Marc de Villeneuve",
|
||||||
|
"note": "01.03 Family/Marc de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 4,
|
||||||
|
"month": 11
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 4,
|
||||||
|
"month": 11
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_f88bc8883aeb",
|
||||||
|
"name": "Pierre Bédier",
|
||||||
|
"note": "01.03 Family/Pierre Bédier.md",
|
||||||
|
"date": {
|
||||||
|
"day": 7,
|
||||||
|
"month": 11
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 7,
|
||||||
|
"month": 11
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_395a7bcb5ae8",
|
||||||
|
"name": "Eustache Bédier",
|
||||||
|
"note": "01.03 Family/Eustache Bédier.md",
|
||||||
|
"date": {
|
||||||
|
"day": 8,
|
||||||
|
"month": 11
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 8,
|
||||||
|
"month": 11
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_78fb5a1a7bfb",
|
||||||
|
"name": "Armand de Villeneuve",
|
||||||
|
"note": "01.03 Family/Armand de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 3,
|
||||||
|
"month": 0
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 3,
|
||||||
|
"month": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_39284918f8ba",
|
||||||
|
"name": "Jérôme Bédier",
|
||||||
|
"note": "01.03 Family/Jérôme Bédier.md",
|
||||||
|
"date": {
|
||||||
|
"day": 14,
|
||||||
|
"month": 0
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 14,
|
||||||
|
"month": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_8ad87a39b949",
|
||||||
|
"name": "Joséphine Bédier",
|
||||||
|
"note": "01.03 Family/Joséphine Bédier.md",
|
||||||
|
"date": {
|
||||||
|
"day": 21,
|
||||||
|
"month": 0
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 21,
|
||||||
|
"month": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_b88baafbb819",
|
||||||
|
"name": "Amaury de Villeneuve",
|
||||||
|
"note": "01.03 Family/Amaury de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 30,
|
||||||
|
"month": 7
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 30,
|
||||||
|
"month": 7
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_3ad87b0bc878",
|
||||||
|
"name": "Laurence Bédier",
|
||||||
|
"note": "01.03 Family/Laurence Bédier.md",
|
||||||
|
"date": {
|
||||||
|
"day": 4,
|
||||||
|
"month": 8
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 4,
|
||||||
|
"month": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_ebf80849cbc8",
|
||||||
|
"name": "Noémie de Villeneuve",
|
||||||
|
"note": "01.03 Family/Noémie de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 20,
|
||||||
|
"month": 5
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 20,
|
||||||
|
"month": 5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_5bf88a4b997a",
|
||||||
|
"name": "Marguerite de Villeneuve",
|
||||||
|
"note": "01.03 Family/Marguerite de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 2,
|
||||||
|
"month": 4
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 2,
|
||||||
|
"month": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_dbe90b49c83a",
|
||||||
|
"name": "Eloi de Villeneuve",
|
||||||
|
"note": "01.03 Family/Eloi de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 9,
|
||||||
|
"month": 4
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 9,
|
||||||
|
"month": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_7a09189b49a8",
|
||||||
|
"name": "Opportune de Villeneuve",
|
||||||
|
"note": "01.03 Family/Opportune de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 14,
|
||||||
|
"month": 6
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 14,
|
||||||
|
"month": 6
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_b958ab79ea9a",
|
||||||
|
"name": "Philomène de Villeneuve",
|
||||||
|
"note": "01.03 Family/Philomène de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 18,
|
||||||
|
"month": 3
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 18,
|
||||||
|
"month": 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_e808eb2b4b8b",
|
||||||
|
"name": "Aglaé de Villeneuve",
|
||||||
|
"note": "01.03 Family/Aglaé de Villeneuve.md",
|
||||||
|
"date": {
|
||||||
|
"day": 25,
|
||||||
|
"month": 1
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"day": 25,
|
||||||
|
"month": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ID_cb1bb9d85b58",
|
||||||
|
"name": "Séraphine Priso Le Bastart",
|
||||||
|
"note": "01.03 Family/Séraphine Priso Le Bastart.md",
|
||||||
|
"date": {
|
||||||
|
"day": 27,
|
||||||
|
"month": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Work on this version of the Gregorian Calendar started.",
|
||||||
|
"description": "On this day, Aecius started to rework the Gregorian Calendar from scratch to make it work with the updates Wasp and Alex implemented since the summer of 2019.",
|
||||||
|
"id": "824613",
|
||||||
|
"note": null,
|
||||||
|
"date": {
|
||||||
|
"day": 21,
|
||||||
|
"year": 2020,
|
||||||
|
"month": 0
|
||||||
|
},
|
||||||
|
"category": "miscellaneous-events",
|
||||||
|
"end": {
|
||||||
|
"day": 21,
|
||||||
|
"year": 2020,
|
||||||
|
"month": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "ID_cb9b8ac84809",
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"name": "Natural Events",
|
||||||
|
"id": "natural-events",
|
||||||
|
"color": "#2E7D32"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Christian Holidays",
|
||||||
|
"id": "christian-holidays",
|
||||||
|
"color": "#9b2c2c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Secular Holidays",
|
||||||
|
"id": "secular-holidays",
|
||||||
|
"color": "#0D47A1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Historical Events",
|
||||||
|
"id": "historical-events",
|
||||||
|
"color": "#455A64"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Miscellaneous Events",
|
||||||
|
"id": "miscellaneous-events",
|
||||||
|
"color": "#0288D1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"date": 1638642821862
|
||||||
|
}
|
||||||
|
],
|
||||||
"currentCalendar": null,
|
"currentCalendar": null,
|
||||||
"defaultCalendar": null,
|
"defaultCalendar": "ID_cb9b8ac84809",
|
||||||
"eventPreview": false,
|
"eventPreview": true,
|
||||||
"configDirectory": null,
|
"configDirectory": null,
|
||||||
"path": "/"
|
"path": "/"
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,88 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Alias: [""]
|
||||||
|
Tag: [""]
|
||||||
|
Date: <% tp.date.now("YYYY-MM-DD") %>
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName:
|
||||||
|
FirstName:
|
||||||
|
DoB:
|
||||||
|
Address:
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation:
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day:
|
||||||
|
month:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent::
|
||||||
|
Parents::
|
||||||
|
Siblings::
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-<% tp.file.title %>PersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-<% tp.file.title %>PersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# <% tp.file.title %>
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Sibling", "GodChild"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Aglaé
|
||||||
|
DoB: 1998-02-25
|
||||||
|
Address: "Esc B\n28, boulevard Saint-Jacques\n75014 Paris\nFrance"
|
||||||
|
Phone: "+33 6 49 65 88 86"
|
||||||
|
Email: "aglaedevilleneuve@yahoo.fr"
|
||||||
|
Relation: Sibling
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 25
|
||||||
|
month: 2
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Amaury de Villeneuve]], [[Laurence Bédier]]
|
||||||
|
Siblings:: [[Noémie de Villeneuve]], [[Marguerite de Villeneuve]], [[Eloi de Villeneuve]], [[Opportune de Villeneuve]], [[Philomène de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-AglaedeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-AglaedeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Aglaé de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Father"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Amaury
|
||||||
|
DoB: 1956-08-30
|
||||||
|
Address: "APA\n1 rue de Gergovie\n75014 Paris\nFrance"
|
||||||
|
Phone: "+33 6 20 78 31 91"
|
||||||
|
Email: "amaury@lebv.org"
|
||||||
|
Relation: Father
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 30
|
||||||
|
month: 8
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents::
|
||||||
|
Siblings::
|
||||||
|
Spouse:: [[Laurence Bédier]]
|
||||||
|
Children:: [[Noémie de Villeneuve]], [[Marguerite de Villeneuve]], [[Eloi de Villeneuve]], [[Opportune de Villeneuve]], [[Philomène de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-AmaurydeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-AmaurydeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Amaury de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Father", "Landes"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: "Armand"
|
||||||
|
DoB: 2002-01-03
|
||||||
|
Address:
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation: Cousin
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 3
|
||||||
|
month: 1
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents::
|
||||||
|
Siblings:: [[Marc de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-ArmanddeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-ArmanddeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Armand de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,88 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Alias: [""]
|
||||||
|
Tag: [""]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Eloi
|
||||||
|
DoB: 1991-05-09
|
||||||
|
Address: "32 boulevard d'Ornano\n75018 Paris\nFrance"
|
||||||
|
Phone: "+33 6 98 25 25 53"
|
||||||
|
Email: "eloi.lebastartdevilleneuve@gmail.com"
|
||||||
|
Relation: Sibling
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 9
|
||||||
|
month: 5
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Amaury de Villeneuve]], [[Laurence Bédier]]
|
||||||
|
Siblings:: [[Noémie de Villeneuve]], [[Marguerite de Villeneuve]], [[Opportune de Villeneuve]], [[Philomène de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-EloideVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-EloideVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Eloi de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,86 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Mother", "Perche"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Bédier"
|
||||||
|
FirstName: "Eustache"
|
||||||
|
DoB: 1998-12-08
|
||||||
|
Address:
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation: Cousin
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 8
|
||||||
|
month: 12
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents::
|
||||||
|
Siblings::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-EustacheBedierPersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-EustacheBedierPersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Eustache Bédier
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Mother", "IledAix"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: Bédier
|
||||||
|
FirstName: Joséphine
|
||||||
|
DoB: 1992-01-21
|
||||||
|
Address:
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation: Cousin
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 21
|
||||||
|
month: 1
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Jérôme Bédier]]
|
||||||
|
Siblings::
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-JosephineBedierPersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-JosephineBedierPersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Joséphine Bédier
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Mother", "IledAix"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: Bédier
|
||||||
|
FirstName: Jérôme
|
||||||
|
DoB: 1954-01-14
|
||||||
|
Address:
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation: Uncle
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 14
|
||||||
|
month: 1
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Pierre Bédier]]
|
||||||
|
Siblings:: [[Laurence Bédier]]
|
||||||
|
Spouse::
|
||||||
|
Children:: [[Joséphine Bédier]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-JeromeBedierPersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-JeromeBedierPersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Jérôme Bédier
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,88 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Alias: [""]
|
||||||
|
Tag: [""]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: Bédier
|
||||||
|
FirstName: Laurence
|
||||||
|
DoB: 1961-09-04
|
||||||
|
Address: "Esc B\n28, boulevard Saint-Jacques\n75014 Paris\nFrance"
|
||||||
|
Phone: "+33 6 71 22 59 24"
|
||||||
|
Email: "laurencelbv@yahoo.fr"
|
||||||
|
Relation: Mother
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 4
|
||||||
|
month: 9
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Pierre Bédier]]
|
||||||
|
Siblings:: [[Jérôme Bédier]]
|
||||||
|
Spouse:: [[Amaury de Villeneuve]]
|
||||||
|
Children:: [[Noémie de Villeneuve]], [[Marguerite de Villeneuve]], [[Eloi de Villeneuve]], [[Opportune de Villeneuve]], [[Philomène de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-LaurenceBedierPersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-LaurenceBedierPersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Laurence Bédier
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Father", "Landes"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Marc
|
||||||
|
DoB: 1995-12-04
|
||||||
|
Address:
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation: Cousin
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 4
|
||||||
|
month: 12
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents::
|
||||||
|
Siblings:: [[Armand de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-MarcdeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-MarcdeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Marc de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Sibling"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Marguerite
|
||||||
|
DoB: 1986-05-02
|
||||||
|
Address: "23 rue du Pré-Puits\n1246 Corsier\nSwitzerland"
|
||||||
|
Phone: "+41 76 616 84 22"
|
||||||
|
Email: "margueritebv@yahoo.fr"
|
||||||
|
Relation: Sibling
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 2
|
||||||
|
month: 5
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Amaury de Villeneuve]], [[Laurence Bédier]]
|
||||||
|
Siblings:: [[Noémie de Villeneuve]], [[Eloi de Villeneuve]], [[Opportune de Villeneuve]], [[Philomène de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-MargueritedeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-MargueritedeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Marguerite de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Sibling"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Noémie
|
||||||
|
DoB: 1983-06-20
|
||||||
|
Address: "23 rue Paul Vaillant Couturier\n92300 Levallois-Perret\nFrance"
|
||||||
|
Phone: "+33 6 30 08 64 47"
|
||||||
|
Email: "noemietherese@yahoo.com"
|
||||||
|
Relation: Sibling
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 20
|
||||||
|
month: 6
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Amaury de Villeneuve]], [[Laurence Bédier]]
|
||||||
|
Siblings:: [[Marguerite de Villeneuve]], [[Eloi de Villeneuve]], [[Opportune de Villeneuve]], [[Philomène de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-NoemiedeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-NoemiedeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Noémie de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Sibling"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Opportune
|
||||||
|
DoB: 1992-07-14
|
||||||
|
Address: "1 rue Davy\n75017 Paris\nFrance"
|
||||||
|
Phone: "+33 6 99 11 33 34"
|
||||||
|
Email: "opportune.lebastart@gmail.com"
|
||||||
|
Relation: "Sibling"
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 14
|
||||||
|
month: 7
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Amaury de Villeneuve]], [[Laurence Bédier]]
|
||||||
|
Siblings:: [[Noémie de Villeneuve]], [[Marguerite de Villeneuve]], [[Eloi de Villeneuve]], [[Philomène de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-OpportunedeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-OpportunedeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Opportune de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Sibling"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Le Bastart de Villeneuve"
|
||||||
|
FirstName: Philomène
|
||||||
|
DoB: 1994-04-18
|
||||||
|
Address: "c/o Mr Fortin\n8 rue du Joual\n35510 Cesson Sévigné\nFrance"
|
||||||
|
Phone: "+33 6 59 43 84 62"
|
||||||
|
Email: "p.devilleneuve@yahoo.fr"
|
||||||
|
Relation: Sibling
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 18
|
||||||
|
month: 4
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Amaury de Villeneuve]], [[Laurence Bédier]]
|
||||||
|
Siblings:: [[Noémie de Villeneuve]], [[Marguerite de Villeneuve]], [[Eloi de Villeneuve]], [[Opportune de Villeneuve]], [[Aglaé de Villeneuve]]
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-PhilomenedeVilleneuvePersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-PhilomenedeVilleneuvePersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Philomène de Villeneuve
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Mother", "Malaucène"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: Bédier
|
||||||
|
FirstName: Pierre
|
||||||
|
DoB: 1921-12-07
|
||||||
|
Address: "8 rue Michel Salles\n92210 Saint-Cloud\nFrance"
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation: Grandfather
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 7
|
||||||
|
month: 12
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent::
|
||||||
|
Parents::
|
||||||
|
Siblings::
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-PierreBedierPersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-PierreBedierPersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Pierre Bédier
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Tag: ["Sibling"]
|
||||||
|
Date: 2021-12-04
|
||||||
|
DocType: "Person"
|
||||||
|
Hierarchy: "NonRoot"
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
Person:
|
||||||
|
LastName: "Priso Priso Le Bastart de Villeneuve"
|
||||||
|
FirstName: "Séraphine"
|
||||||
|
DoB: 2013-11-27
|
||||||
|
Address: "23 rue Paul Vaillant Couturier\n92300 Levallois-Perret\nFrance"
|
||||||
|
Phone:
|
||||||
|
Email:
|
||||||
|
Relation:
|
||||||
|
fc-calendar: "D2D Calendar"
|
||||||
|
fc-category: "Birthday"
|
||||||
|
fc-date:
|
||||||
|
day: 27
|
||||||
|
month: 11
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Family organisation|Family organisation]]
|
||||||
|
Parents:: [[Noémie de Villeneuve]]
|
||||||
|
Siblings::
|
||||||
|
Spouse::
|
||||||
|
Children::
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Edit Person parameters
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-SeraphinePrisoLeBastartPersonEdit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-SeraphinePrisoLeBastartPersonSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Séraphine Priso Le Bastart
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```ad-abstract
|
||||||
|
title: Summary
|
||||||
|
collapse: open
|
||||||
|
Person Description
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
| |
|
||||||
|
|-|-
|
||||||
|
| **Date of birth** | `=this.Person.DoB`
|
||||||
|
**Address** | `=this.Person.Address`
|
||||||
|
**Phone** | `=this.Person.Phone`
|
||||||
|
**Email** | `=this.Person.Email`
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
Loading…
Reference in new issue