Family init

main
Mel 3 years ago
parent dcdc482146
commit cedc481497

@ -6,5 +6,6 @@
"realistic-highlight", "realistic-highlight",
"inline-block-embeds", "inline-block-embeds",
"colour-blocks" "colour-blocks"
] ],
"cssTheme": "California Coast"
} }

@ -10,14 +10,13 @@
"ledger-obsidian", "ledger-obsidian",
"buttons", "buttons",
"quickadd", "quickadd",
"obsidian-timeline",
"obsidian-map-view", "obsidian-map-view",
"obsidian-citation-plugin",
"url-into-selection", "url-into-selection",
"obsidian-admonition", "obsidian-admonition",
"obsidian-dynamic-toc", "obsidian-dynamic-toc",
"obsidian-tasks-plugin", "obsidian-tasks-plugin",
"obsidian-dice-roller", "obsidian-dice-roller",
"music-code-blocks", "music-code-blocks",
"obsidian-pocket" "obsidian-pocket",
"emoji-shortcodes"
] ]

@ -74,6 +74,6 @@
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
"scale": 0.5371093740623646, "scale": 0.5487763786603308,
"close": true "close": true
} }

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.4.10", "version": "0.4.11",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "Complex data views for the data-obsessed.", "description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>", "author": "Michael Brenan <blacksmithgu@gmail.com>",

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;
}

@ -2,7 +2,7 @@
"userAdmonitions": {}, "userAdmonitions": {},
"syntaxHighlight": false, "syntaxHighlight": false,
"copyButton": false, "copyButton": false,
"version": "6.3.0", "version": "6.3.2",
"autoCollapse": false, "autoCollapse": false,
"defaultCollapseType": "open", "defaultCollapseType": "open",
"syncLinks": true, "syncLinks": true,

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"id": "obsidian-admonition", "id": "obsidian-admonition",
"name": "Admonition", "name": "Admonition",
"version": "6.3.0", "version": "6.3.2",
"minAppVersion": "0.11.0", "minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md", "description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine", "author": "Jeremy Valentine",

@ -227,3 +227,9 @@ input.is-invalid {
.admonition-file-upload > input[type="file"] { .admonition-file-upload > input[type="file"] {
display: none; display: none;
} }
.insert-admonition-modal button:focus,
.insert-admonition-modal .clickable-icon:focus {
box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
border-color: var(--background-modifier-border-focus);
}

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
} }

@ -142,6 +142,22 @@
border: 0; border: 0;
} }
.renderer-container {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 9999999;
transition: opacity 1s ease-out;
}
.dice-roller-view .dice-roller-roll:disabled {
cursor: not-allowed;
opacity: 0.75;
}
/** Dice Roller View CSS */ /** Dice Roller View CSS */
.workspace-split.mod-right-split .view-content.dice-roller-view { .workspace-split.mod-right-split .view-content.dice-roller-view {
padding: 0.5rem; padding: 0.5rem;
@ -268,3 +284,9 @@
margin: 0 auto; margin: 0 auto;
} }
.dice-renderer {
position: absolute;
top: 0;
left: 0;
}

File diff suppressed because one or more lines are too long

