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",
|
"id": "obsidian-dice-roller",
|
||||||
"name": "Dice Roller",
|
"name": "Dice Roller",
|
||||||
"version": "6.5.0",
|
"version": "7.0.0",
|
||||||
"minAppVersion": "0.12.0",
|
"minAppVersion": "0.12.0",
|
||||||
"description": "Inline dice rolling for Obsidian.md",
|
"description": "Inline dice rolling for Obsidian.md",
|
||||||
"author": "Jeremy Valentine",
|
"author": "Jeremy Valentine",
|
||||||
"authorUrl": "",
|
"authorUrl": "",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
@ -1,104 +1,295 @@
|
|||||||
:root {
|
.timeline.line-2 .time-container::before, .timeline.line-2 .time-container::after {
|
||||||
--timeline-main-line: rgba(0, 0, 0, 0.1) ;
|
right: -2.2rem;
|
||||||
--timeline-time-line: rgba(0, 0, 0, 0.2) ;
|
top: 50%;
|
||||||
--timeline-dashed-line: rgba(0, 0, 0, 0.1) ;
|
-webkit-transform: translateY(-50%);
|
||||||
}
|
transform: translateY(-50%);
|
||||||
|
border-radius: 50%;
|
||||||
.theme-light .timeline {
|
}
|
||||||
--timeline-main-line: rgba(0, 0, 0, 0.1) ;
|
|
||||||
--timeline-time-line: rgba(0, 0, 0, 0.2) ;
|
.timeline.line-2 .time-container::before {
|
||||||
--timeline-dashed-line: rgba(0, 0, 0, 0.1) ;
|
height: 1.2rem;
|
||||||
}
|
width: 1.2rem;
|
||||||
|
}
|
||||||
.theme-dark .timeline {
|
|
||||||
--timeline-main-line: rgba(255, 255, 255, 0.1) ;
|
.timeline.line-2 .time-container::after {
|
||||||
--timeline-time-line: rgba(255, 255, 255, 0.2) ;
|
background: transparent;
|
||||||
--timeline-dashed-line: rgba(255, 255, 255, 0.1) ;
|
border: 0.2rem solid var(--text-normal);
|
||||||
}
|
height: 0.8rem;
|
||||||
|
width: 0.8rem;
|
||||||
.timeline.white {
|
opacity: 0.15;
|
||||||
--timeline-main-line: rgba(255, 255, 255, 0.1) !important;
|
}
|
||||||
--timeline-time-line: rgba(255, 255, 255, 0.2) !important;
|
|
||||||
--timeline-dashed-line: rgba(255, 255, 255, 0.1) !important;
|
.timeline.line-2 .main-line {
|
||||||
}
|
width: 0.2rem;
|
||||||
|
opacity: 0.15;
|
||||||
.timeline.black {
|
}
|
||||||
--timeline-main-line: rgba(0, 0, 0, 0.1) !important;
|
|
||||||
--timeline-time-line: rgba(0, 0, 0, 0.2) !important;
|
.timeline.line-3 .time-container::before {
|
||||||
--timeline-dashed-line: rgba(0, 0, 0, 0.1) !important;
|
background: var(--timeline-active-color);
|
||||||
}
|
height: 1rem;
|
||||||
|
width: 1rem;
|
||||||
.timeline.spaced-paragraph .description p {
|
border: 0.3rem solid var(--background-primary);
|
||||||
line-height: 1.7rem;
|
right: -2.45rem;
|
||||||
}
|
top: 50%;
|
||||||
|
-webkit-transform: translateY(-50%);
|
||||||
.timeline {
|
transform: translateY(-50%);
|
||||||
display: -ms-grid;
|
border-radius: 50%;
|
||||||
display: grid;
|
}
|
||||||
-ms-grid-columns: auto 0.5rem 1fr;
|
|
||||||
grid-template-columns: auto 0.5rem 1fr;
|
.timeline.line-3 .time-container::after {
|
||||||
-webkit-column-gap: 1.3rem;
|
background: transparent;
|
||||||
column-gap: 1.3rem;
|
}
|
||||||
row-gap: 4.5rem;
|
|
||||||
margin-bottom: 2.25rem;
|
.timeline.line-3 .main-line {
|
||||||
margin-top: 2.25rem;
|
width: 0.3rem;
|
||||||
}
|
opacity: 0.15;
|
||||||
|
}
|
||||||
.timeline .time *, .timeline .title * {
|
|
||||||
font-size: 1.3rem;
|
.timeline.line-4 .time-container::before, .timeline.line-4 .time-container::after {
|
||||||
font-weight: bold;
|
top: 50%;
|
||||||
}
|
-webkit-transform: translateY(-50%);
|
||||||
|
transform: translateY(-50%);
|
||||||
.timeline .time {
|
border-radius: 50%;
|
||||||
-ms-grid-column: 1;
|
}
|
||||||
-ms-grid-column-span: 1;
|
|
||||||
grid-column: 1 / span 1;
|
.timeline.line-4 .time-container::before {
|
||||||
position: relative;
|
background: var(--text-normal);
|
||||||
-ms-flex-item-align: start;
|
height: 1.4rem;
|
||||||
-ms-grid-row-align: start;
|
width: 1.4rem;
|
||||||
align-self: start;
|
right: -2.3rem;
|
||||||
text-align: right;
|
}
|
||||||
}
|
|
||||||
|
.timeline.line-4 .time-container::after {
|
||||||
.timeline .time::before {
|
opacity: 1;
|
||||||
content: ' ';
|
background: var(--timeline-active-color);
|
||||||
background-color: var(--timeline-time-line);
|
height: 0.77778rem;
|
||||||
position: absolute;
|
width: 0.77778rem;
|
||||||
width: 0.5rem;
|
right: -1.98889rem;
|
||||||
height: 100%;
|
}
|
||||||
right: -1.8rem;
|
|
||||||
}
|
.timeline.line-4 .main-line {
|
||||||
|
opacity: 1;
|
||||||
.timeline .info {
|
width: 0.2rem;
|
||||||
position: relative;
|
background-color: transparent;
|
||||||
-ms-grid-column: 3;
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, var(--text-normal)), color-stop(0%, rgba(255, 255, 255, 0)));
|
||||||
-ms-grid-column-span: 1;
|
background-image: linear-gradient(var(--text-normal) 60%, rgba(255, 255, 255, 0) 0%);
|
||||||
grid-column: 3 / span 1;
|
background-position: right;
|
||||||
}
|
background-size: 0.2rem 1.5rem;
|
||||||
|
background-repeat: repeat-y;
|
||||||
.timeline .info .title {
|
}
|
||||||
margin-bottom: 0.86667rem;
|
|
||||||
}
|
.timeline.line-5 .time-container::before, .timeline.line-5 .time-container::after {
|
||||||
|
top: 50%;
|
||||||
.timeline .info::after {
|
}
|
||||||
content: ' ';
|
|
||||||
position: absolute;
|
.timeline.line-5 .time-container::before {
|
||||||
border-bottom: 0.1rem dashed var(--timeline-dashed-line);
|
width: 3rem;
|
||||||
width: 100%;
|
height: 3rem;
|
||||||
height: 2.2rem;
|
right: -3.1rem;
|
||||||
}
|
-webkit-transform: translateY(-50%);
|
||||||
|
transform: translateY(-50%);
|
||||||
.timeline .info:last-child::after {
|
}
|
||||||
content: none;
|
|
||||||
}
|
.timeline.line-5 .time-container::after {
|
||||||
|
width: 1rem;
|
||||||
.timeline .main-line {
|
height: 1rem;
|
||||||
height: 100%;
|
right: 0;
|
||||||
width: 0.5rem;
|
-webkit-transform: translateY(-50%) translateX(2.1rem) rotate(45deg);
|
||||||
-ms-grid-column: 2;
|
transform: translateY(-50%) translateX(2.1rem) rotate(45deg);
|
||||||
-ms-grid-column-span: 1;
|
}
|
||||||
grid-column: 2 / span 1;
|
|
||||||
-ms-grid-row: 1;
|
.timeline.line-5 .main-line {
|
||||||
grid-row-start: 1;
|
width: 0.2rem;
|
||||||
background-color: var(--timeline-main-line);
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline.body-2 .info, .timeline.body-3 .info, .timeline.body-4 .info {
|
||||||
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
||||||
|
background-color: var(--background-primary-alt);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-2 .info::after, .timeline.body-3 .info::after, .timeline.body-4 .info::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-2 .info, .timeline.body-4 .info {
|
||||||
|
padding: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-2 .time-container, .timeline.body-4 .time-container {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-2 .info {
|
||||||
|
border-radius: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-3 .info {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-3 .info .title {
|
||||||
|
position: relative;
|
||||||
|
background: var(--timeline-active-color);
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-3 .info .title::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
width: 2rem;
|
||||||
|
background: var(--timeline-active-color);
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: -1rem;
|
||||||
|
-webkit-clip-path: polygon(1rem 0, 100% 0, 100% 100%, 1rem 100%, 0 50%);
|
||||||
|
clip-path: polygon(1rem 0, 100% 0, 100% 100%, 1rem 100%, 0 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-3 .info .description {
|
||||||
|
padding: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.body-4 .info {
|
||||||
|
border-left: 0.3rem solid var(--timeline-active-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.spaced-lines .description p {
|
||||||
|
line-height: 1.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
--timeline-active-color: var(--background-modifier-success);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-background-modifier-success {
|
||||||
|
--timeline-active-color: var(--background-modifier-success);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-background-modifier-error {
|
||||||
|
--timeline-active-color: var(--background-modifier-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-background-modifier-error-hover {
|
||||||
|
--timeline-active-color: var(--background-modifier-error-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-text-accent {
|
||||||
|
--timeline-active-color: var(--text-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-text-accent-hover {
|
||||||
|
--timeline-active-color: var(--text-accent-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-text-error {
|
||||||
|
--timeline-active-color: var(--text-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-text-error-hover {
|
||||||
|
--timeline-active-color: var(--text-error-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-text-selection {
|
||||||
|
--timeline-active-color: var(--text-selection);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-interactive-accent {
|
||||||
|
--timeline-active-color: var(--interactive-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-interactive-accent-hover {
|
||||||
|
--timeline-active-color: var(--interactive-accent-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline.active-color-interactive-success {
|
||||||
|
--timeline-active-color: var(--interactive-success);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
display: -ms-grid;
|
||||||
|
display: grid;
|
||||||
|
-ms-grid-columns: auto auto 1fr;
|
||||||
|
grid-template-columns: auto auto 1fr;
|
||||||
|
-webkit-column-gap: 1.5rem;
|
||||||
|
column-gap: 1.5rem;
|
||||||
|
row-gap: 4.5rem;
|
||||||
|
margin: 2.3rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .time *, .timeline .title * {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .time-container {
|
||||||
|
-ms-grid-column: 1;
|
||||||
|
-ms-grid-column-span: 1;
|
||||||
|
grid-column: 1 / span 1;
|
||||||
|
position: relative;
|
||||||
|
-ms-flex-item-align: start;
|
||||||
|
-ms-grid-row-align: start;
|
||||||
|
align-self: start;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .time-container::before, .timeline .time-container::after {
|
||||||
|
content: ' ';
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
width: 0.5rem;
|
||||||
|
right: -2rem;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .time-container::before {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .time-container::after {
|
||||||
|
background-color: var(--text-normal);
|
||||||
|
opacity: 0.25;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .info {
|
||||||
|
position: relative;
|
||||||
|
-ms-grid-column: 3;
|
||||||
|
-ms-grid-column-span: 1;
|
||||||
|
grid-column: 3 / span 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .info .title {
|
||||||
|
margin-bottom: 0.86667rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .info::after {
|
||||||
|
content: ' ';
|
||||||
|
position: absolute;
|
||||||
|
border-bottom: 0.1rem dashed var(--text-normal);
|
||||||
|
opacity: 0.1;
|
||||||
|
width: 100%;
|
||||||
|
height: 2.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .info:last-child::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .main-line {
|
||||||
|
height: 100%;
|
||||||
|
width: 0.5rem;
|
||||||
|
-ms-grid-column: 2;
|
||||||
|
-ms-grid-column-span: 1;
|
||||||
|
grid-column: 2 / span 1;
|
||||||
|
-ms-grid-row: 1;
|
||||||
|
grid-row-start: 1;
|
||||||
|
background-color: var(--text-normal);
|
||||||
|
opacity: 0.1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline .time-container .time > *:first-child, .timeline .time-container .time > *:last-child, .timeline .info .title > *:first-child, .timeline .info .title > *:last-child, .timeline .info .description > *:first-child, .timeline .info .description > *:last-child {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "templater-obsidian",
|
"id": "templater-obsidian",
|
||||||
"name": "Templater",
|
"name": "Templater",
|
||||||
"version": "1.8.1",
|
"version": "1.9.8",
|
||||||
"description": "Create and use templates",
|
"description": "Create and use templates",
|
||||||
"minAppVersion": "0.11.13",
|
"minAppVersion": "0.11.13",
|
||||||
"author": "SilentVoid",
|
"author": "SilentVoid",
|
||||||
"authorUrl": "https://github.com/SilentVoid13",
|
"authorUrl": "https://github.com/SilentVoid13",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
@ -1,256 +1,266 @@
|
|||||||
.templater_div {
|
.templater_search {
|
||||||
border-top: 1px solid var(--background-modifier-border);
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.templater_div > .setting-item {
|
.templater_div {
|
||||||
border-top: none !important;
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
align-self: center;
|
}
|
||||||
}
|
|
||||||
|
.templater_div > .setting-item {
|
||||||
.templater_div > .setting-item > .setting-item-control {
|
border-top: none !important;
|
||||||
justify-content: space-around;
|
align-self: center;
|
||||||
padding: 0;
|
}
|
||||||
width: 100%;
|
|
||||||
}
|
.templater_div > .setting-item > .setting-item-control {
|
||||||
|
justify-content: space-around;
|
||||||
.templater_div > .setting-item > .setting-item-control > .setting-editor-extra-setting-button {
|
padding: 0;
|
||||||
align-self: center;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.templater_title {
|
.templater_div
|
||||||
margin: 0;
|
> .setting-item
|
||||||
padding: 0;
|
> .setting-item-control
|
||||||
margin-top: 5px;
|
> .setting-editor-extra-setting-button {
|
||||||
text-align: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.templater_template {
|
.templater_title {
|
||||||
align-self: center;
|
margin: 0;
|
||||||
margin-left: 5px;
|
padding: 0;
|
||||||
margin-right: 5px;
|
margin-top: 5px;
|
||||||
width: 70%;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.templater_cmd {
|
.templater_template {
|
||||||
margin-left: 5px;
|
align-self: center;
|
||||||
margin-right: 5px;
|
margin-left: 5px;
|
||||||
font-size: 14px;
|
margin-right: 5px;
|
||||||
width: 100%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.templater_div2 > .setting-item {
|
.templater_cmd {
|
||||||
align-content: center;
|
margin-left: 5px;
|
||||||
justify-content: center;
|
margin-right: 5px;
|
||||||
}
|
font-size: 14px;
|
||||||
|
width: 100%;
|
||||||
.templater_button:hover {
|
}
|
||||||
background-color: #00496A !important;
|
|
||||||
}
|
.templater_div2 > .setting-item {
|
||||||
|
align-content: center;
|
||||||
.templater-prompt-div {
|
justify-content: center;
|
||||||
display: flex;
|
}
|
||||||
}
|
|
||||||
|
.templater-prompt-div {
|
||||||
.templater-prompt-form {
|
display: flex;
|
||||||
display: flex;
|
}
|
||||||
flex-grow: 1;
|
|
||||||
}
|
.templater-prompt-form {
|
||||||
|
display: flex;
|
||||||
.templater-prompt-input {
|
flex-grow: 1;
|
||||||
flex-grow: 1;
|
}
|
||||||
}
|
|
||||||
|
.templater-prompt-input {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .templater-command-bg {
|
.cm-s-obsidian .templater-command-bg {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
background-color: var(--background-primary-alt);
|
background-color: var(--background-primary-alt);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command{
|
.cm-s-obsidian .cm-templater-command {
|
||||||
color: #d4d4d4;
|
font-size: 0.85em;
|
||||||
font-size: 0.85em;
|
font-family: var(--font-monospace);
|
||||||
font-family: var(--font-monospace);
|
line-height: 1.3;
|
||||||
line-height: 1.3;
|
}
|
||||||
}
|
|
||||||
|
.cm-s-obsidian .templater-inline .cm-templater-command {
|
||||||
.cm-s-obsidian .templater-inline .cm-templater-command {
|
background-color: var(--background-primary-alt);
|
||||||
background-color: var(--background-primary-alt);
|
}
|
||||||
}
|
|
||||||
|
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
|
font-weight: bold;
|
||||||
font-weight: bold;
|
}
|
||||||
}
|
|
||||||
|
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
|
font-weight: bold;
|
||||||
font-weight: bold;
|
}
|
||||||
}
|
|
||||||
|
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
|
color: #008bff;
|
||||||
color: #008BFF;
|
}
|
||||||
}
|
|
||||||
|
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
|
color: #c0d700;
|
||||||
color: #C0D700;
|
}
|
||||||
}
|
|
||||||
|
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
|
color: green;
|
||||||
color: green;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-keyword {
|
color: #00a7aa;
|
||||||
color: #00A7AA;
|
font-weight: normal;
|
||||||
font-weight: normal;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
|
||||||
|
color: #f39b35;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-atom {
|
}
|
||||||
color: #F39B35;
|
|
||||||
}
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
|
||||||
|
color: #a06fca;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-number {
|
|
||||||
color: #A06FCA;
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
|
||||||
}
|
color: #a06fca;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-type {
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
|
||||||
color: #A06FCA;
|
color: #98e342;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-def {
|
color: #d4d4d4;
|
||||||
color: #98E342;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
|
||||||
|
color: #d4d4d4;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-property {
|
}
|
||||||
color: #D4D4D4;
|
|
||||||
}
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
|
||||||
|
color: #da7dae;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-variable {
|
|
||||||
color: #D4D4D4;
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
|
||||||
}
|
color: #a06fca;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-variable-2 {
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
|
||||||
color: #da7dae;
|
color: #fc4384;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-variable-3 {
|
color: #fc4384;
|
||||||
color: #A06FCA;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
|
||||||
|
color: #fc4384;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
|
}
|
||||||
color: #FC4384;
|
|
||||||
}
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
|
||||||
|
color: #fc4384;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-property.cm-def {
|
|
||||||
color: #FC4384;
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
|
||||||
}
|
color: #fc4384;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-callee {
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
|
||||||
color: #FC4384;
|
color: #fc4384;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-operator {
|
color: #d4d4d4;
|
||||||
color: #FC4384;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
|
||||||
|
color: #a06fca;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-qualifier {
|
}
|
||||||
color: #FC4384;
|
|
||||||
}
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
|
||||||
|
color: #696d70;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-tag {
|
|
||||||
color: #FC4384;
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
|
||||||
}
|
color: #fc4384;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
|
||||||
color: #D4D4D4;
|
color: #d4d4d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-attribute {
|
color: #e6db74;
|
||||||
color: #A06FCA;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
|
||||||
|
color: #f39b35;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-comment {
|
}
|
||||||
color: #696d70;
|
|
||||||
}
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
|
||||||
|
color: #d4d4d4;
|
||||||
|
background: inherit;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
|
}
|
||||||
color: #FC4384;
|
|
||||||
}
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
|
||||||
|
color: #fc4384;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
|
|
||||||
color: #D4D4D4;
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
|
||||||
}
|
color: #da7dae;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-string {
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
|
||||||
color: #E6DB74;
|
color: #98e342;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
|
||||||
.cm-s-obsidian .cm-templater-command.cm-string-2 {
|
color: #696d70;
|
||||||
color: #F39B35;
|
}
|
||||||
}
|
|
||||||
|
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
|
||||||
|
border-bottom: 1px solid #c42412;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-meta {
|
}
|
||||||
color: #D4D4D4;
|
|
||||||
background: inherit;
|
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
|
||||||
}
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-builtin {
|
.theme-dark
|
||||||
color: #FC4384;
|
.cm-s-obsidian
|
||||||
}
|
.cm-templater-command.CodeMirror-activeline-background {
|
||||||
|
background: #272727;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-header {
|
|
||||||
color: #da7dae;
|
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
|
||||||
}
|
outline: 1px solid grey;
|
||||||
|
color: #d4d4d4 !important;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.cm-hr {
|
|
||||||
color: #98E342;
|
.CodeMirror-hints {
|
||||||
}
|
position: absolute;
|
||||||
|
z-index: 10;
|
||||||
|
overflow: hidden;
|
||||||
.cm-s-obsidian .cm-templater-command.cm-link {
|
list-style: none;
|
||||||
color: #696d70;
|
|
||||||
}
|
margin: 0;
|
||||||
|
padding: 2px;
|
||||||
|
|
||||||
.cm-s-obsidian .cm-templater-command.cm-error {
|
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||||
border-bottom: 1px solid #C42412;
|
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||||
}
|
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid silver;
|
||||||
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
|
|
||||||
font-weight: normal;
|
background: white;
|
||||||
}
|
font-size: 90%;
|
||||||
|
font-family: monospace;
|
||||||
.cm-s-obsidian .cm-templater-command.CodeMirror-activeline-background {
|
|
||||||
background: #272727;
|
max-height: 20em;
|
||||||
}
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
|
|
||||||
outline: 1px solid grey;
|
.CodeMirror-hint {
|
||||||
color: #D4D4D4 !important;
|
margin: 0;
|
||||||
}
|
padding: 0 4px;
|
||||||
|
border-radius: 2px;
|
||||||
|
white-space: pre;
|
||||||
|
color: black;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.CodeMirror-hint-active {
|
||||||
|
background: #08f;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
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