main
iOS 3 years ago
parent ed4bc2895a
commit 01a97e071a

File diff suppressed because one or more lines are too long

@ -1 +0,0 @@
{"id":"big-calendar","name":"Obsidian Big Calendar","description":"A Big Calendar for Obsidian","version":"0.2.1","author":"Bonianll","authorUrl":"https://github.com/Quorafind/","isDesktopOnly":false,"minAppVersion":"0.12.8"}

@ -1,599 +0,0 @@
.rbc-btn {
color: inherit;
font: inherit;
margin: 0; }
button.rbc-btn {
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer; }
button[disabled].rbc-btn {
cursor: not-allowed; }
button.rbc-input::-moz-focus-inner {
border: 0;
padding: 0; }
.rbc-calendar {
box-sizing: border-box;
height: 100%;
display: flex;
flex-direction: column;
align-items: stretch; }
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
box-sizing: inherit; }
.rbc-abs-full, .rbc-row-bg {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.rbc-rtl {
direction: rtl; }
.rbc-off-range {
color: #999999; }
.rbc-off-range-bg {
background: #e6e6e6; }
.rbc-header {
overflow: hidden;
flex: 1 0 0%;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 3px;
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 90%;
min-height: 0;
border-bottom: 1px solid #DDD; }
.rbc-header + .rbc-header {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-header + .rbc-header {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
color: inherit;
text-decoration: none; }
.rbc-row-content {
position: relative;
user-select: none;
-webkit-user-select: none;
z-index: 4; }
.rbc-row-content-scrollable {
display: flex;
flex-direction: column;
height: 100%; }
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
height: 100%;
overflow-y: scroll;
/* Hide scrollbar for Chrome, Safari and Opera */
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */ }
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
display: none; }
.rbc-today {
background-color: #eaf6ff; }
.rbc-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 10px;
font-size: 16px; }
.rbc-toolbar .rbc-toolbar-label {
flex-grow: 1;
padding: 0 10px;
text-align: center; }
.rbc-toolbar button {
color: #373a3c;
display: inline-block;
margin: 0;
text-align: center;
vertical-align: middle;
background: none;
background-image: none;
border: 1px solid #ccc;
padding: .375rem 1rem;
border-radius: 4px;
line-height: normal;
white-space: nowrap; }
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
background-color: #e6e6e6;
border-color: #adadad; }
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
color: #373a3c;
background-color: #d4d4d4;
border-color: #8c8c8c; }
.rbc-toolbar button:focus {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad; }
.rbc-toolbar button:hover {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad; }
.rbc-btn-group {
display: inline-block;
white-space: nowrap; }
.rbc-btn-group > button:first-child:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rbc-btn-group > button:last-child:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
border-radius: 4px;
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rbc-btn-group > button:not(:first-child):not(:last-child) {
border-radius: 0; }
.rbc-btn-group button + button {
margin-left: -1px; }
.rbc-rtl .rbc-btn-group button + button {
margin-left: 0;
margin-right: -1px; }
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
margin-left: 10px; }
.rbc-event, .rbc-day-slot .rbc-background-event {
border: none;
box-sizing: border-box;
box-shadow: none;
margin: 0;
padding: 2px 5px;
background-color: #3174ad;
border-radius: 5px;
color: #fff;
cursor: pointer;
width: 100%;
text-align: left; }
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
cursor: inherit;
pointer-events: none; }
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
background-color: #265985; }
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
outline: 5px auto #8ea1b6; }
.rbc-event-label {
font-size: 80%; }
.rbc-event-overlaps {
box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }
.rbc-event-continues-prior {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.rbc-event-continues-after {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rbc-event-continues-earlier {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.rbc-event-continues-later {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.rbc-row {
display: flex;
flex-direction: row; }
.rbc-row-segment {
padding: 0 1px 1px 1px; }
.rbc-selected-cell {
background-color: rgba(0, 0, 0, 0.1); }
.rbc-show-more {
background-color: rgba(255, 255, 255, 0.3);
z-index: 4;
font-weight: bold;
font-size: 85%;
height: auto;
line-height: normal; }
.rbc-month-view {
position: relative;
border: 1px solid #DDD;
display: flex;
flex-direction: column;
flex: 1 0 0;
width: 100%;
user-select: none;
-webkit-user-select: none;
height: 100%; }
.rbc-month-header {
display: flex;
flex-direction: row; }
.rbc-month-row {
display: flex;
position: relative;
flex-direction: column;
flex: 1 0 0;
flex-basis: 0px;
overflow: hidden;
height: 100%; }
.rbc-month-row + .rbc-month-row {
border-top: 1px solid #DDD; }
.rbc-date-cell {
flex: 1 1 0;
min-width: 0;
padding-right: 5px;
text-align: right; }
.rbc-date-cell.rbc-now {
font-weight: bold; }
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
color: inherit;
text-decoration: none; }
.rbc-row-bg {
display: flex;
flex-direction: row;
flex: 1 0 0;
overflow: hidden; }
.rbc-day-bg {
flex: 1 0 0%; }
.rbc-day-bg + .rbc-day-bg {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-overlay {
position: absolute;
z-index: 5;
border: 1px solid #e5e5e5;
background-color: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
padding: 10px; }
.rbc-overlay > * + * {
margin-top: 1px; }
.rbc-overlay-header {
border-bottom: 1px solid #e5e5e5;
margin: -10px -10px 5px -10px;
padding: 2px 10px; }
.rbc-agenda-view {
display: flex;
flex-direction: column;
flex: 1 0 0;
overflow: auto; }
.rbc-agenda-view table.rbc-agenda-table {
width: 100%;
border: 1px solid #DDD;
border-spacing: 0;
border-collapse: collapse; }
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
padding: 5px 10px;
vertical-align: top; }
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
padding-left: 15px;
padding-right: 15px;
text-transform: lowercase; }
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
border-top: 1px solid #DDD; }
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
padding: 3px 5px;
text-align: left;
border-bottom: 1px solid #DDD; }
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
text-align: right; }
.rbc-agenda-time-cell {
text-transform: lowercase; }
.rbc-agenda-time-cell .rbc-continues-after:after {
content: ' »'; }
.rbc-agenda-time-cell .rbc-continues-prior:before {
content: '« '; }
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
white-space: nowrap; }
.rbc-agenda-event-cell {
width: 100%; }
.rbc-time-column {
display: flex;
flex-direction: column;
min-height: 100%; }
.rbc-time-column .rbc-timeslot-group {
flex: 1; }
.rbc-timeslot-group {
border-bottom: 1px solid #DDD;
min-height: 40px;
display: flex;
flex-flow: column nowrap; }
.rbc-time-gutter,
.rbc-header-gutter {
flex: none; }
.rbc-label {
padding: 0 5px; }
.rbc-day-slot {
position: relative; }
.rbc-day-slot .rbc-events-container {
bottom: 0;
left: 0;
position: absolute;
right: 0;
margin-right: 10px;
top: 0; }
.rbc-day-slot .rbc-events-container.rbc-rtl {
left: 10px;
right: 0; }
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
border: 1px solid #265985;
display: flex;
max-height: 100%;
min-height: 20px;
flex-flow: column wrap;
align-items: flex-start;
overflow: hidden;
position: absolute; }
.rbc-day-slot .rbc-background-event {
opacity: 0.75; }
.rbc-day-slot .rbc-event-label {
flex: none;
padding-right: 5px;
width: auto; }
.rbc-day-slot .rbc-event-content {
width: 100%;
flex: 1 1 0;
word-wrap: break-word;
line-height: 1;
height: 100%;
min-height: 1em; }
.rbc-day-slot .rbc-time-slot {
border-top: 1px solid #f7f7f7; }
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
position: sticky;
left: 0;
background-color: white;
border-right: 1px solid #DDD;
z-index: 10;
margin-right: -1px; }
.rbc-time-view-resources .rbc-time-header {
overflow: hidden; }
.rbc-time-view-resources .rbc-time-header-content {
min-width: auto;
flex: 1 0 0;
flex-basis: 0px; }
.rbc-time-view-resources .rbc-time-header-cell-single-day {
display: none; }
.rbc-time-view-resources .rbc-day-slot {
min-width: 140px; }
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
width: 140px;
flex: 1 1 0;
flex-basis: 0 px; }
.rbc-time-header-content + .rbc-time-header-content {
margin-left: -1px; }
.rbc-time-slot {
flex: 1 0 0; }
.rbc-time-slot.rbc-now {
font-weight: bold; }
.rbc-day-header {
text-align: center; }
.rbc-slot-selection {
z-index: 10;
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 75%;
width: 100%;
padding: 3px; }
.rbc-slot-selecting {
cursor: move; }
.rbc-time-view {
display: flex;
flex-direction: column;
flex: 1;
width: 100%;
border: 1px solid #DDD;
min-height: 0; }
.rbc-time-view .rbc-time-gutter {
white-space: nowrap; }
.rbc-time-view .rbc-allday-cell {
box-sizing: content-box;
width: 100%;
height: 100%;
position: relative; }
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
border-left: 1px solid #DDD; }
.rbc-time-view .rbc-allday-events {
position: relative;
z-index: 4; }
.rbc-time-view .rbc-row {
box-sizing: border-box;
min-height: 20px; }
.rbc-time-header {
display: flex;
flex: 0 0 auto;
flex-direction: row; }
.rbc-time-header.rbc-overflowing {
border-right: 1px solid #DDD; }
.rbc-rtl .rbc-time-header.rbc-overflowing {
border-right-width: 0;
border-left: 1px solid #DDD; }
.rbc-time-header > .rbc-row:first-child {
border-bottom: 1px solid #DDD; }
.rbc-time-header > .rbc-row.rbc-row-resource {
border-bottom: 1px solid #DDD; }
.rbc-time-header-cell-single-day {
display: none; }
.rbc-time-header-content {
flex: 1;
display: flex;
min-width: 0;
flex-direction: column;
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-time-header-content {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-time-header-content > .rbc-row.rbc-row-resource {
border-bottom: 1px solid #DDD;
flex-shrink: 0; }
.rbc-time-content {
display: flex;
flex: 1 0 0%;
align-items: flex-start;
width: 100%;
border-top: 2px solid #DDD;
overflow-y: auto;
position: relative; }
.rbc-time-content > .rbc-time-gutter {
flex: none; }
.rbc-time-content > * + * > * {
border-left: 1px solid #DDD; }
.rbc-rtl .rbc-time-content > * + * > * {
border-left-width: 0;
border-right: 1px solid #DDD; }
.rbc-time-content > .rbc-day-slot {
width: 100%;
user-select: none;
-webkit-user-select: none; }
.rbc-current-time-indicator {
position: absolute;
z-index: 3;
left: 0;
right: 0;
height: 1px;
background-color: #74ad31;
pointer-events: none; }
.rbc-addons-dnd .rbc-addons-dnd-row-body {
position: relative; }
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
position: absolute;
top: 0;
left: 0;
right: 0; }
.rbc-addons-dnd .rbc-addons-dnd-over {
background-color: rgba(0, 0, 0, 0.3); }
.rbc-addons-dnd .rbc-event {
transition: opacity 150ms; }
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
display: block; }
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
opacity: 0; }
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
opacity: .50; }
.rbc-addons-dnd .rbc-addons-dnd-resizable {
position: relative;
width: 100%;
height: 100%; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
width: 100%;
text-align: center;
position: absolute; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
top: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
bottom: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
display: none;
border-top: 3px double;
margin: 0 auto;
width: 10px;
cursor: ns-resize; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
position: absolute;
top: 4px;
bottom: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
left: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
right: 0; }
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
display: none;
border-left: 3px double;
margin-top: auto;
margin-bottom: auto;
height: 10px;
cursor: ew-resize; }
.example-warper {
width: 100%;
padding: 20px 5%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
border: 1px #cfcece dashed;
}

@ -660,7 +660,12 @@
"month": 2,
"day": 31
},
"category": "ID_3b8a489a19da"
"category": "ID_3b8a489a19da",
"end": {
"year": 2022,
"month": 2,
"day": 31
}
},
{
"id": "ID_8bea89a97bb8",
@ -1020,12 +1025,7 @@
"month": 2,
"day": 31
},
"category": "ID_3b8a489a19da",
"end": {
"year": 2022,
"month": 2,
"day": 31
}
"category": "ID_3b8a489a19da"
},
{
"id": "ID_092a187a7948",

@ -13,7 +13,7 @@
{
"path": "/",
"date": "2022-01-13",
"size": 707585
"size": 707806
}
],
"activityHistory": [
@ -42,7 +42,7 @@
},
{
"date": "2022-01-13",
"value": 6678
"value": 7053
}
]
}

