1
0
Fork 0

Provide first skeleton for Obsidian vault

This commit is contained in:
Alexander Schäferdiek 2022-01-05 21:52:55 +01:00
parent 8053d23aca
commit 4cb7ae6100
46 changed files with 53684 additions and 1 deletions

24
.obsidian/app.json vendored Normal file
View file

@ -0,0 +1,24 @@
{
"legacyEditor": false,
"livePreview": true,
"promptDelete": false,
"defaultViewMode": "preview",
"foldIndent": true,
"spellcheck": false,
"spellcheckLanguages": [
"en-US",
"de-DE"
],
"trashOption": "local",
"alwaysUpdateLinks": true,
"newLinkFormat": "absolute",
"showUnsupportedFiles": true,
"attachmentFolderPath": "_Attachments",
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"showLineNumber": false
}

3
.obsidian/appearance.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"baseFontSize": 16
}

8
.obsidian/community-plugins.json vendored Normal file
View file

@ -0,0 +1,8 @@
[
"obsidian-tasks-plugin",
"dataview",
"calendar",
"obsidian-day-planner",
"templater-obsidian",
"obsidian-kanban"
]

18
.obsidian/core-plugins.json vendored Normal file
View file

@ -0,0 +1,18 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"tag-pane",
"page-preview",
"daily-notes",
"note-composer",
"command-palette",
"editor-status",
"starred",
"markdown-importer",
"word-count",
"open-with-default-app",
"file-recovery"
]

6
.obsidian/daily-notes.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"folder": "Daily Notes",
"template": "_Templates/Daily Note Template",
"autorun": true,
"format": ""
}

22
.obsidian/graph.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}

28
.obsidian/hotkeys.json vendored Normal file
View file

@ -0,0 +1,28 @@
{
"obsidian-tasks-plugin:toggle-done": [
{
"modifiers": [
"Mod",
"Meta",
"Shift"
],
"key": "ArrowRight"
}
],
"obsidian-tasks-plugin:edit-task": [
{
"modifiers": [
"Mod"
],
"key": "T"
}
],
"editor:toggle-source": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
}

4
.obsidian/note-composer.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"askBeforeMerging": true,
"template": "_Templates/Note Template"
}

10
.obsidian/plugins/calendar/data.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "monday",
"wordsPerDot": 250,
"showWeeklyNote": false,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}

4457
.obsidian/plugins/calendar/main.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,10 @@
{
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.10",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.9.11"
}

21
.obsidian/plugins/dataview/data.json vendored Normal file
View file

@ -0,0 +1,21 @@
{
"renderNullAs": "\\-",
"taskLinkLocation": "end",
"taskLinkText": "🔗",
"taskCompletionTracking": false,
"taskCompletionText": "completion",
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 250,
"defaultDateFormat": "MMMM dd, yyyy",
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
"maxRecursiveRenderDepth": 6,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true,
"schemaVersion": 1
}

13587
.obsidian/plugins/dataview/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.4.21",
"minAppVersion": "0.12.0",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}

71
.obsidian/plugins/dataview/styles.css vendored Normal file
View file