@ -1,8 +1,8 @@
{ {
"id": "obsidian-timeline", "id": "obsidian-timeline",
"name": "Timeline", "name": "Timeline",
"version": "0.6.6", "version": "1.0.0",
"minAppVersion": "0.9.12", "minAppVersion": "0.12.15",
"description": "Used to build great timelines", "description": "Used to build great timelines",
"author": "George Butco", "author": "George Butco",
"authorUrl": "", "authorUrl": "",

@ -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;
}

@ -12,14 +12,12 @@ function _interopNamespace(e) {
var d = Object.getOwnPropertyDescriptor(e, k); var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : { Object.defineProperty(n, k, d.get ? d : {
enumerable: true, enumerable: true,
get: function () { get: function () { return e[k]; }
return e[k];
}
}); });
} }
}); });
} }
n['default'] = e; n["default"] = e;
return Object.freeze(n); return Object.freeze(n);
} }
@ -524,7 +522,7 @@ function init(component, options, instance, create_fragment, not_equal, props, a
on_disconnect: [], on_disconnect: [],
before_update: [], before_update: [],
after_update: [], after_update: [],
context: new Map(parent_component ? parent_component.$$.context : options.context || []), context: new Map(options.context || (parent_component ? parent_component.$$.context : [])),
// everything else // everything else
callbacks: blank_object(), callbacks: blank_object(),
dirty, dirty,
@ -632,7 +630,7 @@ var faTrash = {
icon: [448, 512, [], "f1f8", "M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"] icon: [448, 512, [], "f1f8", "M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"]
}; };
/* node_modules/svelte-awesome/components/svg/Path.svelte generated by Svelte v3.42.5 */ /* node_modules/svelte-awesome/components/svg/Path.svelte generated by Svelte v3.43.0 */
function create_fragment$i(ctx) { function create_fragment$i(ctx) {
let path; let path;
@ -692,7 +690,7 @@ class Path extends SvelteComponent {
} }
} }
/* node_modules/svelte-awesome/components/svg/Polygon.svelte generated by Svelte v3.42.5 */ /* node_modules/svelte-awesome/components/svg/Polygon.svelte generated by Svelte v3.43.0 */
function create_fragment$h(ctx) { function create_fragment$h(ctx) {
let polygon; let polygon;
@ -752,7 +750,7 @@ class Polygon extends SvelteComponent {
} }
} }
/* node_modules/svelte-awesome/components/svg/Raw.svelte generated by Svelte v3.42.5 */ /* node_modules/svelte-awesome/components/svg/Raw.svelte generated by Svelte v3.43.0 */
function create_fragment$g(ctx) { function create_fragment$g(ctx) {
let g; let g;
@ -833,7 +831,7 @@ class Raw extends SvelteComponent {
} }
} }
/* node_modules/svelte-awesome/components/svg/Svg.svelte generated by Svelte v3.42.5 */ /* node_modules/svelte-awesome/components/svg/Svg.svelte generated by Svelte v3.43.0 */
function add_css$a(target) { function add_css$a(target) {
append_styles(target, "svelte-1dof0an", ".fa-icon.svelte-1dof0an{display:inline-block;fill:currentColor}.fa-flip-horizontal.svelte-1dof0an{transform:scale(-1, 1)}.fa-flip-vertical.svelte-1dof0an{transform:scale(1, -1)}.fa-spin.svelte-1dof0an{animation:svelte-1dof0an-fa-spin 1s 0s infinite linear}.fa-inverse.svelte-1dof0an{color:#fff}.fa-pulse.svelte-1dof0an{animation:svelte-1dof0an-fa-spin 1s infinite steps(8)}@keyframes svelte-1dof0an-fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}"); append_styles(target, "svelte-1dof0an", ".fa-icon.svelte-1dof0an{display:inline-block;fill:currentColor}.fa-flip-horizontal.svelte-1dof0an{transform:scale(-1, 1)}.fa-flip-vertical.svelte-1dof0an{transform:scale(1, -1)}.fa-spin.svelte-1dof0an{animation:svelte-1dof0an-fa-spin 1s 0s infinite linear}.fa-inverse.svelte-1dof0an{color:#fff}.fa-pulse.svelte-1dof0an{animation:svelte-1dof0an-fa-spin 1s infinite steps(8)}@keyframes svelte-1dof0an-fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}");
@ -1042,7 +1040,7 @@ class Svg extends SvelteComponent {
} }
} }
/* node_modules/svelte-awesome/components/Icon.svelte generated by Svelte v3.42.5 */ /* node_modules/svelte-awesome/components/Icon.svelte generated by Svelte v3.43.0 */
function get_each_context$3(ctx, list, i) { function get_each_context$3(ctx, list, i) {
const child_ctx = ctx.slice(); const child_ctx = ctx.slice();
@ -1861,7 +1859,7 @@ class Icon extends SvelteComponent {
} }
} }
/* src/gui/choiceList/ChoiceItemRightButtons.svelte generated by Svelte v3.42.5 */ /* src/gui/choiceList/ChoiceItemRightButtons.svelte generated by Svelte v3.43.0 */
function add_css$9(target) { function add_css$9(target) {
append_styles(target, "svelte-a47k80", ".rightButtonsContainer.svelte-a47k80{display:flex;align-items:center;gap:8px}.clickable.svelte-a47k80:hover{cursor:pointer}.alignIconInDivInMiddle.svelte-a47k80{display:flex;align-items:center}"); append_styles(target, "svelte-a47k80", ".rightButtonsContainer.svelte-a47k80{display:flex;align-items:center;gap:8px}.clickable.svelte-a47k80:hover{cursor:pointer}.alignIconInDivInMiddle.svelte-a47k80{display:flex;align-items:center}");
@ -2141,7 +2139,7 @@ class ChoiceItemRightButtons extends SvelteComponent {
} }
} }
/* src/gui/choiceList/ChoiceListItem.svelte generated by Svelte v3.42.5 */ /* src/gui/choiceList/ChoiceListItem.svelte generated by Svelte v3.43.0 */
function add_css$8(target) { function add_css$8(target) {
append_styles(target, "svelte-1vcfikc", ".choiceListItem.svelte-1vcfikc{display:flex;font-size:16px;align-items:center;margin:12px 0 0 0;transition:1000ms ease-in-out}.choiceListItemName.svelte-1vcfikc{flex:1 0 0}"); append_styles(target, "svelte-1vcfikc", ".choiceListItem.svelte-1vcfikc{display:flex;font-size:16px;align-items:center;margin:12px 0 0 0;transition:1000ms ease-in-out}.choiceListItemName.svelte-1vcfikc{flex:1 0 0}");
@ -2347,7 +2345,7 @@ class ChoiceListItem extends SvelteComponent {
} }
} }
/* src/gui/choiceList/MultiChoiceListItem.svelte generated by Svelte v3.42.5 */ /* src/gui/choiceList/MultiChoiceListItem.svelte generated by Svelte v3.43.0 */
function add_css$7(target) { function add_css$7(target) {
append_styles(target, "svelte-na99np", ".multiChoiceListItem.svelte-na99np{display:flex;font-size:16px;align-items:center;margin:12px 0 0 0}.clickable.svelte-na99np:hover{cursor:pointer}.multiChoiceListItemName.svelte-na99np{flex:1 0 0;margin-left:5px}.nestedChoiceList.svelte-na99np{padding-left:25px}"); append_styles(target, "svelte-na99np", ".multiChoiceListItem.svelte-na99np{display:flex;font-size:16px;align-items:center;margin:12px 0 0 0}.clickable.svelte-na99np:hover{cursor:pointer}.multiChoiceListItemName.svelte-na99np{flex:1 0 0;margin-left:5px}.nestedChoiceList.svelte-na99np{padding-left:25px}");
@ -5164,7 +5162,7 @@ function validateOptions(options) {
} }
} }
/* src/gui/choiceList/ChoiceList.svelte generated by Svelte v3.42.5 */ /* src/gui/choiceList/ChoiceList.svelte generated by Svelte v3.43.0 */
function add_css$6(target) { function add_css$6(target) {
append_styles(target, "svelte-jb273g", ".choiceList.svelte-jb273g{width:auto;border:0 solid black;overflow-y:auto;height:auto}"); append_styles(target, "svelte-jb273g", ".choiceList.svelte-jb273g{width:auto;border:0 solid black;overflow-y:auto;height:auto}");
@ -5644,7 +5642,7 @@ class ChoiceList extends SvelteComponent {
} }
} }
/* src/gui/choiceList/AddChoiceBox.svelte generated by Svelte v3.42.5 */ /* src/gui/choiceList/AddChoiceBox.svelte generated by Svelte v3.43.0 */
function add_css$5(target) { function add_css$5(target) {
append_styles(target, "svelte-1newuee", ".addChoiceBox.svelte-1newuee{margin-top:1em;display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:center}@media(max-width: 800px){.addChoiceBox.svelte-1newuee{flex-direction:column}}#addChoiceTypeSelector.svelte-1newuee{font-size:16px;padding:3px;border-radius:3px}"); append_styles(target, "svelte-1newuee", ".addChoiceBox.svelte-1newuee{margin-top:1em;display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:center}@media(max-width: 800px){.addChoiceBox.svelte-1newuee{flex-direction:column}}#addChoiceTypeSelector.svelte-1newuee{font-size:16px;padding:3px;border-radius:3px}");
@ -5935,7 +5933,7 @@ class MultiChoice extends Choice {
} }
} }
/* src/gui/GenericYesNoPrompt/GenericYesNoPromptContent.svelte generated by Svelte v3.42.5 */ /* src/gui/GenericYesNoPrompt/GenericYesNoPromptContent.svelte generated by Svelte v3.43.0 */
function add_css$4(target) { function add_css$4(target) {
append_styles(target, "svelte-1qg9c18", ".yesNoPromptButtonContainer.svelte-1qg9c18{display:flex;align-items:center;justify-content:space-around;margin-top:2rem}p.svelte-1qg9c18{text-align:center}button.svelte-1qg9c18{font-size:18px}"); append_styles(target, "svelte-1qg9c18", ".yesNoPromptButtonContainer.svelte-1qg9c18{display:flex;align-items:center;justify-content:space-around;margin-top:2rem}p.svelte-1qg9c18{text-align:center}button.svelte-1qg9c18{font-size:18px}");
@ -10102,7 +10100,7 @@ class SilentFileAndTagSuggester extends TextInputSuggest {
} }
} }
/* src/gui/GenericInputPrompt/GenericInputPromptContent.svelte generated by Svelte v3.42.5 */ /* src/gui/GenericInputPrompt/GenericInputPromptContent.svelte generated by Svelte v3.43.0 */
function create_fragment$7(ctx) { function create_fragment$7(ctx) {
let div; let div;
@ -10362,7 +10360,8 @@ function getTemplater(app) {
async function replaceTemplaterTemplatesInCreatedFile(app, file, force = false) { async function replaceTemplaterTemplatesInCreatedFile(app, file, force = false) {
const templater = getTemplater(app); const templater = getTemplater(app);
if (templater && (force || !(templater === null || templater === void 0 ? void 0 : templater.settings["trigger_on_file_creation"]))) { if (templater && (force || !(templater === null || templater === void 0 ? void 0 : templater.settings["trigger_on_file_creation"]))) {
await templater.templater.overwrite_file_templates(file); app.workspace.getActiveFile();
await templater.templater.overwrite_file_commands(file);
} }
} }
async function templaterParseTemplate(app, templateContent, targetFile) { async function templaterParseTemplate(app, templateContent, targetFile) {
@ -10496,7 +10495,7 @@ async function getUserScript(command, app) {
delete window.require.cache[window.require.resolve(filePath)]; delete window.require.cache[window.require.resolve(filePath)];
} }
// @ts-ignore // @ts-ignore
const userScript = await Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(filePath)); }); const userScript = await (function (t) { return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(t)); }); })(filePath);
if (!userScript || !userScript.default) if (!userScript || !userScript.default)
return; return;
let script = userScript.default; let script = userScript.default;
@ -10613,7 +10612,7 @@ class FormatSyntaxSuggester extends TextInputSuggest {
} }
} }
/* src/gui/ChoiceBuilder/FolderList.svelte generated by Svelte v3.42.5 */ /* src/gui/ChoiceBuilder/FolderList.svelte generated by Svelte v3.43.0 */
function add_css$3(target) { function add_css$3(target) {
append_styles(target, "svelte-tuapcq", ".quickAddCommandListItem.svelte-tuapcq{display:flex;align-items:center;justify-content:space-between}@media(min-width: 768px){.quickAddFolderListGrid.svelte-tuapcq{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:20px}}.quickAddCommandList.svelte-tuapcq{max-width:50%;margin:12px auto}.clickable.svelte-tuapcq{cursor:pointer}"); append_styles(target, "svelte-tuapcq", ".quickAddCommandListItem.svelte-tuapcq{display:flex;align-items:center;justify-content:space-between}@media(min-width: 768px){.quickAddFolderListGrid.svelte-tuapcq{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:20px}}.quickAddCommandList.svelte-tuapcq{max-width:50%;margin:12px auto}.clickable.svelte-tuapcq{cursor:pointer}");
@ -12353,7 +12352,7 @@ class ObsidianCommand extends Command {
} }
} }
/* src/gui/MacroGUIs/Components/StandardCommand.svelte generated by Svelte v3.42.5 */ /* src/gui/MacroGUIs/Components/StandardCommand.svelte generated by Svelte v3.43.0 */
function create_fragment$5(ctx) { function create_fragment$5(ctx) {
let div1; let div1;
@ -12492,7 +12491,7 @@ class StandardCommand extends SvelteComponent {
} }
} }
/* src/gui/MacroGUIs/Components/WaitCommand.svelte generated by Svelte v3.42.5 */ /* src/gui/MacroGUIs/Components/WaitCommand.svelte generated by Svelte v3.43.0 */
function add_css$2(target) { function add_css$2(target) {
append_styles(target, "svelte-1196d9p", ".dotInput.svelte-1196d9p{border:none;display:inline;font-family:inherit;font-size:inherit;padding:0;width:0;text-decoration:underline dotted;background-color:transparent}.dotInput.svelte-1196d9p:hover{background-color:transparent}"); append_styles(target, "svelte-1196d9p", ".dotInput.svelte-1196d9p{border:none;display:inline;font-family:inherit;font-size:inherit;padding:0;width:0;text-decoration:underline dotted;background-color:transparent}.dotInput.svelte-1196d9p:hover{background-color:transparent}");
@ -12694,7 +12693,7 @@ class WaitCommand$1 extends SvelteComponent {
} }
} }
/* src/gui/MacroGUIs/Components/NestedChoiceCommand.svelte generated by Svelte v3.42.5 */ /* src/gui/MacroGUIs/Components/NestedChoiceCommand.svelte generated by Svelte v3.43.0 */
function create_fragment$3(ctx) { function create_fragment$3(ctx) {
let div1; let div1;
@ -12861,7 +12860,7 @@ class NestedChoiceCommand$1 extends SvelteComponent {
} }
} }
/* src/gui/MacroGUIs/Components/UserScriptCommand.svelte generated by Svelte v3.42.5 */ /* src/gui/MacroGUIs/Components/UserScriptCommand.svelte generated by Svelte v3.43.0 */
function create_fragment$2(ctx) { function create_fragment$2(ctx) {
let div1; let div1;
@ -13128,7 +13127,7 @@ class UserScriptSettingsModal extends obsidian.Modal {
} }
} }
/* src/gui/MacroGUIs/CommandList.svelte generated by Svelte v3.42.5 */ /* src/gui/MacroGUIs/CommandList.svelte generated by Svelte v3.43.0 */
function add_css$1(target) { function add_css$1(target) {
append_styles(target, "svelte-1ukgrgp", ".quickAddCommandList.svelte-1ukgrgp{display:grid;grid-template-columns:auto;width:auto;border:0 solid black;overflow-y:auto;height:auto;margin-bottom:8px;padding:20px}"); append_styles(target, "svelte-1ukgrgp", ".quickAddCommandList.svelte-1ukgrgp{display:grid;grid-template-columns:auto;width:auto;border:0 solid black;overflow-y:auto;height:auto;margin-bottom:8px;padding:20px}");
@ -14321,7 +14320,7 @@ class MacrosManager extends obsidian.Modal {
} }
} }
/* src/gui/choiceList/ChoiceView.svelte generated by Svelte v3.42.5 */ /* src/gui/choiceList/ChoiceView.svelte generated by Svelte v3.43.0 */
function add_css(target) { function add_css(target) {
append_styles(target, "svelte-wcmtyt", ".choiceViewBottomBar.svelte-wcmtyt{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:1rem}@media(max-width: 800px){.choiceViewBottomBar.svelte-wcmtyt{flex-direction:column}}"); append_styles(target, "svelte-wcmtyt", ".choiceViewBottomBar.svelte-wcmtyt{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:1rem}@media(max-width: 800px){.choiceViewBottomBar.svelte-wcmtyt{flex-direction:column}}");

@ -1,7 +1,7 @@
{ {
"id": "quickadd", "id": "quickadd",
"name": "QuickAdd", "name": "QuickAdd",
"version": "0.4.6", "version": "0.4.8",
"minAppVersion": "0.12.5", "minAppVersion": "0.12.5",
"description": "Quickly add new pages or content to your vault.", "description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann", "author": "Christian B. B. Houmann",

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

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Networks/Server Tools.md", "file": "Life Orga/Family.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -35,7 +35,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "tag:#Family", "query": "",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Networks/Server Tools.md", "file": "Life Orga/Family.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -94,20 +94,29 @@
"type": "advanced-tables-toolbar", "type": "advanced-tables-toolbar",
"state": {} "state": {}
} }
},
{
"id": "b8f5a39a6b84ffbc",
"type": "leaf",
"state": {
"type": "DICE_ROLLER_VIEW",
"state": {}
}
} }
] ],
"currentTab": 3
}, },
"active": "c1cbd199334b4022", "active": "c1cbd199334b4022",
"lastOpenFiles": [ "lastOpenFiles": [
"Networks/Server Tools.md", "Life Orga/Family.md",
"Networks/Configuring Caddy.md", "Life Orga/@Life Organisation.md",
"Networks/VPS Console Dialogue.md", "Family/Basville.md",
"Networks/Tools Server.md", "Family/Gift ideas.md",
"Networks/Cloud Server.md", "Family/@Family organisation.md",
"Networks/Alias Server.md", "Family/Birthdays.md",
"Networks/Postfix config.md", "Life Orga/Lifestyle.md",
"Networks/Monit config.md", "Life Orga/Finances.md",
"Networks/Docker config.md", "New Note.md",
"Networks/Caddy config.md" "Investments/EOS.md"
] ]
} }