@ -3,30 +3,15 @@
"reminders": {
"05.01 Computer setup/Storage and Syncing.md": [
{
"title": "[[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED",
"time": "2022-01-14",
"rowNumber": 199
},
{
"title": "[[Storage and Syncing|Storage & Sync]]: Backup Volumes to [[Sync|Sync.com]]",
"time": "2022-03-14",
"rowNumber": 194
"title": "Backup [[Storage and Syncing#Instructions for Bear|Bear App]] (PC & iOS)",
"time": "2022-04-07",
"rowNumber": 173
},
{
"title": "[[Storage and Syncing|Storage & Sync]]: Backup Standard Notes (PC)",
"time": "2022-04-01",
"rowNumber": 177
},
{
"title": "Backup [[Storage and Syncing#Instructions for FV|Folder Vault]]",
"time": "2022-04-01",
"rowNumber": 189
},
{
"title": "Backup [[Storage and Syncing#Instructions for Bear|Bear App]] (PC & iOS)",
"time": "2022-04-07",
"rowNumber": 173
},
{
"title": "Backup [[Storage and Syncing#Instructions for Anchor|Anchor Wallet]]",
"time": "2022-04-07",
@ -36,6 +21,21 @@
"title": "Backup [[Storage and Syncing#Instructions for iPhone|iPhone]]",
"time": "2022-04-12",
"rowNumber": 185
},
{
"title": "Backup [[Storage and Syncing#Instructions for FV|Folder Vault]]",
"time": "2022-04-01",
"rowNumber": 189
},
{
"title": "[[Storage and Syncing|Storage & Sync]]: Backup Volumes to [[Sync|Sync.com]]",
"time": "2022-03-14",
"rowNumber": 194
},
{
"title": "[[Storage and Syncing|Storage & Sync]]: Transfer pictures to ED",
"time": "2022-01-14",
"rowNumber": 199
}
],
"04.01 lebv.org/lebv Email Tasks.md": [
@ -71,6 +71,23 @@
"rowNumber": 71
}
],
"01.01 Life Orga/Lifestyle.md": [
{
"title": "[[Lifestyle]]: Continue building [[Lifestyle#Music Library|Music Library]]",
"time": "2022-03-30",
"rowNumber": 74
},
{
"title": "[[Lifestyle]]: Re-start swimming",
"time": "2022-03-31",
"rowNumber": 71
},
{
"title": "[[Lifestyle]]: Re-start [[Lifestyle#polo|Polo]]",
"time": "2022-06-30",
"rowNumber": 73
}
],
"01.03 Family/$Birthdays.md": [
{
"title": ":birthday: **Papa**",
@ -277,17 +294,68 @@
"rowNumber": 73
}
],
"01.01 Life Orga/Lifestyle.md": [
"01.01 Life Orga/Personal projects.md": [
{
"title": "[[Lifestyle]]: Re-start swimming",
"time": "2022-03-31",
"title": "Refaire [[Personal projects#Chevalière|chevalière]] (Bastard & Flourville)",
"time": "2023-12-31",
"rowNumber": 73
},
{
"title": "Continuer à construire un petit trousseau d'[[Personal projects#art|art]]",
"time": "2023-02-21",
"rowNumber": 74
},
{
"title": "Continue [[@lebv.org Tasks|lebv.org]]",
"time": "2022-06-28",
"rowNumber": 76
},
{
"title": "Acheter une [[Voitures|voiture]] ⏳ 2022-03-31",
"time": "2022-12-31",
"rowNumber": 77
}
],
"04.01 lebv.org/Hosting Tasks.md": [
{
"title": "[[Hosting Tasks|Hosting]]: Explore the possibility of webhosting through [[Hosting Tasks#Decentralised hosting|decentralised services]] (Blockchain)",
"time": "2023-12-31",
"rowNumber": 72
}
],
"04.01 lebv.org/WebPublishing Tasks.md": [
{
"title": "[[WebPublishing Tasks|Website]]: Upgrade UltimateMember to [[WebPublishing Tasks#UltimateMember Pro|Pro]]",
"time": "2023-06-30",
"rowNumber": 72
},
{
"title": "[[WebPublishing Tasks|Website]]: Replace integration with Discord with [[Element|Element.io]]",
"time": "2022-12-15",
"rowNumber": 73
}
],
"04.01 lebv.org/lebv Research Tasks.md": [
{
"title": "[[lebv Research Tasks|Research]]: <mark style=\"background:grey\">Lieux</mark>: que sont devenus Fleurimont & Le Pavillon aujourd'hui?",
"time": "2022-09-15",
"rowNumber": 71
},
{
"title": "[[lebv Research Tasks|Research]]: <mark style=\"background:grey\">membres de la famille</mark>: reprendre les citations militaires (promotion/décoration)",
"time": "2022-09-30",
"rowNumber": 72
},
{
"title": "[[lebv Research Tasks|Research]]: <mark style=\"Background:grey\">membres de la famille</mark>: éplucher les mentions du Nobiliaire de Guyenne & Gascogne",
"time": "2022-08-31",
"rowNumber": 73
}
]
},
"debug": false,
"settings": {
"reminderTime": "09:00",
"reminderTime": "10:30",
"laters": "In 30 minutes\nIn 1 hour\nIn 3 hours\nTomorrow\nNext week",
"useSystemNotification": true,
"autoCompleteTrigger": "(¥",

File diff suppressed because it is too large Load Diff

@ -140,19 +140,19 @@
}
}
],
"currentTab": 1
"currentTab": 6
},
"active": "9c08f31f4b20f340",
"lastOpenFiles": [
"01.02 Home/@Main Dashboard.md",
"01.01 Life Orga/Personal projects.md",
"04.01 lebv.org/@lebv.org Tasks.md",
"01.01 Life Orga/Lifestyle.md",
"01.01 Life Orga/Life Admin.md",
"01.01 Life Orga/IT & Computer.md",
"01.01 Life Orga/Finances.md",
"03.01 Reading list/@Reading master.md",
"00.02 Inbox/Americanah.md",
"03.01 Reading list/Civilizations.md",
"03.01 Reading list/Dans les forêts de Sibérie.md",
"03.03 Food & Wine/Chicken Soup with Rice Noodles.md",
"03.03 Food & Wine/@@Recipes.md",
"06.02 Investments/Crypto Investments.md",
"06.02 Investments/VC Investments.md"
"01.01 Life Orga/Family.md",
"00.01 Admin/Obsidian plugins.md",
"03.01 Reading list/@Reading master.md"
]
}