@ -0,0 +1,71 @@
/* List View Default Styling; rendered internally as a table. */
.table-view-table {
width: 100%;
}
.table-view-table > thead > tr, .table-view-table > tbody > tr {
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}
.table-view-table > thead > tr > th {
font-weight: 700;
font-size: larger;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid;
max-width: 100%;
}
.table-view-table > tbody > tr > td {
text-align: left;
border: none;
font-weight: 400;
max-width: 100%;
}
/** Rendered value styling for any view. */
.dataview-result-list-root-ul {
padding: 0em !important;
margin: 0em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
}
/** Inline Field Rendering. */
.dataview.inline-field-key {
border-top-left-radius: 250px;
border-bottom-left-radius: 250px;
padding-left: 16px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-value {
border-top-right-radius: 250px;
border-bottom-right-radius: 250px;
padding-left: 8px;
padding-right: 16px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-standalone-value {
border-radius: 250px;
padding-left: 16px;
padding-right: 16px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}

View file

@ -0,0 +1,20 @@
{
"customFolder": "Day Planners",
"mode": 1,
"mermaid": false,
"completePastItems": false,
"circularProgress": true,
"nowAndNextInStatusBar": true,
"showTaskNotification": true,
"timelineZoomLevel": 3,
"notesToDates": [
{
"notePath": "Daily Notes/2022-01-04.md",
"date": "Tue Jan 04 2022"
},
{
"notePath": "Daily Notes/2022-01-05.md",
"date": "Wed Jan 05 2022"
}
]
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,9 @@
{
"id": "obsidian-day-planner",
"name": "Day Planner",
"version": "0.5.8",
"description": "A plugin to help you plan your day and setup pomodoro timers",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,7 @@
{
"new-note-template": "_Templates/Task Template.md",
"new-note-folder": "Tasks",
"show-checkboxes": true,
"link-date-to-daily-note": true,
"date-picker-week-start": 1
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "1.2.27",
"minAppVersion": "0.12.3",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "1.4.1",
"minAppVersion": "0.12.17",
"description": "Task management for Obsidian",
"author": "Martin Schenck",
"authorUrl": "https://github.com/schemar",
"isDesktopOnly": false
}

View file

@ -0,0 +1,49 @@
.tasks-count {
color: var(--text-faint);
padding-left: 20px;
}
/* Pencil icon. */
.tasks-edit {
background-color: var(--text-faint);
mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22-ms-transform%3A%20rotate(360deg)%3B%20-webkit-transform%3A%20rotate(360deg)%3B%20transform%3A%20rotate(360deg)%3B%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%201536%201536%22%3E%3Cpath%20d%3D%22M363%201408l91-91l-235-235l-91%2091v107h128v128h107zm523-928q0-22-22-22q-10%200-17%207l-542%20542q-7%207-7%2017q0%2022%2022%2022q10%200%2017-7l542-542q7-7%207-17zm-54-192l416%20416l-832%20832H0v-416zm683%2096q0%2053-37%2090l-166%20166l-416-416l166-165q36-38%2090-38q53%200%2091%2038l235%20234q37%2039%2037%2091z%22%20fill%3D%22%23626262%22%2F%3E%3C%2Fsvg%3E");
-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%221em%22%20height%3D%221em%22%20style%3D%22-ms-transform%3A%20rotate(360deg)%3B%20-webkit-transform%3A%20rotate(360deg)%3B%20transform%3A%20rotate(360deg)%3B%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%201536%201536%22%3E%3Cpath%20d%3D%22M363%201408l91-91l-235-235l-91%2091v107h128v128h107zm523-928q0-22-22-22q-10%200-17%207l-542%20542q-7%207-7%2017q0%2022%2022%2022q10%200%2017-7l542-542q7-7%207-17zm-54-192l416%20416l-832%20832H0v-416zm683%2096q0%2053-37%2090l-166%20166l-416-416l166-165q36-38%2090-38q53%200%2091%2038l235%20234q37%2039%2037%2091z%22%20fill%3D%22%23626262%22%2F%3E%3C%2Fsvg%3E");
display: inline-block;
width: 1em;
height: 1em;
vertical-align: middle;
margin-left: 0.3em;
cursor: pointer;
}
.tasks-list-text {
position: relative;
}
.tasks-list-text .tooltip {
position: absolute;
top: 0px;
left: 0px;
white-space: nowrap;
}
.tasks-setting-important {
color: red;
font-weight: bold;
}
.tasks-modal label {
margin: 5px 0 5px 0;
}
.tasks-modal input[type=text] {
width: 100%;
}
.tasks-modal hr {
margin: 10px 0 10px 0;
}
.tasks-modal-date {
margin-bottom: 10px;
}

View file

@ -0,0 +1,29 @@
{
"command_timeout": 5,
"templates_folder": "_Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": true,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "Daily Notes",
"template": "_Templates/Daily Note Template.md"
}
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
]
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.9.9",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"isDesktopOnly": false
}

View file

@ -0,0 +1,266 @@
.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_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 {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}
.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: #008bff;
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #c0d700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #e6db74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #d4d4d4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark
.cm-s-obsidian
.cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #d4d4d4 !important;
}
.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;
}

3
.obsidian/starred.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"items": []
}

5
.obsidian/switcher.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"showExistingOnly": true,
"showAttachments": true,
"showAllFileTypes": true
}

3
.obsidian/templates.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"folder": "_Templates"
}

160
.obsidian/workspace vendored Normal file
View file