@ -0,0 +1,146 @@
---
Alias: ["Family organisation"]
Tag: ["Personal", "Family"]
Date: 2021-10-01
DocType: "Personal"
Hierarchy: "Root"
CollapseMetaTable: Yes
---
Parent:: [[Family]]
---
&emsp;
```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
&emsp;
# Folder map
&emsp;
```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
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Master Navigation
&emsp;
```dataview
Table Date as "Creation Date" from "Family"
Sort Date ascending
```
&emsp;
---
&emsp;
### High Level tasks
&emsp;
```tasks
not done
path includes Family
description does not include :gift:
description does not include :birthday:
sort by due
hide backlink
hide task count
```
&emsp;
---
&emsp;
### Next 5 birthdays
&emsp;
```tasks
not done
path includes Family
description includes :birthday:
limit to 5 tasks
sort by due
hide backlink
hide task count
```
&emsp;
---
&emsp;
### Tag Navigation
&emsp;
```dataview
Table without id tags as "Tags" From "Family"
Flatten file.tags as tags
Group by tags
```
&emsp;
---
&emsp;
### TimeStamp check
&emsp;
```dataview
Table TimeStamp as "Time Stamp" from "Family"
Where TimeStamp > date(today) - dur(100 years)
Sort TimeStamp ascending
```
&emsp;
&emsp;