@ -24,7 +24,7 @@ Parent:: [[@Life Organisation|Life Organisation]]
<center>
<h6>Progress bar</h6>
<progress max="100" value="43"></progress>
<progress max="100" value="57"></progress>
</center>
---
@ -71,9 +71,9 @@ Repository of Tasks & To-dos regarding life style.
- [ ] [[Lifestyle]]: Re-start swimming 📅 2022-03-31
- [x] Stop smoking 📅 2021-12-31 ✅ 2021-12-05
- [ ] [[Lifestyle]]: Re-start [[Lifestyle#polo|Polo]]
- [ ] [[Lifestyle]]: Continue building [[Lifestyle#Music Library|Music Library]]
- [ ] [[Lifestyle]]: Build Movie library
- [ ] [[Lifestyle]]: Re-start [[Lifestyle#polo|Polo]] 📅 2022-06-30
- [ ] [[Lifestyle]]: Continue building [[Lifestyle#Music Library|Music Library]] 📅 2022-03-30
- [x] [[Lifestyle]]: Build Movie library ✅ 2022-01-13
- [x] Organisation of holiday in France
- [x] Tattoo

@ -71,12 +71,12 @@ Keeping personal projects in check and on track.
&emsp;
- [ ] Continue [[@lebv.org Tasks|lebv.org]]
- [ ] Refaire [[Personal projects#Chevalière|chevalière]] (Bastard & Flourville)
- [x] Post-hiring life hacks ✅ 2021-12-05
- [ ] Refaire [[Personal projects#Chevalière|chevalière]] (Bastard & Flourville) 📅 2023-12-31
- [ ] Continuer à construire un petit trousseau d'[[Personal projects#art|art]] 📅 2023-02-21
- [ ] Caligraph & frame life mementos
- [ ] Continuer à construire un petit trousseau d'[[Personal projects#art|art]]
- [ ] Acheter une [[Voitures|voiture]]
- [ ] Continue [[@lebv.org Tasks|lebv.org]] 📅 2022-06-28
- [ ] Acheter une [[Voitures|voiture]] ⏳ 2022-03-31 📅 2022-12-31
- [x] Post-hiring life hacks ✅ 2021-12-05
&emsp;

@ -70,7 +70,7 @@ Tasks and potential enhancements for the webhosting of lebv.org
&emsp;
- [x] [[Hosting Tasks|Hosting]]: Explore the possibility to [[Hosting Tasks#Self-hosting|self-host]] ✅ 2021-09-16
- [ ] [[Hosting Tasks|Hosting]]: Explore the possibility of webhosting through [[Hosting Tasks#Decentralised hosting|decentralised services]] (Blockchain)
- [ ] [[Hosting Tasks|Hosting]]: Explore the possibility of webhosting through [[Hosting Tasks#Decentralised hosting|decentralised services]] (Blockchain) 📅 2023-12-31
- [ ] [[Hosting Tasks|Hosting]]: [[Hosting Tasks#Backup procedure|backup]] the DB & Files 🔁 every 3 months on the 1st Wednesday 🛫 2022-01-14
- [ ] [[Hosting Tasks|Hosting]]: [[Hosting Tasks#PHP versioning|check the PHP version]] server-side 🔁 every 3 months on the 1st Wednesday 🛫 2022-01-14

@ -70,8 +70,8 @@ Although the website, in its current form is functional, there are a few areas w
&emsp;
- [x] [[WebPublishing Tasks|Website]]: Check Wordfence/Jetpack for WAF ✅ 2021-10-15
- [ ] [[WebPublishing Tasks|Website]]: Upgrade UltimateMember to [[WebPublishing Tasks#UltimateMember Pro|Pro]]
- [ ] [[WebPublishing Tasks|Website]]: Replace integration with Discord with [[Element|Element.io]]
- [ ] [[WebPublishing Tasks|Website]]: Upgrade UltimateMember to [[WebPublishing Tasks#UltimateMember Pro|Pro]] 📅 2023-06-30
- [ ] [[WebPublishing Tasks|Website]]: Replace integration with Discord with [[Element|Element.io]] 📅 2022-12-15
- [x] [[WebPublishing Tasks|Website]]: Periodically scan for new WP plugins
- [x] Check 'Login by Magic' plugin ✅ 2021-09-15
- [x] Check 'Aksimet Spam Protection' plugin ✅ 2021-09-14

@ -69,9 +69,9 @@ Overview of tasks & todos for lebv.org
&emsp;
- [ ] [[lebv Research Tasks|Research]]: <mark style="background:grey">Lieux</mark>: que sont devenus Fleurimont & Le Pavillon aujourd'hui?
- [ ] [[lebv Research Tasks|Research]]: <mark style="background:grey">membres de la famille</mark>: reprendre les citations militaires (promotion/décoration)
- [ ] [[lebv Research Tasks|Research]]: <mark style="Background:grey">membres de la famille</mark>: éplucher les mentions du Nobiliaire de Guyenne & Gascogne
- [ ] [[lebv Research Tasks|Research]]: <mark style="background:grey">Lieux</mark>: que sont devenus Fleurimont & Le Pavillon aujourd'hui? 📅 2022-09-15
- [ ] [[lebv Research Tasks|Research]]: <mark style="background:grey">membres de la famille</mark>: reprendre les citations militaires (promotion/décoration) 📅 2022-09-30
- [ ] [[lebv Research Tasks|Research]]: <mark style="Background:grey">membres de la famille</mark>: éplucher les mentions du Nobiliaire de Guyenne & Gascogne 📅 2022-08-31
- [x] [[lebv Research Tasks|Research]]: <mark style="Background:grey">Archivage</mark>: compléter les fichiers de Source
&emsp;

Loading…
Cancel
Save