@ -0,0 +1,160 @@
{
"main": {
"id": "ff671356ba766952",
"type": "split",
"children": [
{
"id": "02fd55630b25d534",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
}
}
],
"direction": "vertical"
},
"left": {
"id": "d2eec933f352990a",
"type": "split",
"children": [
{
"id": "92ef269ea55383ac",
"type": "tabs",
"children": [
{
"id": "1957de311598a86a",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "7dfc8ef71c506823",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "tag:#<%",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "e168f75ac2947c8f",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 321
},
"right": {
"id": "88f8677a7c9ad3a9",
"type": "split",
"children": [
{
"id": "ec52e80aff4ffb89",
"type": "tabs",
"dimension": 29.451540195341845,
"children": [
{
"id": "9bebb7c5a5092409",
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
}
}
]
},
{
"id": "c152a02593699d74",
"type": "tabs",
"dimension": 49.135987978963186,
"children": [
{
"id": "96df686ab02776fa",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": true,
"extraContext": true,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "2bce19c6e3decd53",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "f57f8ae7e55c455c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_Dashboard.md",
"mode": "preview",
"source": false
}
}
}
],
"currentTab": 2
},
{
"id": "c9cd22bacd1a68ab",
"type": "tabs",
"dimension": 21.41247182569497,
"children": [
{
"id": "39f76c5bd454f0b8",
"type": "leaf",
"state": {
"type": "timeline",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 760
},
"active": "02fd55630b25d534",
"lastOpenFiles": [
"Daily Notes/2022-01-05.md",
"Daily Notes/2022-01-04.md",
"_Dashboard.md",
"_Templates/Daily Note Template.md",
"Notes/Tasks.md",
"_Kanban.md",
"Tasks/Untitled.md",
"Notes/Video.md",
"Projects/~Sample/Requirements.md",
"~Sample/Requirements.md"
]
}

0
Daily Notes/.gitkeep Normal file
View file

0
Notes/.gitkeep Normal file
View file

0
Projects/.gitkeep Normal file
View file

View file

@ -1,2 +1,16 @@
# obsidian-vault-starter
# README
A simple starter for [obsidian.md](https://obsidian.md).
## Features
* Daily Notes
* Daily Planner
* Kanban
* Timeline
* Templater (e.g. for _Daily_ notes)
# Recommendations
Workflow is to create a _Daily Note_ each day. It will use the predefined template automatically.

0
Tasks/.gitkeep Normal file
View file

0
_Attachments/.gitkeep Normal file
View file

58
_Dashboard.md Normal file
View file

@ -0,0 +1,58 @@
##### Today: Due
```tasks
not done
due today
```
##### Today: Scheduled
```tasks
not done
scheduled today
path does not include _Templates
```
##### Week: Due
```tasks
not done
due after sunday and before saturday
path does not include _Templates
```
##### Week: Scheduled
```tasks
not done
scheduled after sunday and before saturday
path does not include _Templates
```
##### Missed: Due
```tasks
not done
due before date(today)
path does not include _Templates
```
##### Missed: Scheduled
```tasks
not done
scheduled before date(today)
path does not include _Templates
```
##### No Due
```tasks
not done
no due date
no scheduled date
path does not include _Templates
```
##### All other tasks
```dataviewjs
dv.taskList(dv.pages('-"_Templates"').file.tasks
.where(t => !t.completed &&
!t.text.includes("#task")
))
```

30
_Kanban.md Normal file
View file

@ -0,0 +1,30 @@
---
kanban-plugin: basic
---
## TODO
## IN PROGESS
## ON HOLD
## DONE
**Complete**
%% kanban:settings
```
{"kanban-plugin":"basic","new-note-folder":"Tasks","new-note-template":"_Templates/Task Template.md"}
```
%%

View file

@ -0,0 +1,45 @@
---
creation date: <% tp.date.now("YYYY-MM-DD") %>
tags: [<% tp.file.title %>, daily]
---
# <% tp.file.title %>
<< [[Daily Notes/<% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %>]] | [[Daily Notes/<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %>]] >>
##### Missed: Due
```tasks
not done
due before <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
path does not include _Templates
```
##### Missed: Scheduled
```tasks
not done
scheduled before <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
path does not include _Templates
```
##### Today: Due
```tasks
not done
due on <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
path does not include _Templates
```
##### Today: Scheduled
```tasks
not done
scheduled on <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
path does not include _Templates
```
## Day Planner
- [ ] Link [[<% tp.file.title %>]] to Day Planner
- [ ]

View file

@ -0,0 +1,9 @@
---
creation date: <% tp.date.now("YYYY-MM-DD") %>
tags: [meeting]
---
# <% tp.file.title %>
Date:
Attendees:

View file

@ -0,0 +1,8 @@
---
creation date: <% tp.date.now("YYYY-MM-DD") %>
tags: [note]
---
# <% tp.file.title %>

View file

@ -0,0 +1,9 @@
---
creation date: <% tp.date.now("YYYY-MM-DD") %>
tags: []
---
# <% tp.file.title %>