vault backup: 2026-04-17 16:29:28

This commit is contained in:
2026-04-17 16:29:28 -04:00
parent bc0bbde762
commit 8818b25fce
310 changed files with 1873 additions and 249 deletions
+1
View File
@@ -1,3 +1,4 @@
/.obsidian/graph.json
/.obsidian/workspace.json
/.obsidian/workspace-mobile.json
/.obsidian/plugins/recent-files-obsidian/data.json
+2 -1
View File
@@ -22,5 +22,6 @@
"obsidian-tasks-plugin",
"digitalgarden",
"pdf-plus",
"copy-document-as-html"
"copy-document-as-html",
"templater-obsidian"
]
+1 -1
View File
@@ -10,7 +10,7 @@
"properties": true,
"page-preview": true,
"daily-notes": false,
"templates": true,
"templates": false,
"note-composer": true,
"command-palette": true,
"slash-command": false,
+1 -1
View File
@@ -53,7 +53,7 @@
},
"yaml-key-sort": {
"enabled": true,
"yaml-key-priority-sort-order": "id\naliases\ntitle\ntags",
"yaml-key-priority-sort-order": "id\naliases\ntitle\ntags\ndaily\nweekly\nmonthly\nquarterly\nyearly\ndg-publish",
"priority-keys-at-start-of-yaml": true,
"yaml-sort-order-for-other-keys": "Ascending Alphabetical"
},
+13
View File
@@ -59,6 +59,19 @@
}
]
},
"isShownInEditModal": {
"priority": true,
"recurrence": true,
"due": true,
"scheduled": true,
"start": true,
"before_this": true,
"after_this": true,
"status": true,
"created": true,
"done": true,
"cancelled": true
},
"features": {
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
},
+6 -6
View File
@@ -1,34 +1,34 @@
{
"showGettingStartedBanner": true,
"showGettingStartedBanner": false,
"hasMigratedDailyNoteSettings": true,
"hasMigratedWeeklyNoteSettings": false,
"daily": {
"folder": "daily",
"folder": "periodic/daily",
"template": "templates/daily.md",
"enabled": true
},
"weekly": {
"format": "gggg-[w]ww",
"template": "templates/weekly.md",
"folder": "",
"folder": "periodic/weekly",
"enabled": true
},
"monthly": {
"format": "",
"template": "templates/monthly.md",
"folder": "",
"folder": "periodic/monthly",
"enabled": true
},
"quarterly": {
"format": "YYYY-[q]Q",
"template": "templates/quarterly.md",
"folder": "",
"folder": "periodic/quarterly",
"enabled": true
},
"yearly": {
"format": "",
"template": "templates/yearly.md",
"folder": "",
"folder": "periodic/yearly",
"enabled": true
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"persistInputPromptDrafts": true,
"useSelectionAsCaptureValue": true,
"devMode": false,
"templateFolderPath": "",
"templateFolderPath": "templates",
"announceUpdates": "none",
"version": "2.12.0",
"globalVariables": {},
+38
View File
@@ -0,0 +1,38 @@
{
"command_timeout": 5,
"templates_folder": "templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false,
"enable_system_commands": true,
"shell_path": "",
"user_scripts_folder": "scripts",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"intellisense_render": 1
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.19.0",
"description": "Create and use templates",
"minAppVersion": "1.12.2",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"helpUrl": "https://silentvoid13.github.io/Templater/",
"isDesktopOnly": false
}
+226
View File
@@ -0,0 +1,226 @@
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div,
.templater-multisuggester-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input,
.templater-multisuggester-input {
flex-grow: 1;
}
.templater-button-div {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
textarea.templater-prompt-input {
height: 10rem;
}
textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.templater-multisuggester-list {
margin: 1.5em 0;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command {
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: var(--code-property, #008bff);
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: var(--code-function, #c0d700);
}
.cm-s-obsidian .cm-templater-command.cm-keyword {
color: var(--code-keyword, #00a7aa);
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.cm-atom {
color: var(--code-normal, #f39b35);
}
.cm-s-obsidian .cm-templater-command.cm-value,
.cm-s-obsidian .cm-templater-command.cm-number,
.cm-s-obsidian .cm-templater-command.cm-type {
color: var(--code-value, #a06fca);
}
.cm-s-obsidian .cm-templater-command.cm-def,
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: var(--code-normal, var(--text-normal));
}
.cm-s-obsidian .cm-templater-command.cm-property,
.cm-s-obsidian .cm-templater-command.cm-property.cm-def,
.cm-s-obsidian .cm-templater-command.cm-attribute {
color: var(--code-function, #98e342);
}
.cm-s-obsidian .cm-templater-command.cm-variable,
.cm-s-obsidian .cm-templater-command.cm-variable-2,
.cm-s-obsidian .cm-templater-command.cm-variable-3,
.cm-s-obsidian .cm-templater-command.cm-meta {
color: var(--code-property, #d4d4d4);
}
.cm-s-obsidian .cm-templater-command.cm-callee,
.cm-s-obsidian .cm-templater-command.cm-operator,
.cm-s-obsidian .cm-templater-command.cm-qualifier,
.cm-s-obsidian .cm-templater-command.cm-builtin {
color: var(--code-operator, #fc4384);
}
.cm-s-obsidian .cm-templater-command.cm-tag {
color: var(--code-tag, #fc4384);
}
.cm-s-obsidian .cm-templater-command.cm-comment,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: var(--code-comment, #696d70);
}
.cm-s-obsidian .cm-templater-command.cm-string,
.cm-s-obsidian .cm-templater-command.cm-string-2 {
color: var(--code-string, #e6db74);
}
.cm-s-obsidian .cm-templater-command.cm-header,
.cm-s-obsidian .cm-templater-command.cm-hr {
color: var(--code-keyword, #da7dae);
}
.cm-s-obsidian .cm-templater-command.cm-link {
color: var(--code-normal, #696d70);
}
.cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
-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;
background: white;
font-size: 90%;
font-family: monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror-hint {
margin: 0;
padding: 0 4px;
border-radius: 2px;
white-space: pre;
color: black;
cursor: pointer;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
}
+17
View File
@@ -0,0 +1,17 @@
---
id: 2025-12-28
aliases: []
title: 2025-12-28
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2025-12-28T16:26:42-05:00
weekly: "[[2026-W52]]"
monthly: "[[2025-12]]"
quarterly: "[[2025-Q4]]"
yearly: "[[2025]]"
---
# 2025-12-28
+17
View File
@@ -0,0 +1,17 @@
---
id: 2025-12-29
aliases: []
title: 2025-12-29
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2025-12-29T16:26:43-05:00
weekly: "[[2026-W01]]"
monthly: "[[2025-12]]"
quarterly: "[[2025-Q4]]"
yearly: "[[2025]]"
---
# 2025-12-29
+17
View File
@@ -0,0 +1,17 @@
---
id: 2025-12-30
aliases: []
title: 2025-12-30
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2025-12-30T16:26:44-05:00
weekly: "[[2026-W01]]"
monthly: "[[2025-12]]"
quarterly: "[[2025-Q4]]"
yearly: "[[2025]]"
---
# 2025-12-30
+17
View File
@@ -0,0 +1,17 @@
---
id: 2025-12-31
aliases: []
title: 2025-12-31
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2025-12-31T16:26:44-05:00
weekly: "[[2026-W01]]"
monthly: "[[2025-12]]"
quarterly: "[[2025-Q4]]"
yearly: "[[2025]]"
---
# 2025-12-31
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-01-18
aliases: []
title: 2026-01-18
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-01-18T16:26:39-05:00
weekly: "[[2026-W03]]"
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-01-18
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-01-21
aliases: []
title: 2026-01-21
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-01-21T16:26:36-05:00
weekly: "[[2026-W04]]"
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-01-21
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-01-24
aliases: []
title: 2026-01-24
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-01-24T16:26:36-05:00
weekly: "[[2026-W04]]"
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-01-24
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-01-26
aliases: []
title: 2026-01-26
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-01-26T16:26:37-05:00
weekly: "[[2026-W05]]"
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-01-26
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-01-27
aliases: []
title: 2026-01-27
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-01-27T16:26:37-05:00
weekly: "[[2026-W05]]"
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-01-27
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-01-31
aliases: []
title: 2026-01-31
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-01-31T16:26:35-05:00
weekly: "[[2026-W05]]"
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-01-31
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-01
aliases: []
title: 2026-02-01
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-01T16:26:25-05:00
weekly: "[[2026-W05]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-01
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-02
aliases: []
title: 2026-02-02
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-02T16:26:25-05:00
weekly: "[[2026-W06]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-02
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-03
aliases: []
title: 2026-02-03
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-03T16:26:24-05:00
weekly: "[[2026-W06]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-03
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-04
aliases: []
title: 2026-02-04
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-04T16:26:24-05:00
weekly: "[[2026-W06]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-04
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-06
aliases: []
title: 2026-02-06
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-06T16:26:21-05:00
weekly: "[[2026-W06]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-06
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-07
aliases: []
title: 2026-02-07
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-07T16:26:21-05:00
weekly: "[[2026-W06]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-07
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-08
aliases: []
title: 2026-02-08
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-08T16:26:13-05:00
weekly: "[[2026-W06]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-08
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-10
aliases: []
title: 2026-02-10
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-10T16:26:12-05:00
weekly: "[[2026-W07]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-10
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-11
aliases: []
title: 2026-02-11
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-11T16:26:12-05:00
weekly: "[[2026-W07]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-11
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-13
aliases: []
title: 2026-02-13
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-13T16:26:11-05:00
weekly: "[[2026-W07]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-13
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-14
aliases: []
title: 2026-02-14
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-14T16:26:10-05:00
weekly: "[[2026-W07]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-14
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-16
aliases: []
title: 2026-02-16
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-16T16:26:08-05:00
weekly: "[[2026-W08]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-16
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-17
aliases: []
title: 2026-02-17
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-17T16:26:08-05:00
weekly: "[[2026-W08]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-17
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-21
aliases: []
title: 2026-02-21
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-21T16:26:10-05:00
weekly: "[[2026-W08]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-21
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-02-25
aliases: []
title: 2026-02-25
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-02-25T16:26:05-05:00
weekly: "[[2026-W09]]"
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-02-25
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-03
aliases: []
title: 2026-03-03
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-03T16:25:58-05:00
weekly: "[[2026-W10]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-03
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-04
aliases: []
title: 2026-03-04
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-04T16:25:57-05:00
weekly: "[[2026-W10]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-04
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-07
aliases: []
title: 2026-03-07
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-07T16:25:56-05:00
weekly: "[[2026-W10]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-07
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-10
aliases: []
title: 2026-03-10
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-10T16:25:53-04:00
weekly: "[[2026-W11]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-10
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-11
aliases: []
title: 2026-03-11
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-11T16:25:52-04:00
weekly: "[[2026-W11]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-11
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-15
aliases: []
title: 2026-03-15
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-15T16:25:49-04:00
weekly: "[[2026-W11]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-15
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-16
aliases: []
title: 2026-03-16
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-16T16:25:49-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-16
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-17
aliases: []
title: 2026-03-17
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-17T16:25:48-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-17
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-18
aliases: []
title: 2026-03-18
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-18T16:25:48-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-18
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-19
aliases: []
title: 2026-03-19
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-19T16:25:47-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-19
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-20
aliases: []
title: 2026-03-20
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-20T16:25:47-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-20
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-21
aliases: []
title: 2026-03-21
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-21T16:25:46-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-21
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-22
aliases: []
title: 2026-03-22
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-22T16:25:41-04:00
weekly: "[[2026-W12]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-22
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-23
aliases: []
title: 2026-03-23
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-23T16:25:41-04:00
weekly: "[[2026-W13]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-23
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-24
aliases: []
title: 2026-03-24
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-24T16:25:40-04:00
weekly: "[[2026-W13]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-24
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-26
aliases: []
title: 2026-03-26
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-26T16:25:40-04:00
weekly: "[[2026-W13]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-26
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-27
aliases: []
title: 2026-03-27
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-27T16:25:39-04:00
weekly: "[[2026-W13]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-27
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-28
aliases: []
title: 2026-03-28
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-28T16:25:38-04:00
weekly: "[[2026-W13]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-28
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-29
aliases: []
title: 2026-03-29
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-29T16:25:27-04:00
weekly: "[[2026-W13]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-29
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-30
aliases: []
title: 2026-03-30
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-30T16:25:25-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-30
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-03-31
aliases: []
title: 2026-03-31
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-03-31T16:25:24-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-03-31
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-01
aliases: []
title: 2026-04-01
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-01T16:25:23-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-01
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-02
aliases: []
title: 2026-04-02
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-02T16:25:22-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-02
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-03
aliases: []
title: 2026-04-03
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-03T16:25:21-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-03
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-04
aliases: []
title: 2026-04-04
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-04T16:25:20-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-04
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-05
aliases: []
title: 2026-04-05
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-05T13:46:45-04:00
weekly: "[[2026-W14]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-05
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-06
aliases: []
title: 2026-04-06
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-06T13:46:44-04:00
weekly: "[[2026-W15]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-06
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-07
aliases: []
title: 2026-04-07
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-07T13:46:43-04:00
weekly: "[[2026-W15]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-07
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-08
aliases: []
title: 2026-04-08
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-08T13:46:42-04:00
weekly: "[[2026-W15]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-08
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-09
aliases: []
title: 2026-04-09
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-09T13:46:41-04:00
weekly: "[[2026-W15]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-09
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-11
aliases: []
title: 2026-04-11
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-11T13:46:23-04:00
weekly: "[[2026-W15]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-11
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-12
aliases: []
title: 2026-04-12
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-12T13:46:06-04:00
weekly: "[[2026-W15]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-12
+17
View File
@@ -0,0 +1,17 @@
---
id: 2026-04-13
aliases: []
title: 2026-04-13
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/daily
dg-publish: true
date-created: 2026-04-13T13:46:04-04:00
weekly: "[[2026-W16]]"
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-04-13
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W52
aliases: []
title: 2026-W52
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2025-12-28T16:26:42-05:00
monthly: "[[2025-12]]"
quarterly: "[[2025-Q4]]"
yearly: "[[2025]]"
---
# 2026-W52
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W01
aliases: []
title: 2026-W01
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-01-04T16:26:41-05:00
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W01
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W03
aliases: []
title: 2026-W03
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-01-18T16:26:39-05:00
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W03
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W04
aliases: []
title: 2026-W04
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-01-25T16:26:38-05:00
monthly: "[[2026-01]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W04
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W05
aliases: []
title: 2026-W05
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-02-01T16:26:26-05:00
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W05
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W06
aliases: []
title: 2026-W06
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-02-08T16:26:14-05:00
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W06
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W07
aliases: []
title: 2026-W07
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-02-15T16:26:07-05:00
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W07
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W08
aliases: []
title: 2026-W08
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-02-22T16:26:06-05:00
monthly: "[[2026-02]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W08
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W09
aliases: []
title: 2026-W09
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-03-01T16:25:59-05:00
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W09
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W10
aliases: []
title: 2026-W10
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-03-08T16:25:55-04:00
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W10
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W11
aliases: []
title: 2026-W11
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-03-15T16:25:50-04:00
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W11
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W12
aliases: []
title: 2026-W12
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-03-22T16:25:42-04:00
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W12
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W13
aliases: []
title: 2026-W13
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-03-29T16:25:28-04:00
monthly: "[[2026-03]]"
quarterly: "[[2026-Q1]]"
yearly: "[[2026]]"
---
# 2026-W13
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W14
aliases: []
title: 2026-W14
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-04-05T13:46:46-04:00
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-W14
+16
View File
@@ -0,0 +1,16 @@
---
id: 2026-W15
aliases: []
title: 2026-W15
tags:
- authorship/original
- destiny/permanent
- status/draft
- type/periodic/weekly
dg-publish: true
date-created: 2026-04-12T13:46:09-04:00
monthly: "[[2026-04]]"
quarterly: "[[2026-Q2]]"
yearly: "[[2026]]"
---
# 2026-W15
+3
View File
@@ -0,0 +1,3 @@
module.exports = function (txt) {
navigator.clipboard.writeText(txt);
};
+3
View File
@@ -0,0 +1,3 @@
---
id: <% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: {{date:YYYY-MM-DDTHH:mm:ssZ}}
id: {{date:YYYY-MM-DDTHH:mm:ssZZ}}
aliases: []
title: {{date:YYYY-MM-DD HH:mm:ss}}
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-06-13T00:00:00-04:00
id: 2025-06-13T00:00:00-0400
aliases: []
title: 2025-06-13 ??:??:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-07-18T00:00:00-04:00
id: 2025-07-18T00:00:00-0400
aliases: []
title: 2025-07-18 ??:??:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-08-22T00:00:00-04:00
id: 2025-08-22T00:00:00-0400
aliases: []
title: 2025-08-22 ??:??:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-08-26T00:00:00-04:00
id: 2025-08-26T00:00:00-0400
aliases: []
title: 2025-08-26 ??:??:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-10-15T09:32:00
id: 2025-10-15T09:32:00-0500
aliases: []
title: 2025-10-15 09:32:00
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-10-20T00:00:00-05:00
id: 2025-10-20T00:00:00-0500
aliases: []
title: 2025-10-20 ??:??:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-10-26T18:36:00-05:00
id: 2025-10-26T18:36:00-0500
aliases: []
title: 2025-10-26 18:36:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-10-31T18:26:00-05:00
id: 2025-10-31T18:26:00-0500
aliases: []
title: 2025-10-31 18:26:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-11-01T05:41:00
id: 2025-11-01T05:41:00-0500
aliases: []
title: 2025-11-01 05:41:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-11-01T07:06:00
id: 2025-11-01T07:06:00-0500
aliases: []
title: 2025-11-01 07:06:??
tags:
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-11-01T08:25:00
id: 2025-11-01T08:25:00-0500
aliases: []
title: 2025-11-01 08:25:??
tags:
+2 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-11-04T14:52:05-05:00
id: 2025-11-04T14:52:05-0500
aliases: []
title: 2025-11-04 14:52:05
tags:
@@ -9,6 +9,7 @@ tags:
- occupational/takeoff
- status/complete
- type/minutes
- type/periodic/timestamped
dg-publish: true
daily: "[[2025-11-04]]"
yearly: "[[2025]]"
+1 -1
View File
@@ -1,5 +1,5 @@
---
id: 2025-11-05T00:00:00-05:00
id: 2025-11-05T00:00:00-0500
aliases: []
title: 2025-11-05 ??:??:??
tags:

Some files were not shown because too many files have changed in this diff Show More