@ -0,0 +1,115 @@
---
Tag: ["Family", "Dad", "Chapal", "Place"]
Date: 2021-09-30
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[Family]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-TNSave
&emsp;
# Basville
&emsp;
```ad-abstract
title: Summary
collapse: open
Basville, life and adventures
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Lieux de visite
&emsp;
#### Famille
1. Thyx -> Cousins
2. Chardot
&emsp;
#### 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)
&emsp;
---
&emsp;
### Vie de creuse
&emsp;
#### 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.
&emsp;
---
&emsp;
### Archives
&emsp;
[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)
&emsp;
&emsp;

@ -0,0 +1,145 @@
---
Tag: ["Family", "Birthday"]
Date: 2021-10-01
DocType: "Personal"
Hierarchy: Root2
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[@Family organisation|Family organisation]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-BirthdaySave
&emsp;
# Birthdays
&emsp;
```ad-abstract
title: Summary
collapse: open
Family birthdays
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Family
&emsp;
- [ ] :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
&emsp;
---
&emsp;
### Le Bastart
&emsp;
#### Noémie
- [ ] :birthday: **Séraphine** 🔁 every year 📅 2021-11-27
&emsp;
#### É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
&emsp;
---
&emsp;
### Bédier
&emsp;
- [ ] :birthday: **Bon Papa** 🔁 every year 📅 2021-12-07
- [ ] :birthday: **Bonne Maman** 🔁 every year 📅 2022-07-13
&emsp;
#### 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
&emsp;
#### 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
&emsp;
#### Hortense
- [ ] :birthday: **Thaïs** 🔁 every year 📅 2022-02-06
&emsp;
#### 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
&emsp;
&emsp;

@ -0,0 +1,168 @@
---
Tag: ["Personal", "Family", "Christmas", "Birthday"]
Date: 2021-10-01
DocType: "Confidential"
Hierarchy: Root2
TimeStamp:
CollapseMetaTable: Yes
---
Parent:: [[@Family organisation|Family organisation]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-GiftIdeaSave
&emsp;
# Gift ideas
&emsp;
```ad-abstract
title: Summary
collapse: open
Notes of gifts for family
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Noémie
&emsp;
- [ ] :gift: AllotMe - grow vegetables at home
- [ ] :gift: Dont touch my hair - book
- [ ] :gift: Service à thé brut (gres/ceramique)
- [x] :gift: Fleurs Mr Marguerite ✅ 2021-06-20
&emsp;
---
&emsp;
### Marguerite
&emsp;
- [x] :gift: [Fleurs](https://lesfleurs.ch) ✅ 2021-05-02
&emsp;
---
&emsp;
### Éloi
&emsp;
- [x] :gift: [Tshirt 30](https://www.etsy.com/uk/listing/843576920/legend-since-1991-t-shirt-30th-birthday?gpla=1&gao=1&) ✅ 2021-05-09
- [x] :gift: [Card](https://www.etsy.com/uk/listing/928962756/donald-trump-recount-funny-30th-birthday?ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=30th+birthday+gift+for+him&ref=sr_gallery-1-40&from_market_listing_grid_organic=1&bes=1) ✅ 2021-05-09
- [x] :gift: [Vin (Pauillac 1991)](https://www.comptoirdesmillesimes.com/grand-puy-lacoste/chateau-grand-puy-lacoste-1991.html) ✅ 2021-05-09
&emsp;
---
&emsp;
### Opportune
&emsp;
- [x] :gift: [Carte Cadeau Nuances Fabrics](https://www.nuancesfabrics.com/boutique/cadeaux/carte-cadeau/) ✅ 2021-07-14
&emsp;
---
&emsp;
### Philomène
&emsp;
- [x] :gift: Marshall earphones ✅ 2021-04-18
&emsp;
---
&emsp;
### Aglaé
&emsp;
- [ ] :gift: Experience de parapente
- [x] :gift: Revolut ✅ 2021-02-25
&emsp;
---
&emsp;
### Papa
&emsp;
&emsp;
---
&emsp;
### Maman
&emsp;
&emsp;
---
&emsp;
### Séraphine
&emsp;
&emsp;
---
&emsp;
### Other family members
&emsp;
#### Oncle Arnaud
- [ ] :gift: Merci -> boites d'allumettes (théorie du Collapse)
&emsp;
&emsp;

@ -37,5 +37,9 @@
assets:Cash:GBP assets:Cash:GBP
2021/09/28 Current expenses 2021/09/28 Current expenses
expenses:Current expenses:GBP £300.00
assets:Cash:GBP
2021/10/01 Current expenses
expenses:Current expenses:GBP £300.00 expenses:Current expenses:GBP £300.00
assets:Cash:GBP assets:Cash:GBP

@ -58,7 +58,8 @@ All tasks and to-dos Crypto-related.
&emsp; &emsp;
- [ ] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2021-10-01 - [ ] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2021-10-08
- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday 📅 2021-10-01 ✅ 2021-10-01
- [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday ✅ 2021-09-24 - [x] [[Crypto Tasks#internet alerts|monitor Crypto news and publications]] 🔁 every week on Friday ✅ 2021-09-24
- [x] Monitor [[Crypto Tasks#Storj|Storj]] (Blockchain storage) ✅ 2021-09-14 - [x] Monitor [[Crypto Tasks#Storj|Storj]] (Blockchain storage) ✅ 2021-09-14
- [ ] Monitor [[Crypto Tasks#GuardTime|GuardTime]], [[Crypto Tasks#Paxos|Paxos]] (Equity with proprietary Blockchain solutions for Defence or Private purposes) - [ ] Monitor [[Crypto Tasks#GuardTime|GuardTime]], [[Crypto Tasks#Paxos|Paxos]] (Equity with proprietary Blockchain solutions for Defence or Private purposes)

@ -140,8 +140,6 @@ EOS can be staked in the PowerUp functionality by which users with no need for R
+ late 2019 + late 2019
+ dBond by DB + dBond by DB
+ DB launches a blockchain tokenised bond on EOS + DB launches a blockchain tokenised bond on EOS
``` ```
&emsp; &emsp;

@ -58,7 +58,8 @@ Note summarising all tasks and to-dos for Listed Equity investments.
&emsp; &emsp;
- [ ] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2021-10-01 - [ ] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2021-10-08
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday 📅 2021-10-01 ✅ 2021-10-01
- [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday ✅ 2021-09-24 - [x] [[Equity Tasks#internet alerts|monitor Equity news and publications]] 🔁 every week on Friday ✅ 2021-09-24
- [x] Geo-tag HQ of investment - [x] Geo-tag HQ of investment

@ -58,9 +58,10 @@ Tasks and to-dos for VC investments.
&emsp; &emsp;
- [ ] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2021-10-01 - [ ] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2021-10-08
- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday 📅 2021-10-01 ✅ 2021-10-01
- [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday ✅ 2021-09-24 - [x] [[VC Tasks#internet alerts|monitor VC news and publications]] 🔁 every week on Friday ✅ 2021-09-24
- [ ] download Tax status of [[QED Naval]] - [x] download Tax status of [[QED Naval]] ✅ 2021-10-01
- [x] Geo-tag HQ of investment - [x] Geo-tag HQ of investment
- [x] Give context on [[Le Miel de Paris]] - [x] Give context on [[Le Miel de Paris]]
- [ ] Integrate 'Current Valuations' in note - [ ] Integrate 'Current Valuations' in note

@ -114,6 +114,20 @@ hide task count
&emsp; &emsp;
**[[Family]]**
```tasks
not done
path includes Family
description does not include :birthday:
description does not include :gift:
sort by due
hide backlink
hide task count
```
&emsp;
**[[Personal projects]]** **[[Personal projects]]**
```tasks ```tasks
@ -203,6 +217,20 @@ hide task count
&emsp; &emsp;
**[[Family]]**
```tasks
done
path includes Family
description does not include :birthday:
description does not include :gift:
sort by due
hide backlink
hide task count
```
&emsp;
**[[Personal projects]]** **[[Personal projects]]**
```tasks ```tasks

@ -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]]
---
&emsp;
```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
&emsp;
# Family
&emsp;
```ad-abstract
title: Summary
collapse: open
Task master for everything relating to family.
```
&emsp;
---
&emsp;
### Next 5 birthdays
&emsp;
```tasks
not done
path includes Family
description includes :birthday:
limit to 5 tasks
sort by due
hide backlink
hide task count
```
&emsp;
---
&emsp;
### To-dos
&emsp;
- [ ] Re-start dialogue
&emsp;
**[[@Investment Task master|Investments]]**
```tasks
not done
path includes Investments/
description includes Ta
is not recurring
sort by due
hide backlink
hide task count
```
&emsp;
**[[hLedger]]**
```tasks
not done
path includes hLedger
is not recurring
sort by due
hide backlink
hide task count
```
&emsp;
---
&emsp;
### 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
```
&emsp;
**[[hLedger]]**
```tasks
not done
path includes hLedger
is recurring
sort by due
hide backlink
hide task count
```
&emsp;
---
&emsp;
### Completed tasks
&emsp;
**[[@Investment Task master|Investments]]**
```tasks
done
path includes Investments
description includes Ta
sort by due
hide backlink
hide task count
```
&emsp;
**[[hLedger]]**
```tasks
done
path includes hLedger
sort by due
hide backlink
hide task count
```
&emsp;
---
&emsp;
### Dependencies
&emsp;
&emsp;

@ -8,7 +8,7 @@ Priority: "Low"
Status: "Not Started" Status: "Not Started"
StartDate: 2021-09-01 StartDate: 2021-09-01
DueDate: 2021-12-31 DueDate: 2021-12-31
NextReviewDate: 2021-09-20 NextReviewDate: 2021-10-30
TimeStamp: 2021-08-12 TimeStamp: 2021-08-12
location: [51.514678599999996, -0.18378583926867909] location: [51.514678599999996, -0.18378583926867909]

@ -8,7 +8,7 @@ Priority: "Low"
Status: "In-progress" Status: "In-progress"
StartDate: 2021-08-12 StartDate: 2021-08-12
DueDate: 2021-12-31 DueDate: 2021-12-31
NextReviewDate: 2021-09-30 NextReviewDate: 2021-10-10
TimeStamp: 2021-08-12 TimeStamp: 2021-08-12
locations: locations:

@ -198,7 +198,7 @@ sudo chmod 711 /etc/monit/scripts/check_container_(container name).sh
4. Edit the config file 4. Edit the config file
>CHECK PROGRAM (container name) WITH PATH /etc/monit/scripts/check_container_(container name).sh >CHECK PROGRAM (container name) WITH PATH /etc/monit/scripts/check\_container_(container name).sh
START PROGRAM = "/usr/bin/docker start (container name)" START PROGRAM = "/usr/bin/docker start (container name)"
STOP PROGRAM = "/usr/bin/docker stop (container name)" STOP PROGRAM = "/usr/bin/docker stop (container name)"
IF status != 0 FOR 3 CYCLES THEN RESTART IF status != 0 FOR 3 CYCLES THEN RESTART

@ -200,11 +200,12 @@ JavaScript & JS package manager.
&emsp; | &emsp; &emsp; | &emsp;
**Network: [[Configuring Docker\|docker]] dedicated** | 17.27.37.x **Network: [[Configuring Docker\|docker]] dedicated** | 17.27.37.x
**IP: pw-manager** | 17.27.37.3 **IP: pw-manager** | 17.27.37.3
**IP: Mininote** | 17.27.37.7 **IP: StandardNotes** | 172.22.0.1
**IP: Git** | 172.21.0.3 **IP: Git** | 172.21.0.3
**IP: Git db** | 172.21.0.4 **IP: Git db** | 172.21.0.4
&emsp; | &emsp; &emsp; | &emsp;
**Port: SSH** | 2227 **Port: SSH** | 2227
**Port: SN** | 2700
**Port: Git server** | 8087 **Port: Git server** | 8087
**Port: Git SSH** | 2228 **Port: Git SSH** | 2228

@ -9,7 +9,7 @@ CollapseMetaTable: Yes
--- ---
Parent:: [[Personal projects]], [[IT & Computer]], [[Domains]] Parent:: [[Personal projects]], [[Family]], [[IT & Computer]], [[Domains]]
--- ---

@ -16,7 +16,7 @@ Source:
--- ---
Parent:: [[Heraldry]], [[lebv Research & Resource|Research & Resource]] Parent:: [[Family]], [[Heraldry]], [[lebv Research & Resource|Research & Resource]]
--- ---

Loading…
Cancel
Save