feature: update boilerplate with key plugins and streamlined templates
This commit is contained in:
109
.obsidian/app.json
vendored
Normal file
109
.obsidian/app.json
vendored
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
{
|
||||||
|
"pluginEnabledStatus": {
|
||||||
|
"file-explorer": true,
|
||||||
|
"global-search": true,
|
||||||
|
"switcher": true,
|
||||||
|
"graph": true,
|
||||||
|
"backlink": true,
|
||||||
|
"command-palette": true,
|
||||||
|
"markdown-importer": true,
|
||||||
|
"word-count": true,
|
||||||
|
"open-with-default-app": true,
|
||||||
|
"tag-pane": true,
|
||||||
|
"starred": true,
|
||||||
|
"daily-notes": true,
|
||||||
|
"zk-prefixer": true,
|
||||||
|
"templates": true,
|
||||||
|
"outline": true,
|
||||||
|
"sync": true,
|
||||||
|
"File explorer": true,
|
||||||
|
"Search": true,
|
||||||
|
"Quick switcher": true,
|
||||||
|
"Graph view": true,
|
||||||
|
"Backlinks": true,
|
||||||
|
"Command palette": true,
|
||||||
|
"Markdown format importer": true,
|
||||||
|
"Word count": true,
|
||||||
|
"workspaces": true,
|
||||||
|
"random-note": true,
|
||||||
|
"publish": true,
|
||||||
|
"slides": true,
|
||||||
|
"file-recovery": true,
|
||||||
|
"page-preview": true,
|
||||||
|
"outgoing-link": true,
|
||||||
|
"audio-recorder": true
|
||||||
|
},
|
||||||
|
"enabledPlugins": [
|
||||||
|
"sliding-panes-obsidian",
|
||||||
|
"note-refactor-obsidian",
|
||||||
|
"obsidian-mind-map",
|
||||||
|
"cm-editor-syntax-highlight-obsidian",
|
||||||
|
"calendar",
|
||||||
|
"tag-wrangler",
|
||||||
|
"darlal-switcher-plus",
|
||||||
|
"dataview",
|
||||||
|
"periodic-notes",
|
||||||
|
"obsidian-git",
|
||||||
|
"obsidian-kanban",
|
||||||
|
"hot-reload",
|
||||||
|
"obsidian-sample-plugin",
|
||||||
|
"templater-obsidian",
|
||||||
|
"table-editor-obsidian",
|
||||||
|
"better-word-count"
|
||||||
|
],
|
||||||
|
"showFrontmatter": false,
|
||||||
|
"foldHeading": true,
|
||||||
|
"foldIndent": true,
|
||||||
|
"defaultViewMode": "source",
|
||||||
|
"showLineNumber": true,
|
||||||
|
"promptDelete": false,
|
||||||
|
"alwaysUpdateLinks": true,
|
||||||
|
"fileSortOrder": "alphabetical",
|
||||||
|
"tabSize": 4,
|
||||||
|
"useTab": true,
|
||||||
|
"obsidianCss": false,
|
||||||
|
"attachmentFolderPath": "assets",
|
||||||
|
"spellcheck": true,
|
||||||
|
"spellcheckDictionary": [
|
||||||
|
"netlify",
|
||||||
|
"dx",
|
||||||
|
"chickenless",
|
||||||
|
"zettelkasten",
|
||||||
|
"vue",
|
||||||
|
"instantiation",
|
||||||
|
"pre",
|
||||||
|
"congee",
|
||||||
|
"Mandalorian",
|
||||||
|
"Ideation",
|
||||||
|
"summarization",
|
||||||
|
"hypotheticals",
|
||||||
|
"integrations",
|
||||||
|
"Shareables",
|
||||||
|
"influencer",
|
||||||
|
"programmatically",
|
||||||
|
"Yellowtail",
|
||||||
|
"namespacing",
|
||||||
|
"declaratively",
|
||||||
|
"destructure",
|
||||||
|
"Onboarding",
|
||||||
|
"churros",
|
||||||
|
"Approachability",
|
||||||
|
"positivity",
|
||||||
|
"codebase",
|
||||||
|
"deliverables",
|
||||||
|
"recency",
|
||||||
|
"Personalization",
|
||||||
|
"impactful",
|
||||||
|
"doesn",
|
||||||
|
"synergize",
|
||||||
|
"serverless",
|
||||||
|
"APIs",
|
||||||
|
"serverless",
|
||||||
|
"lifecycle"
|
||||||
|
],
|
||||||
|
"newFileLocation": "folder",
|
||||||
|
"newFileFolderPath": "notes",
|
||||||
|
"legacyEditor": false,
|
||||||
|
"livePreview": true,
|
||||||
|
"showUnsupportedFiles": true
|
||||||
|
}
|
||||||
9
.obsidian/appearance.json
vendored
Normal file
9
.obsidian/appearance.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"cssTheme": "Night Owl",
|
||||||
|
"theme": "obsidian",
|
||||||
|
"enabledCssSnippets": [
|
||||||
|
"dracula-custom-edits"
|
||||||
|
],
|
||||||
|
"translucency": false,
|
||||||
|
"baseFontSize": 21
|
||||||
|
}
|
||||||
11
.obsidian/community-plugins.json
vendored
Normal file
11
.obsidian/community-plugins.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[
|
||||||
|
"calendar",
|
||||||
|
"cm-editor-syntax-highlight-obsidian",
|
||||||
|
"note-refactor-obsidian",
|
||||||
|
"sliding-panes-obsidian",
|
||||||
|
"templater-obsidian",
|
||||||
|
"periodic-notes",
|
||||||
|
"dataview",
|
||||||
|
"hotkey-helper",
|
||||||
|
"tag-wrangler"
|
||||||
|
]
|
||||||
1
.obsidian/config
vendored
1
.obsidian/config
vendored
@@ -1 +0,0 @@
|
|||||||
{"pluginEnabledStatus":{"file-explorer":true,"global-search":true,"switcher":true,"graph":true,"backlink":true,"command-palette":true,"markdown-importer":true,"word-count":true,"open-with-default-app":true,"tag-pane":true,"starred":true,"daily-notes":true,"zk-prefixer":true,"templates":true,"outline":true,"sync":true,"File explorer":true,"Search":true,"Quick switcher":true,"Graph view":true,"Backlinks":true,"Command palette":true,"Markdown format importer":true,"Word count":true,"workspaces":true,"random-note":true,"publish":true,"slides":true,"file-recovery":true,"page-preview":true,"outgoing-link":true,"audio-recorder":true},"enabledPlugins":["sliding-panes-obsidian","note-refactor-obsidian","obsidian-mind-map","cm-editor-syntax-highlight-obsidian","calendar","tag-wrangler","darlal-switcher-plus","dataview","periodic-notes","obsidian-git","obsidian-kanban","hot-reload","obsidian-sample-plugin","templater-obsidian","table-editor-obsidian","better-word-count"],"showFrontmatter":false,"foldHeading":true,"foldIndent":true,"defaultViewMode":"source","showLineNumber":true,"cssTheme":"Night Owl","promptDelete":false,"alwaysUpdateLinks":true,"fileSortOrder":"alphabetical","tabSize":4,"useTab":true,"theme":"obsidian","obsidianCss":false,"enabledCssSnippets":["dracula-custom-edits"],"attachmentFolderPath":"assets","spellcheck":true,"translucency":false,"hotkeys":{"insert-template":[],"app:go-back":[{"modifiers":["Alt","Mod"],"key":"ArrowLeft"}],"app:go-forward":[{"modifiers":["Alt","Mod"],"key":"ArrowRight"}],"daily-notes":[{"modifiers":["Mod"],"key":"T"}],"editor:toggle-italics":[{"modifiers":["Mod"],"key":"I"}],"app:toggle-left-sidebar":[{"modifiers":["Mod"],"key":"\\"}],"app:toggle-right-sidebar":[{"modifiers":["Mod","Shift"],"key":"\\"}],"editor:toggle-highlight":[{"modifiers":["Mod"],"key":"H"}],"editor:swap-line-down":[{"modifiers":["Alt"],"key":"ArrowDown"},{"modifiers":["Mod"],"key":"2"}],"editor:swap-line-up":[{"modifiers":["Alt"],"key":"ArrowUp"},{"modifiers":["Mod"],"key":"1"}],"graph:open-local":[{"modifiers":["Mod"],"key":"G"}],"backlink:open-backlinks":[],"editor:toggle-bold":[{"modifiers":["Mod"],"key":"B"}],"zk-prefixer":[],"calendar:open-weekly-note":[{"modifiers":["Mod","Shift"],"key":"W"}],"workspace:close":[{"modifiers":["Mod"],"key":"W"}],"workspace:close-others":[{"modifiers":["Mod","Shift"],"key":"K"}],"graph:open":[{"modifiers":["Mod","Shift"],"key":"G"}],"workspace:split-horizontal":[{"modifiers":["Mod","Shift"],"key":"D"}],"workspace:split-vertical":[{"modifiers":["Mod"],"key":"D"}],"sliding-panes-obsidian:toggle-sliding-panes-rotated-headers":[{"modifiers":["Mod","Shift"],"key":"H"}],"note-refactor-obsidian:app:extract-selection-content-only":[],"note-refactor-obsidian:app:extract-selection-first-line":[{"modifiers":["Mod","Shift"],"key":"R"}],"daily-notes:goto-prev":[{"modifiers":["Mod"],"key":"Y"}],"editor:focus-top":[{"modifiers":["Alt","Mod"],"key":"ArrowUp"}],"editor:focus-bottom":[{"modifiers":["Alt","Mod"],"key":"ArrowDown"}],"editor:focus-left":[],"table-editor-obsidian:table-control-bar":[],"editor:delete-paragraph":[{"modifiers":["Mod"],"key":"Backspace"}],"sliding-panes-obsidian:toggle-sliding-panes-leaf-auto-width":[{"modifiers":["Mod","Shift"],"key":"A"}],"editor:toggle-fold":[{"modifiers":["Mod"],"key":"3"}],"templater-obsidian:insert-templater":[{"modifiers":["Mod","Shift"],"key":"I"}],"templater-obsidian:replace-in-file-templater":[],"open-with-default-app:open":[{"modifiers":["Mod","Shift"],"key":"O"}],"switcher:open":[{"modifiers":["Mod"],"key":"O"}],"darlal-switcher-plus:switcher-plus:open":[],"file-explorer:new-file":[],"file-explorer:new-file-in-new-pane":[],"workspaces:load":[{"modifiers":["Mod"],"key":"L"}],"templater-obsidian:create-new-note-from-template":[]},"spellcheckDictionary":["netlify","dx","chickenless","zettelkasten","vue","instantiation","pre","congee","Mandalorian","Ideation","summarization","hypotheticals","integrations","Shareables","influencer","programmatically","Yellowtail","namespacing","declaratively","destructure","Onboarding","churros","Approachability","positivity","codebase","deliverables","recency","Personalization","impactful","doesn","synergize","serverless","APIs","serverless","lifecycle"],"newFileLocation":"folder","newFileFolderPath":"zettelkasten","baseFontSize":21}
|
|
||||||
21
.obsidian/core-plugins.json
vendored
Normal file
21
.obsidian/core-plugins.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
[
|
||||||
|
"file-explorer",
|
||||||
|
"global-search",
|
||||||
|
"switcher",
|
||||||
|
"graph",
|
||||||
|
"backlink",
|
||||||
|
"outgoing-link",
|
||||||
|
"tag-pane",
|
||||||
|
"page-preview",
|
||||||
|
"note-composer",
|
||||||
|
"command-palette",
|
||||||
|
"slash-command",
|
||||||
|
"starred",
|
||||||
|
"markdown-importer",
|
||||||
|
"outline",
|
||||||
|
"word-count",
|
||||||
|
"slides",
|
||||||
|
"open-with-default-app",
|
||||||
|
"workspaces",
|
||||||
|
"file-recovery"
|
||||||
|
]
|
||||||
277
.obsidian/hotkeys.json
vendored
Normal file
277
.obsidian/hotkeys.json
vendored
Normal file
@@ -0,0 +1,277 @@
|
|||||||
|
{
|
||||||
|
"insert-template": [],
|
||||||
|
"app:go-back": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "ArrowLeft"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"app:go-forward": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "ArrowRight"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"daily-notes": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "T"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:toggle-italics": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "I"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"app:toggle-left-sidebar": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "\\"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"app:toggle-right-sidebar": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "\\"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:toggle-highlight": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "H"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:swap-line-down": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "ArrowDown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "2"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:swap-line-up": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "ArrowUp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"graph:open-local": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "G"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"backlink:open-backlinks": [],
|
||||||
|
"editor:toggle-bold": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "B"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"zk-prefixer": [],
|
||||||
|
"calendar:open-weekly-note": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "W"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"workspace:close": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "W"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"workspace:close-others": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "K"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"graph:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "G"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"workspace:split-horizontal": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "D"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"workspace:split-vertical": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "D"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sliding-panes-obsidian:toggle-sliding-panes-rotated-headers": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "H"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"note-refactor-obsidian:app:extract-selection-content-only": [],
|
||||||
|
"note-refactor-obsidian:app:extract-selection-first-line": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "R"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"daily-notes:goto-prev": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "Y"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:focus-top": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "ArrowUp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:focus-bottom": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt",
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "ArrowDown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:focus-left": [],
|
||||||
|
"table-editor-obsidian:table-control-bar": [],
|
||||||
|
"editor:delete-paragraph": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "Backspace"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sliding-panes-obsidian:toggle-sliding-panes-leaf-auto-width": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "A"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"editor:toggle-fold": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "3"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:insert-templater": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "I"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:replace-in-file-templater": [],
|
||||||
|
"open-with-default-app:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "O"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"switcher:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "O"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "N"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"darlal-switcher-plus:switcher-plus:open": [],
|
||||||
|
"file-explorer:new-file": [],
|
||||||
|
"file-explorer:new-file-in-new-pane": [],
|
||||||
|
"workspaces:load": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "L"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:create-new-note-from-template": []
|
||||||
|
}
|
||||||
11
.obsidian/plugins/calendar/data.json
vendored
11
.obsidian/plugins/calendar/data.json
vendored
@@ -1 +1,10 @@
|
|||||||
{"shouldConfirmBeforeCreate":true,"weekStart":"monday","wordsPerDot":250,"showWeeklyNote":true,"weeklyNoteFormat":"","weeklyNoteTemplate":"templates/Weekly Note — Template","weeklyNoteFolder":"reports/Weekly Notes","localeOverride":"system-default"}
|
{
|
||||||
|
"shouldConfirmBeforeCreate": true,
|
||||||
|
"weekStart": "monday",
|
||||||
|
"wordsPerDot": 250,
|
||||||
|
"showWeeklyNote": true,
|
||||||
|
"weeklyNoteFormat": "",
|
||||||
|
"weeklyNoteTemplate": "templates/Weekly Note — Template",
|
||||||
|
"weeklyNoteFolder": "reports/Weekly Notes",
|
||||||
|
"localeOverride": "system-default"
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,6 @@
|
|||||||
"authorUrl": "https://github.com/deathau",
|
"authorUrl": "https://github.com/deathau",
|
||||||
"description": "Show syntax highlighing in code blocks the editor",
|
"description": "Show syntax highlighing in code blocks the editor",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"minAppVersion": "0.10.0"
|
"minAppVersion": "0.10.0"
|
||||||
}
|
}
|
||||||
16352
.obsidian/plugins/dataview/main.js
vendored
Normal file
16352
.obsidian/plugins/dataview/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/dataview/manifest.json
vendored
Normal file
10
.obsidian/plugins/dataview/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "dataview",
|
||||||
|
"name": "Dataview",
|
||||||
|
"version": "0.4.22",
|
||||||
|
"minAppVersion": "0.13.11",
|
||||||
|
"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
71
.obsidian/plugins/dataview/styles.css
vendored
Normal 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);
|
||||||
|
}
|
||||||
563
.obsidian/plugins/hotkey-helper/main.js
vendored
Normal file
563
.obsidian/plugins/hotkey-helper/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/hotkey-helper/manifest.json
vendored
Normal file
9
.obsidian/plugins/hotkey-helper/manifest.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"id": "hotkey-helper",
|
||||||
|
"name": "Hotkey Helper",
|
||||||
|
"version": "0.3.11",
|
||||||
|
"minAppVersion": "0.13.19",
|
||||||
|
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
|
||||||
|
"author": "PJ Eby",
|
||||||
|
"authorUrl": "https://github.com/pjeby"
|
||||||
|
}
|
||||||
5
.obsidian/plugins/hotkey-helper/styles.css
vendored
Normal file
5
.obsidian/plugins/hotkey-helper/styles.css
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
.clickable-icon.mod-error, .modal .community-plugin-info button.mod-error {
|
||||||
|
background-color: var(--background-modifier-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.community-plugin-info > p > button { margin-top: 6px; margin-bottom: 6px;}
|
||||||
262
.obsidian/plugins/note-refactor-obsidian/main.js
vendored
262
.obsidian/plugins/note-refactor-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "note-refactor-obsidian",
|
"id": "note-refactor-obsidian",
|
||||||
"name": "Note Refactor",
|
"name": "Note Refactor",
|
||||||
"version": "1.6.1",
|
"version": "1.7.1",
|
||||||
"description": "Extract note content into new notes and split notes",
|
"description": "Extract note content into new notes and split notes",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"js": "main.js",
|
"js": "main.js",
|
||||||
|
|||||||
32
.obsidian/plugins/periodic-notes/data.json
vendored
Normal file
32
.obsidian/plugins/periodic-notes/data.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"showGettingStartedBanner": false,
|
||||||
|
"hasMigratedDailyNoteSettings": false,
|
||||||
|
"hasMigratedWeeklyNoteSettings": true,
|
||||||
|
"daily": {
|
||||||
|
"format": "",
|
||||||
|
"template": "templates/Daily Note (Template).md",
|
||||||
|
"folder": "timeline/Daily Notes",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"weekly": {
|
||||||
|
"format": "",
|
||||||
|
"folder": "timeline/Weekly Notes",
|
||||||
|
"template": "templates/Weekly Note (Template).md",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"monthly": {
|
||||||
|
"format": "",
|
||||||
|
"template": "",
|
||||||
|
"folder": ""
|
||||||
|
},
|
||||||
|
"quarterly": {
|
||||||
|
"format": "",
|
||||||
|
"template": "",
|
||||||
|
"folder": ""
|
||||||
|
},
|
||||||
|
"yearly": {
|
||||||
|
"format": "",
|
||||||
|
"template": "",
|
||||||
|
"folder": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
5559
.obsidian/plugins/periodic-notes/main.js
vendored
Normal file
5559
.obsidian/plugins/periodic-notes/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/periodic-notes/manifest.json
vendored
Normal file
10
.obsidian/plugins/periodic-notes/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "periodic-notes",
|
||||||
|
"name": "Periodic Notes",
|
||||||
|
"description": "Create/manage your daily, weekly, and monthly notes",
|
||||||
|
"version": "0.0.17",
|
||||||
|
"author": "Liam Cain",
|
||||||
|
"authorUrl": "https://github.com/liamcain/",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"minAppVersion": "0.10.11"
|
||||||
|
}
|
||||||
30
.obsidian/plugins/periodic-notes/styles.css
vendored
Normal file
30
.obsidian/plugins/periodic-notes/styles.css
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
.periodic-modal {
|
||||||
|
min-width: 40vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-banner {
|
||||||
|
background-color: var(--background-primary-alt);
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-top: 1em;
|
||||||
|
padding: 1.5em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-banner h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-banner h4 {
|
||||||
|
margin-bottom: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.has-error {
|
||||||
|
color: var(--text-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
input.has-error {
|
||||||
|
color: var(--text-error);
|
||||||
|
border-color: var(--text-error);
|
||||||
|
}
|
||||||
@@ -1 +1,11 @@
|
|||||||
{"headerWidth":32,"leafWidth":700,"leafAutoWidth":false,"disabled":false,"rotateHeaders":false,"headerAlt":false,"stackingEnabled":true}
|
{
|
||||||
|
"headerWidth": 32,
|
||||||
|
"leafWidth": 700,
|
||||||
|
"leafAutoWidth": false,
|
||||||
|
"disabled": false,
|
||||||
|
"rotateHeaders": true,
|
||||||
|
"headerAlt": true,
|
||||||
|
"orienation": "mixed",
|
||||||
|
"stackingEnabled": true,
|
||||||
|
"smoothAnimation": true
|
||||||
|
}
|
||||||
43
.obsidian/plugins/sliding-panes-obsidian/main.js
vendored
43
.obsidian/plugins/sliding-panes-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -5,6 +5,6 @@
|
|||||||
"authorUrl": "https://github.com/deathau",
|
"authorUrl": "https://github.com/deathau",
|
||||||
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)",
|
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"version": "3.2.2",
|
"version": "3.2.3",
|
||||||
"minAppVersion": "0.10.3"
|
"minAppVersion": "0.10.3"
|
||||||
}
|
}
|
||||||
@@ -102,4 +102,14 @@ body.plugin-sliding-panes-rotate-header.plugin-sliding-panes-header-alt .workspa
|
|||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-sideway .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
|
||||||
|
text-orientation: sideways !important;
|
||||||
|
}
|
||||||
|
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-mixed .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
|
||||||
|
text-orientation: mixed !important;
|
||||||
|
}
|
||||||
|
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-upright .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
|
||||||
|
text-orientation: upright !important;
|
||||||
}
|
}
|
||||||
7725
.obsidian/plugins/tag-wrangler/main.js
vendored
Normal file
7725
.obsidian/plugins/tag-wrangler/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
.obsidian/plugins/tag-wrangler/manifest.json
vendored
Normal file
8
.obsidian/plugins/tag-wrangler/manifest.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"id": "tag-wrangler",
|
||||||
|
"name": "Tag Wrangler",
|
||||||
|
"version": "0.5.0",
|
||||||
|
"minAppVersion": "0.13.19",
|
||||||
|
"description": "Rename, merge, toggle, and search tags from the tag pane",
|
||||||
|
"isDesktopOnly": true
|
||||||
|
}
|
||||||
172
.obsidian/plugins/tag-wrangler/styles.css
vendored
Normal file
172
.obsidian/plugins/tag-wrangler/styles.css
vendored
Normal file
@@ -0,0 +1,172 @@
|
|||||||
|
.smalltalk {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
transition: 200ms opacity;
|
||||||
|
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
overflow: auto;
|
||||||
|
padding: 20px;
|
||||||
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk + .smalltalk {
|
||||||
|
transition: ease 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page {
|
||||||
|
border-radius: 3px;
|
||||||
|
background: white;
|
||||||
|
box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
|
||||||
|
color: #333;
|
||||||
|
min-width: 400px;
|
||||||
|
padding: 0;
|
||||||
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 500px) {
|
||||||
|
.smalltalk .page {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page > .close-button {
|
||||||
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAUklEQVR4XqXPYQrAIAhAYW/gXd8NJxTopVqsGEhtf+L9/ERU2k/HSMFQpKcYJeNFI9Be0LCMij8cYyjj5EHIivGBkwLfrbX3IF8PqumVmnDpEG+eDsKibPG2JwAAAABJRU5ErkJggg==);
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 14px;
|
||||||
|
position: absolute;
|
||||||
|
right: 7px;
|
||||||
|
top: 7px;
|
||||||
|
width: 14px;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page > .close-button:hover {
|
||||||
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAnUlEQVR4XoWQQQ6CQAxFewjkJkMCyXgJPMk7AiYczyBeZEAX6AKctGIaN+bt+trk9wtGQc/IkhnoKGxqqiWxOSZalapWFZ6VrIUDExsN0a5JRBq9LoVOR0eEQMoEhKizXhhsn0p1sCWVo7CwOf1RytPL8CPvwuBUoHL6ugeK30CVD1TqK7V/hdpe+VNChhOzV8xWny/+xosHF8578W/Hmc1OOC3wmwAAAABJRU5ErkJggg==);
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .progress {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page header {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
max-width: 500px;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
color: #333;
|
||||||
|
font-size: 120%;
|
||||||
|
font-weight: bold;
|
||||||
|
margin: 0;
|
||||||
|
padding: 14px 17px;
|
||||||
|
text-shadow: white 0 1px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page .content-area {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
padding: 6px 17px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page .action-area {
|
||||||
|
padding: 14px 17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
font-family: Ubuntu, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk button, .smalltalk .smalltalk {
|
||||||
|
min-height: 2em;
|
||||||
|
min-width: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk button {
|
||||||
|
appearance: none;
|
||||||
|
user-select: none;
|
||||||
|
background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
|
||||||
|
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||||
|
border-radius: 2px;
|
||||||
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
|
||||||
|
color: #444;
|
||||||
|
font: inherit;
|
||||||
|
margin: 0 1px 0 0;
|
||||||
|
text-shadow: 0 1px 0 rgb(240, 240, 240);
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk button::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk button:enabled:active {
|
||||||
|
background-image: linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page .button-strip {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk .page .button-strip > button {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk input {
|
||||||
|
width: 100%;
|
||||||
|
border: 1px solid #bfbfbf;
|
||||||
|
border-radius: 2px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: #444;
|
||||||
|
font: inherit;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 2em;
|
||||||
|
padding: 3px;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smalltalk button:enabled:focus, .smalltalk input:enabled:focus {
|
||||||
|
transition: border-color 200ms;
|
||||||
|
border-color: rgb(77, 144, 254);
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.smalltalk input[pattern]:invalid, .smalltalk input[pattern]:invalid:enabled:focus, .smalltalk input[pattern][aria-invalid='true'], .smalltalk input[pattern][aria-invalid='true']:enabled:focus {
|
||||||
|
border-color: var(--text-error);
|
||||||
|
background-color: var(--background-modifier-error); }
|
||||||
|
|
||||||
|
.smalltalk .page, .smalltalk .page header, .smalltalk input, .smalltalk button {
|
||||||
|
color: var(--text-normal);
|
||||||
|
text-shadow: none; }
|
||||||
|
|
||||||
|
.smalltalk .page {
|
||||||
|
background: var(--background-primary); }
|
||||||
|
|
||||||
|
.smalltalk button[data-name="js-ok"] {
|
||||||
|
background: var(--background-modifier-error); }
|
||||||
|
|
||||||
|
.smalltalk button[data-name="js-cancel"] {
|
||||||
|
background: var(--background-secondary-alt); }
|
||||||
|
|
||||||
|
.smalltalk button {
|
||||||
|
box-shadow: none; }
|
||||||
32
.obsidian/plugins/templater-obsidian/data.json
vendored
32
.obsidian/plugins/templater-obsidian/data.json
vendored
@@ -1 +1,31 @@
|
|||||||
{"command_timeout":5,"template_folder":"templates","templates_pairs":[["",""]],"trigger_on_file_creation":true,"enable_system_commands":false,"shell_path":"","locale":"en"}
|
{
|
||||||
|
"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": "/",
|
||||||
|
"template": "templates/Base Note (Template).md"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"syntax_highlighting": true,
|
||||||
|
"enabled_templates_hotkeys": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"startup_templates": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"template_folder": "templates",
|
||||||
|
"locale": "en"
|
||||||
|
}
|
||||||
7910
.obsidian/plugins/templater-obsidian/main.js
vendored
7910
.obsidian/plugins/templater-obsidian/main.js
vendored
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.6.0",
|
"version": "1.10.0",
|
||||||
"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
|
||||||
}
|
}
|
||||||
|
|||||||
327
.obsidian/plugins/templater-obsidian/styles.css
vendored
327
.obsidian/plugins/templater-obsidian/styles.css
vendored
@@ -1,61 +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 {
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|||||||
131
.obsidian/workspace
vendored
131
.obsidian/workspace
vendored
@@ -4,13 +4,14 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "25d9c58ad8e8d282",
|
"id": "6d32ff89db5740d6",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Hello World.md",
|
"file": "README.md",
|
||||||
"mode": "source"
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -57,23 +58,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "dcccbaf530a7fe16",
|
|
||||||
"type": "tabs",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"id": "0e317a6be7c3c7d8",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "tag",
|
|
||||||
"state": {
|
|
||||||
"sortOrder": "alphabetical",
|
|
||||||
"useHierarchy": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
@@ -84,59 +68,57 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "9534e310d0e8ec16",
|
"id": "4769a36c58d6845c",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"dimension": 54.54545454545454,
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "8155f0cfb5122d8f",
|
"id": "81f1c2cff5bba3f1",
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "outline",
|
|
||||||
"state": {
|
|
||||||
"file": "notes/Hello World.md"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "3aa2ac9732e4cba0",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "empty",
|
|
||||||
"state": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "1c6d265f778cffcf",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "empty",
|
|
||||||
"state": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "a94e2765a08873f8",
|
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "calendar",
|
"type": "calendar",
|
||||||
"state": {}
|
"state": {}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "71c9fc12f34d0fd4",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outline",
|
||||||
|
"state": {
|
||||||
|
"file": "README.md"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 3
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "4769a36c58d6845c",
|
"id": "4cb042d22bc1a658",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"dimension": 45.45454545454545,
|
|
||||||
"children": [
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "e467f7565d1dbad3",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "backlink",
|
||||||
|
"state": {
|
||||||
|
"file": "README.md",
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical",
|
||||||
|
"showSearch": false,
|
||||||
|
"searchQuery": "",
|
||||||
|
"backlinkCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "1ba04d1f24ae7365",
|
"id": "1ba04d1f24ae7365",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "localgraph",
|
"type": "localgraph",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Hello World.md",
|
"file": "README.md",
|
||||||
"options": {
|
"options": {
|
||||||
"collapse-filter": true,
|
"collapse-filter": true,
|
||||||
"search": "-path:reports",
|
"search": "-path:reports",
|
||||||
@@ -166,40 +148,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "e467f7565d1dbad3",
|
"id": "c5fa2af64af5676c",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "tag",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/Hello World.md",
|
"sortOrder": "frequency",
|
||||||
"collapseAll": false,
|
"useHierarchy": true
|
||||||
"extraContext": false,
|
|
||||||
"sortOrder": "alphabetical",
|
|
||||||
"showSearch": false,
|
|
||||||
"searchQuery": "",
|
|
||||||
"backlinkCollapsed": false,
|
|
||||||
"unlinkedCollapsed": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 514.754638671875
|
"width": 326.9686584472656
|
||||||
},
|
},
|
||||||
"active": "25d9c58ad8e8d282",
|
"active": "6d32ff89db5740d6",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"notes/Test.md",
|
"README.md",
|
||||||
"notes/Untitled 1.md",
|
"Books Dashboard.md",
|
||||||
"notes/Untitled.md",
|
"assets/obsidian-prompt.png",
|
||||||
"templates/3 - Pages/Page — Weekly Note — Template.md",
|
"assets/preferences-panel.png",
|
||||||
"templates/3 - Pages/Page — Project — Template.md",
|
"notes/Hello World.md",
|
||||||
"templates/3 - Pages/Page — Note Zettel — Template.md",
|
"notes/Book.md",
|
||||||
"templates/3 - Pages/Meeting Log (Section Template).md",
|
"templates/Last Modified Date (Template).md",
|
||||||
"templates/3 - Pages/Page — Meeting Log — Template.md",
|
"templates/Base Note (Template).md",
|
||||||
"templates/3 - Pages/Daily Note (Page Template).md",
|
"templates/Book (Template).md",
|
||||||
"reports/Daily Notes/2021-05-06.md"
|
"templates/Daily Note (Template).md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,87 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: 20210517113616
|
|
||||||
alias:
|
|
||||||
dates:
|
|
||||||
created: 2021-05-17T11:36:11
|
|
||||||
last-modified: 2021-05-17T11:36:11
|
|
||||||
---
|
|
||||||
|
|
||||||
# (050) Books
|
|
||||||
|
|
||||||
## 📖 Currently Reading
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
TABLE genre as "Genre", progress as "%"
|
|
||||||
FROM #type/refs/book and #status/active
|
|
||||||
```
|
|
||||||
|
|
||||||
## ⚙️ Ready to Process
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
TABLE genre as "Genre"
|
|
||||||
FROM #type/refs/book and #status/review
|
|
||||||
```
|
|
||||||
|
|
||||||
## 📥 Queue
|
|
||||||
|
|
||||||
### Fiction
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
TABLE priority as "Priority", genre as "Genre"
|
|
||||||
FROM #type/refs/book and #status/queue and #genre/fiction
|
|
||||||
SORT priority ASC
|
|
||||||
```
|
|
||||||
|
|
||||||
### Non-Fiction
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
TABLE priority as "Priority", genre as "Genre"
|
|
||||||
FROM #type/refs/book and #status/queue and #genre/non-fiction
|
|
||||||
SORT priority ASC
|
|
||||||
```
|
|
||||||
|
|
||||||
## ❄️ Backlog
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
LIST
|
|
||||||
FROM #type/refs/book and #status/backlog
|
|
||||||
```
|
|
||||||
|
|
||||||
## ✅ Recently Read
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
LIST
|
|
||||||
FROM #type/refs/book and #status/archive
|
|
||||||
```
|
|
||||||
|
|
||||||
## 🗄️ Archive
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
LIST
|
|
||||||
FROM #type/refs/book and #status/archive
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Additional Metadata
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/dashboard
|
|
||||||
- 🧠 Mode::
|
|
||||||
- 🧊 EDM::
|
|
||||||
- 🎭 Genre::
|
|
||||||
- 🌎 Area::
|
|
||||||
- 🙌 Team::
|
|
||||||
- 🏁 Status::
|
|
||||||
- 🛰 Platform::
|
|
||||||
- 💬 Topic(s)::
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👤 Creator(s)::
|
|
||||||
- 👍 Recommended By::
|
|
||||||
- ✨ Inspired By:
|
|
||||||
- 🔮 Origin::
|
|
||||||
- 🚀 POD::
|
|
||||||
- 🔗 Location::
|
|
||||||
@@ -1,3 +1 @@
|
|||||||
# Hello World
|
# Hello Obsidian!
|
||||||
|
|
||||||
This is my first note!
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
# May 6th, 2021
|
|
||||||
|
|
||||||
## What do you plan to do today?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## What did you accomplish today?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## What are some moments worth sharing?
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
📇 Additional Metadata
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🗓️ Date
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🧭 Direction
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
⏱️ Duration
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
📼 Format
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🎹 Instrument
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
📖 Logs
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🌮 Miscellaneous
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🔢 Number
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🔮 Origin
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🎁 Outcome
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🚀 PODs
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
💼 Project
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
⭐ Rating
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
📚 Series
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🏹 Skill
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🙌 Team
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🗂 Type
|
|
||||||
17
templates/Base Note (Template).md
Normal file
17
templates/Base Note (Template).md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<%*
|
||||||
|
const title = tp.file.title
|
||||||
|
|
||||||
|
// "Book" Notes
|
||||||
|
if (title.includes('(Book)')) {
|
||||||
|
return tp.file.include('[[Book (Template)]]')
|
||||||
|
}
|
||||||
|
// "People" Notes
|
||||||
|
else if (title.startsWith("@")) {
|
||||||
|
await tp.file.move("/people/" + title)
|
||||||
|
return tp.file.include('[[People (Template)]]')
|
||||||
|
}
|
||||||
|
// "Starter" Note
|
||||||
|
else {
|
||||||
|
return tp.file.include('[[Starter Note (Template)]]')
|
||||||
|
}
|
||||||
|
%>
|
||||||
@@ -1 +0,0 @@
|
|||||||
<% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<% tp.date.now("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
```mermaid
|
|
||||||
graph TD
|
|
||||||
A[Christmas] -->|Get money| B(Go shopping)
|
|
||||||
B --> C{Let me think}
|
|
||||||
C -->|One| D[Laptop]
|
|
||||||
C -->|Two| E[iPhone]
|
|
||||||
C -->|Three| F[fa:fa-car Car]
|
|
||||||
```
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🍱 #i/ate/breakfast —
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🍱 #i/ate/dinner —
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🍱 #i/ate/lunch —
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
💡 #i/discovered
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
💧 #i/drank/water — 8oz
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
📚 #i/read
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
```mermaid
|
|
||||||
pie title Pets
|
|
||||||
"Dogs" : 100
|
|
||||||
"Cats" : 25
|
|
||||||
"Birds" : 50
|
|
||||||
```
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
```mermaid
|
|
||||||
stateDiagram-v2
|
|
||||||
[*] --> Still
|
|
||||||
Still --> [*]
|
|
||||||
Still --> Moving
|
|
||||||
Moving --> Still
|
|
||||||
Moving --> Crash
|
|
||||||
Crash --> [*]
|
|
||||||
```
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
🏆 #wins —
|
|
||||||
24
templates/Book (Template).md
Normal file
24
templates/Book (Template).md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
||||||
|
|
||||||
|
# [[<% tp.file.title %>]]
|
||||||
|
|
||||||
|
## 📝 Notes
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 📋 Table of Contents
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## ℹ️ About
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📇 Additional Metadata
|
||||||
|
|
||||||
|
- 🗂 Type:: #type/book
|
||||||
|
- 👤 Authors::
|
||||||
|
- ⭐ Rating::
|
||||||
|
- 👍 Recommended By::
|
||||||
45
templates/Daily Note (Template).md
Normal file
45
templates/Daily Note (Template).md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
uuid: <% moment(tp.file.title).format("YYYYMMDDHHmmss") %>
|
||||||
|
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
updated: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
alias:
|
||||||
|
- "<% moment(tp.file.title).format("MMMM Do, YYYY") %>"
|
||||||
|
- "<% moment(tp.file.title).format("dddd Do MMMM, YYYY") %>"
|
||||||
|
---
|
||||||
|
|
||||||
|
# [[<% tp.file.title %>|<% moment(tp.file.title).format("MMMM Do, YYYY") %>]]
|
||||||
|
|
||||||
|
## 🕰️ Timeline
|
||||||
|
|
||||||
|
*A representation of the activities for the day.*
|
||||||
|
|
||||||
|
### ✨ Morning
|
||||||
|
|
||||||
|
- **07:00AM to 08:00PM**
|
||||||
|
- **08:00AM to 09:00PM**
|
||||||
|
- **09:00AM to 10:00PM**
|
||||||
|
- **10:00AM to 11:00PM**
|
||||||
|
- **11:00AM to 12:00PM**
|
||||||
|
|
||||||
|
### 🌤️ Afternoon
|
||||||
|
|
||||||
|
- **12:00PM to 01:00PM**
|
||||||
|
- **01:00PM to 02:00PM**
|
||||||
|
- **02:00PM to 03:00PM**
|
||||||
|
- **03:00PM to 04:00PM**
|
||||||
|
- **04:00PM to 05:00PM**
|
||||||
|
|
||||||
|
### 🌙 Evening
|
||||||
|
|
||||||
|
- **05:00PM to 06:00PM**
|
||||||
|
- **06:00PM to 07:00PM**
|
||||||
|
- **07:00PM to 08:00PM**
|
||||||
|
- **08:00PM to 09:00PM**
|
||||||
|
- **09:00PM to 10:00PM**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📇 Additional Metadata
|
||||||
|
|
||||||
|
- 🗓️ Week:: [[<% moment(tp.file.title).format("YYYY-[W]ww") %>]]
|
||||||
|
- 🗂 Type:: #type/timeline/daily
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
|
||||||
alias: ["<% tp.file.title.replace(' (App)', '') %>", "+<% tp.file.title.replace(' (App)', '') %>"]
|
|
||||||
dates:
|
|
||||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
---
|
|
||||||
|
|
||||||
# <% tp.file.title.replace(' (App)', '') %>
|
|
||||||
|
|
||||||
<% tp.file.cursor() %>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- ⭐ Rating::
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/app
|
|
||||||
- 🏁 Status::
|
|
||||||
- 🛰 Platform::
|
|
||||||
- 💬 Topics::
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👍 Recommended By::
|
|
||||||
- ✨ Inspired By::
|
|
||||||
- 🔮 Origin::
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
<%*
|
|
||||||
const title = tp.file.title
|
|
||||||
const dailyNoteRegex = /^(\d{4}-\d{2}-\d{2})/g
|
|
||||||
|
|
||||||
// "App" Notes
|
|
||||||
if (title.includes('(App)')) {
|
|
||||||
return tp.file.include('[[App (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Book" Notes
|
|
||||||
else if (title.includes('(Book)')) {
|
|
||||||
return tp.file.include('[[Book (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Build with Ben - Episode" Notes
|
|
||||||
else if (title.startsWith('Build with Ben (E')) {
|
|
||||||
return tp.file.include('[[Build with Ben Episode (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Daily" Notes
|
|
||||||
else if (dailyNoteRegex.test(title)) {
|
|
||||||
await tp.file.move("/reports/timeline/Daily Notes/" + title)
|
|
||||||
return tp.file.include('[[Daily Note (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Focus Session"
|
|
||||||
else if (title.startsWith("Focus Session")) {
|
|
||||||
return tp.file.include('[[Focus Session (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Japanese Tutoring Session" Notes
|
|
||||||
else if (title.startsWith("Japanese Tutoring Session")) {
|
|
||||||
return tp.file.include('[[Japanese Tutoring Session (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Meeting (Sync)" Notes
|
|
||||||
else if (title.startsWith("Sync with")) {
|
|
||||||
return tp.file.include('[[Generic Meeting (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Music Lesson" Notes
|
|
||||||
else if (title.startsWith("Music Lesson")) {
|
|
||||||
return tp.file.include('[[Music Lessons (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Obsidian Office Hours - Episode" Notes
|
|
||||||
else if (title.startsWith("Obsidian Office Hours (E")) {
|
|
||||||
return tp.file.include('[[Obsidian Office Hours (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "People" Notes
|
|
||||||
else if (title.startsWith("@")) {
|
|
||||||
await tp.file.move("/zettelkasten/people/" + title)
|
|
||||||
return tp.file.include('[[People (Person) — Page Template]]')
|
|
||||||
}
|
|
||||||
// "Project" Notes
|
|
||||||
else if (title.includes('(Project)')) {
|
|
||||||
return tp.file.include('[[Project (Page Template)]]')
|
|
||||||
}
|
|
||||||
// "Starter" Note
|
|
||||||
else {
|
|
||||||
return tp.file.include('[[Starter Note (Page Template)]]')
|
|
||||||
}
|
|
||||||
%>
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
![<% tp.file.title %> Cover Art]()
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📋 Table of Contents
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ℹ️ About
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- <% tp.file.include('[[Rating — Metadata — Block Template]]') %>::
|
|
||||||
- <% tp.file.include('[[Priority — Metadata — Block Template]]') %>::
|
|
||||||
- 🏃♂️ Start Date::
|
|
||||||
- 👀 Next Assessment Date::
|
|
||||||
- 🎯 Goal Completion Date::
|
|
||||||
- 📆 Completion Date::
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>:: #type/book
|
|
||||||
- 🎭 Genres:: #genre/
|
|
||||||
- 🌎 Areas::
|
|
||||||
- 🙌 Team::
|
|
||||||
- 🏁 Status:: #status/queue
|
|
||||||
- 🛰 Platforms:: #platform/kindle
|
|
||||||
- 💬 Topics::
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👤 Creators::
|
|
||||||
- 🗓️ Last Read::
|
|
||||||
- 👍 Recommended By::
|
|
||||||
- 🔮 Origin::
|
|
||||||
- 🚀 PODs::
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📋 Pre-Stream Checklist
|
|
||||||
|
|
||||||
### 📝 Planning
|
|
||||||
|
|
||||||
- [ ] Fill out agenda
|
|
||||||
- [ ] Write tweet for live in studio
|
|
||||||
|
|
||||||
```
|
|
||||||
🔴 Live Stream in Session
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
https://www.twitch.tv/bencodezen
|
|
||||||
```
|
|
||||||
|
|
||||||
- [ ] Update overlay
|
|
||||||
- [ ] Post tweet to:
|
|
||||||
- [ ] Cassidy's Discord
|
|
||||||
- [ ] DTC Discord
|
|
||||||
- [ ] Netlify Slack
|
|
||||||
|
|
||||||
### 💻 Setup
|
|
||||||
|
|
||||||
#### Video & Audio
|
|
||||||
- [ ] Check resolution for 1920 x 1080
|
|
||||||
- [ ] Check lighting
|
|
||||||
- [ ] Check audio for mic
|
|
||||||
- [ ] Setup BlackHole 2ch
|
|
||||||
- [ ] Audio Devices MIDI
|
|
||||||
- [ ] MultiOutput Device
|
|
||||||
- [ ] Can adjust volume through individual device within the Audio Devices
|
|
||||||
- [ ] Setup Screenflow
|
|
||||||
|
|
||||||
#### Desktop
|
|
||||||
- [ ] Turn off notifications
|
|
||||||
- [ ] Shut down all miscellaneous applications
|
|
||||||
- [ ] Clean up files on desktop
|
|
||||||
|
|
||||||
#### Software
|
|
||||||
- [ ] Start VS Code
|
|
||||||
- [ ] Font Size: 18px
|
|
||||||
- [ ] Zoom: 2.5
|
|
||||||
- [ ] Start Obsidian
|
|
||||||
- [ ] Reset Zoom
|
|
||||||
- [ ] Zoom in Twice
|
|
||||||
|
|
||||||
#### Miscellaneous
|
|
||||||
|
|
||||||
- [ ] Grab water
|
|
||||||
|
|
||||||
|
|
||||||
## 📋 Agenda
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📚 Resources
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📋 Post-Stream Checklist
|
|
||||||
|
|
||||||
- [ ] VS Code - Reset Zoom
|
|
||||||
- [ ] Obsidian - Reset Zoom
|
|
||||||
- [ ] End stream on Streamlabs
|
|
||||||
- [ ] End recording on Screenflow
|
|
||||||
- [ ] Download recording
|
|
||||||
- [ ] Edit recording
|
|
||||||
- [ ] Upload it to YouTube
|
|
||||||
- [ ] Schedule tweet to share it
|
|
||||||
- [ ] Update website
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🌮 Miscellaneous
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 📚 Series:: [[Build with Ben (Series)]]
|
|
||||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/content
|
|
||||||
- 🌎 Areas:: #area/public-speaking
|
|
||||||
- 📼 Format(s):: #format/livestream
|
|
||||||
- 🚀 Team(s):: #team/bencodezen
|
|
||||||
- 🛰 Platforms:: #platform/twitch
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: <% moment(tp.file.title).format("YYYYMMDDHHmmss") %>
|
|
||||||
alias:
|
|
||||||
- "<% moment(tp.file.title).format("MMMM Do, YYYY") %>"
|
|
||||||
- "<% moment(tp.file.title).format("dddd Do MMMM, YYYY") %>"
|
|
||||||
dates:
|
|
||||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
---
|
|
||||||
|
|
||||||
# <% moment(tp.file.title).format("MMMM Do, YYYY") %>
|
|
||||||
|
|
||||||
<% tp.web.daily_quote() %>
|
|
||||||
|
|
||||||
## 🕰️ Timeline
|
|
||||||
|
|
||||||
*A representation of the activities for the day.*
|
|
||||||
|
|
||||||
### ✨ Morning (0/300)
|
|
||||||
|
|
||||||
- **07:00AM to 08:00PM**
|
|
||||||
- **08:00AM to 09:00PM**
|
|
||||||
- **09:00AM to 10:00PM**
|
|
||||||
- **10:00AM to 11:00PM**
|
|
||||||
- **11:00AM to 12:00PM**
|
|
||||||
|
|
||||||
### 🌤️ Afternoon (0/300)
|
|
||||||
|
|
||||||
- **12:00PM to 01:00PM**
|
|
||||||
- **01:00PM to 02:00PM**
|
|
||||||
- **02:00PM to 03:00PM**
|
|
||||||
- **03:00PM to 04:00PM**
|
|
||||||
- **04:00PM to 05:00PM**
|
|
||||||
|
|
||||||
### 🌙 Evening (0/300)
|
|
||||||
|
|
||||||
- **05:00PM to 06:00PM**
|
|
||||||
- **06:00PM to 07:00PM**
|
|
||||||
- **07:00PM to 08:00PM**
|
|
||||||
- **08:00PM to 09:00PM**
|
|
||||||
- **09:00PM to 10:00PM**
|
|
||||||
|
|
||||||
## ✅ Action Items
|
|
||||||
|
|
||||||
### 🎯 Priority
|
|
||||||
|
|
||||||
*What is the one thing I want to do for me?*
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
<%* if (moment(tp.file.title).format("dddd") !== "Saturday" && moment(tp.file.title).format("dddd") !== "Sunday") { -%>
|
|
||||||
|
|
||||||
<% tp.file.include("[[Weekly Priority Prompts — Section Template]]") %>
|
|
||||||
|
|
||||||
<%* } -%>
|
|
||||||
|
|
||||||
### 📋 Todos
|
|
||||||
|
|
||||||
- [ ] 🧘 #i/practiced/meditation (10)
|
|
||||||
- [ ] 👨💻 #i/practiced/coding (30)
|
|
||||||
- [ ] 🎸 #i/practiced/ukulele (10)
|
|
||||||
- [ ] 🇯🇵 #i/practiced/japanese (10)
|
|
||||||
- [ ] 📝 #i/practiced/writing (30)
|
|
||||||
- [ ] 🧼 #i/practiced/cleaning (30)
|
|
||||||
- [ ] 🐦 #i/practiced/social-media (30)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🌮 Miscellaneous
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 🗓️ Week:: [[<% moment(tp.file.title).format("YYYY-[W]ww") %>]]
|
|
||||||
- ⏰ Start Time:: <% tp.file.creation_date("HH:mm") %>
|
|
||||||
- 🛌 End Time::
|
|
||||||
|
|
||||||
**🏷 Tag(s)**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/timeline/daily
|
|
||||||
- 🏁 Status:: #status/in-progress
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 🎯 What is the priority?
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
- <% tp.file.include('[[Date (Attribute Template)]]') %>:: [[<% tp.date.now() %>]]
|
|
||||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>:: #type/session
|
|
||||||
- <% tp.file.include('[[Teams (Attribute Template)]]') %>::
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## ℹ️ About
|
|
||||||
|
|
||||||
- 🗺️ Location::
|
|
||||||
- 📚 Series::
|
|
||||||
- 🗄️ Number::
|
|
||||||
- 🗓️ Purchase Date::
|
|
||||||
- 💰 Price::
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/funko-pop
|
|
||||||
- 🔮 Origin:: [[Funko Pop Collection]]
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
<% tp.file.include("[[Frontmatter (Section Template)]]") %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📋 Agenda
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
|
|
||||||
## ✅ Tasks
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
## 👥 Participants
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
|
||||||
- 📚 Series::
|
|
||||||
- 🔮 Origin::
|
|
||||||
- 🚀 POD::
|
|
||||||
- ✨ Inspired By::
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🧠 Mode:: #mode/airplane
|
|
||||||
- 🗂 Type:: #type/meeting
|
|
||||||
- 🌎 Areas::
|
|
||||||
- 🙌 Team::
|
|
||||||
- 🛰 Platforms:: #platform/zoom
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 🍳 Prep
|
|
||||||
|
|
||||||
### What time and day is it?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Homework from last session
|
|
||||||
|
|
||||||
- Copy in homework from last session
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 📓 Homework
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📚 Resources
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
|
||||||
- ⏱️ Duration:: 60 min
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/lesson
|
|
||||||
- 📼 Format:: #format/video
|
|
||||||
- 🌎 Areas:: #area/japanese
|
|
||||||
- 🙌 Team:: #team/bencodezen
|
|
||||||
- 🏁 Status:: #status/in-progress
|
|
||||||
- 🏹 Skill:: #skill/japanese
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👤 Instructor::
|
|
||||||
- 🛰 Platform:: [[+Preply]]
|
|
||||||
- 🚀 POD:: [[Become proficient in Japanese]]
|
|
||||||
- 📚 Series:: [[Japanese Lesson Dashboard]]
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📋 Agenda
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
|
|
||||||
## ✅ Tasks
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
## 📚 Resources
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
|
|
||||||
## 👥 Participants
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type: #type/event/meeting
|
|
||||||
- 🏁 Status: #status/upcoming
|
|
||||||
- 💬 Topic(s):
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👤 Creator(s):
|
|
||||||
- 🔮 Origin:
|
|
||||||
- 🔗 Location:
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: <% tp.date.now("YYYYMMDDHHmmss") %>
|
|
||||||
alias: ["<% tp.date.now("MMMM Do, YYYY") %>"]
|
|
||||||
dates:
|
|
||||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
version: 11
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ] 一百二十八條知見
|
|
||||||
- [ ] 一百二十八條知見: #1 - 38
|
|
||||||
- [ ] 一百二十八條知見: #1 - 30
|
|
||||||
- [ ] 一百二十八條知見: #31 - 60
|
|
||||||
- [ ] 一百二十八條知見: #61 - 90
|
|
||||||
- [ ] 極聖解脫大手印
|
|
||||||
- [x] 極聖解脫大手印: Top of 4 to Top of 6
|
|
||||||
- [ ] 極聖解脫大手印: Top of 6 to Bottom of 8
|
|
||||||
- [ ] 極聖解脫大手印: Bottom of 8 to Middle of 9
|
|
||||||
- [ ] 極聖解脫大手印: Middle of 11 to Bottom of 14
|
|
||||||
- [ ] 極聖解脫大手印: Bottom of 14 to Middle of 15
|
|
||||||
- [ ] 極聖解脫大手印: Middle of 15 to Middle of 17
|
|
||||||
- [ ] 極聖解脫大手印: Middle of 17 to Bottom of 18
|
|
||||||
- [ ] 極聖解脫大手印: Bottom of 18 to Top of 21
|
|
||||||
- [ ] 極聖解脫大手印: Top of 21 to Bottom of 24
|
|
||||||
- [ ] 極聖解脫大手印: Bottom of 24 to Middle of 26
|
|
||||||
- [ ] 極聖解脫大手印: Middle of 26 to Middle of 28
|
|
||||||
- [x] 什麼叫修行
|
|
||||||
- [x] The Great Dharma of Zen Practice
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/timeline/monthly
|
|
||||||
- 🏁 Status:: #status/in-progress
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 🔥 Warm-up
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 🏋️♂️ Exercises
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 🎹 Song(s)
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
|
||||||
- 👩🏫 Instructor:: [[@Chantal Kuegle]]
|
|
||||||
- ⏱️ Duration:: 60 min
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/lesson
|
|
||||||
- 🌎 Areas:: #area/music
|
|
||||||
- 🏹 Skill:: #skill/ukulele
|
|
||||||
- 🏁 Status:: #status/backlog
|
|
||||||
- 🛰 Platform:: #platform/lessonface
|
|
||||||
@@ -1,95 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📋 Pre-Stream Checklist
|
|
||||||
|
|
||||||
### 📝 Planning
|
|
||||||
|
|
||||||
- [ ] Fill out agenda
|
|
||||||
- [ ] Write tweet for live in studio
|
|
||||||
|
|
||||||
```
|
|
||||||
🔴 Live Stream in Session
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
https://www.twitch.tv/bencodezen
|
|
||||||
```
|
|
||||||
|
|
||||||
- [ ] Update overlay
|
|
||||||
- [ ] Post tweet to:
|
|
||||||
- [ ] Cassidy's Discord
|
|
||||||
- [ ] DTC Discord
|
|
||||||
- [ ] Netlify Slack
|
|
||||||
|
|
||||||
### 💻 Setup
|
|
||||||
|
|
||||||
#### Video & Audio
|
|
||||||
- [ ] Check resolution for 1920 x 1080
|
|
||||||
- [ ] Check lighting
|
|
||||||
- [ ] Check audio for mic
|
|
||||||
- [ ] Setup BlackHole 2ch
|
|
||||||
- [ ] Audio Devices MIDI
|
|
||||||
- [ ] MultiOutput Device
|
|
||||||
- [ ] Can adjust volume through individual device within the Audio Devices
|
|
||||||
- [ ] Setup Screenflow
|
|
||||||
|
|
||||||
#### Desktop
|
|
||||||
- [ ] Turn off notifications
|
|
||||||
- [ ] Shut down all miscellaneous applications
|
|
||||||
- [ ] Clean up files on desktop
|
|
||||||
|
|
||||||
#### Software
|
|
||||||
- [ ] Start VS Code
|
|
||||||
- [ ] Font Size: 18px
|
|
||||||
- [ ] Zoom: 2.5
|
|
||||||
- [ ] Start Obsidian
|
|
||||||
- [ ] Reset Zoom
|
|
||||||
- [ ] Zoom in Twice
|
|
||||||
|
|
||||||
#### Miscellaneous
|
|
||||||
|
|
||||||
- [ ] Grab water
|
|
||||||
|
|
||||||
|
|
||||||
## 📋 Agenda
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📚 Resources
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## 📋 Post-Stream Checklist
|
|
||||||
|
|
||||||
- [ ] VS Code - Reset Zoom
|
|
||||||
- [ ] Obsidian - Reset Zoom
|
|
||||||
- [ ] End stream on Streamlabs
|
|
||||||
- [ ] End recording on Screenflow
|
|
||||||
- [ ] Download recording
|
|
||||||
- [ ] Edit recording
|
|
||||||
- [ ] Upload it to YouTube
|
|
||||||
- [ ] Schedule tweet to share it
|
|
||||||
- [ ] Update website
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🌮 Miscellaneous
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 📚 Series:: [[Obsidian Office Hours (Series)]]
|
|
||||||
- 🗓️ Date:: [[<% tp.date.now() %>]]
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/content
|
|
||||||
- 🌎 Areas:: #area/public-speaking
|
|
||||||
- 📼 Format(s):: #format/livestream
|
|
||||||
- 🚀 Team(s):: #team/bencodezen
|
|
||||||
- 🛰 Platforms:: #platform/twitch
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## ℹ️ About
|
|
||||||
|
|
||||||
- 🕰 Estimated Time::
|
|
||||||
- ⏱️ Completion Time::
|
|
||||||
- 🗓️ Week:: [[<% tp.date.now("YYYY") %>-W<% tp.date.now("ww") %>]]
|
|
||||||
|
|
||||||
## 🎯 Success Criteria
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 🚩 Priority::
|
|
||||||
- 🏃♂️ Started On::
|
|
||||||
- 👀 Next Assessment Date::
|
|
||||||
- 🎯 Goal Completion Date::
|
|
||||||
- 📆 Completed On::
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/project
|
|
||||||
- 🌎 Areas::
|
|
||||||
- 🙌 Team::
|
|
||||||
- 🏁 Status:: #status/queue
|
|
||||||
- 🛰 Platforms::
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- ✨ Inspired By::
|
|
||||||
- 🔮 Origin::
|
|
||||||
- 🚀 PODs::
|
|
||||||
- 🗺️ Locations::
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: {{tp_date:f=YYYYMMDD}}{{tp_time:f=HHmmss}}
|
|
||||||
alias: "■ {{tp_title}}"
|
|
||||||
dates:
|
|
||||||
created: {{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
|
||||||
last-updated: {{tp_last_modif_date:f=YYYY-MM-DDTHH:mm:ss}}
|
|
||||||
time:
|
|
||||||
estimate:
|
|
||||||
completed:
|
|
||||||
---
|
|
||||||
|
|
||||||
# {{tp_title}}
|
|
||||||
|
|
||||||
## ℹ️ About
|
|
||||||
|
|
||||||
*What is the problem you're trying to solve?*
|
|
||||||
|
|
||||||
{{tp_cursor}}
|
|
||||||
|
|
||||||
|
|
||||||
## 📋 Checklist
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
## 📖 Logs
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🧠 Mode:
|
|
||||||
- 🗂 Type: #type/task
|
|
||||||
- 🌎 Area:
|
|
||||||
- 🚀 Team:
|
|
||||||
- 🏁 Status: #status/todo
|
|
||||||
- 🛰 Platform:
|
|
||||||
- 💬 Topic:
|
|
||||||
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- ✨ POD:
|
|
||||||
- 🔮 Origin:
|
|
||||||
- 🔗 Location:
|
|
||||||
@@ -1,104 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: <% tp.date.now("YYYYMMDDHHmmss") %>
|
|
||||||
alias:
|
|
||||||
dates:
|
|
||||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
version: 3
|
|
||||||
---
|
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📋 Tasks
|
|
||||||
|
|
||||||
- [ ] Establish workout regimen for the week ^92ce16
|
|
||||||
- [ ] Review calendar for the week
|
|
||||||
- [ ] Review [[2021-W<%tp.date.now("ww") - 1%>]]
|
|
||||||
- [ ] Determine what outcomes are relevant for this week
|
|
||||||
- [ ] Close out ritual
|
|
||||||
- [ ] Review health data in [[Apple Health (App)]] ^1e00ff
|
|
||||||
|
|
||||||
## 💼 Projects
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
TABLE status
|
|
||||||
FROM #type/project and [[<% tp.date.now("YYYY") %>-W<% tp.date.now("ww") %>]]
|
|
||||||
```
|
|
||||||
|
|
||||||
## 🛣 Upcoming
|
|
||||||
|
|
||||||
_What is coming up this week?_
|
|
||||||
|
|
||||||
### Netlify
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
### Vue Mastery
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
### BenCodeZen
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
### Miscellaneous
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
## 📦 Outcomes
|
|
||||||
|
|
||||||
_What output came of this week's effort? In other words, what were the impact of the time and energy spent this week?_
|
|
||||||
|
|
||||||
### Netlify
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
### Vue Mastery
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
### BenCodeZen
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
### Miscellaneous
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
|
|
||||||
## 📝 Notes
|
|
||||||
|
|
||||||
### ⛰ Obstacles
|
|
||||||
|
|
||||||
_What challenges presented themselves this week?_
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
### 🎒 Lessons Learned
|
|
||||||
|
|
||||||
_What would I like to do better next week?_
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
### 📖 Miscellaneous
|
|
||||||
|
|
||||||
|
|
||||||
## 🗓️ Daily Notes
|
|
||||||
|
|
||||||
```dataview
|
|
||||||
TABLE status as "Status", week
|
|
||||||
FROM #type/timeline/daily
|
|
||||||
WHERE week = [[2021-W<%tp.date.now("ww")%>]]
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- 🗓️ Week:: <%tp.date.now("ww")%>
|
|
||||||
|
|
||||||
**🏷 Tag(s)**
|
|
||||||
|
|
||||||
- 🗂 Type:: #type/timeline/weekly
|
|
||||||
- 🏁 Status:: #status/in-progress
|
|
||||||
28
templates/People (Template).md
Normal file
28
templates/People (Template).md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||||
|
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
updated: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
alias:
|
||||||
|
- "<% tp.file.title.substring(1).split(' ')[0] %>"
|
||||||
|
- "<% tp.file.title.substring(1) %>"
|
||||||
|
---
|
||||||
|
|
||||||
|
# [[<% tp.file.title %>|<% tp.file.title.substring(1) %>]]
|
||||||
|
|
||||||
|
## ℹ️ About
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## ⏰ Reminders
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## 📝 Notes
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📇 Additional Metadata
|
||||||
|
|
||||||
|
- 🗂 Type:: #type/people
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## ℹ️ About
|
|
||||||
|
|
||||||
<% tp.file.cursor() %>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## 📋 Agenda
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
## 📇 Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- <% tp.file.include('[[Date (Attribute Template)]]') %>
|
|
||||||
- <% tp.file.include('[[Rating (Attribute Template)]]') %>
|
|
||||||
- <% tp.file.include('[[Instrument (Attribute Template)]]') %>
|
|
||||||
- <% tp.file.include('[[Series (Attribute Template)]]') %>
|
|
||||||
- <% tp.file.include('[[Number (Attribute Template)]]') %>
|
|
||||||
- <% tp.file.include('[[Duration (Attribute Template)]]') %>
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- <% tp.file.include('[[Type (Attribute Template)]]') %>
|
|
||||||
- 🚩 Priority::
|
|
||||||
- 🧠 Mode::
|
|
||||||
- 📼 Format::
|
|
||||||
- 🎭 Genre::
|
|
||||||
- 🌎 Areas::
|
|
||||||
- 🙌 Team::
|
|
||||||
- 🏁 Status::
|
|
||||||
- 🏹 Skill::
|
|
||||||
- 🛰 Platform::
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👤 Creator::
|
|
||||||
- 🏛️ Publisher::
|
|
||||||
- 🏬 Vendor::
|
|
||||||
- 🚚 Est Delivery Date::
|
|
||||||
- 👍 Recommended By::
|
|
||||||
- ✨ Inspired By::
|
|
||||||
- 🔮 Origin::
|
|
||||||
- 🚀 POD::
|
|
||||||
- 🗺️ Location::
|
|
||||||
- 📚 Series::
|
|
||||||
- 💼 Project::
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
- [ ] 🔎 #i/practiced/daily-review-protocol
|
|
||||||
- [ ] Review email for 5 min
|
|
||||||
- [ ] Review today's timeline
|
|
||||||
- [ ] Review [GitHub notifications](https://github.com/notifications)
|
|
||||||
- [ ] Update today's summary sections
|
|
||||||
- [ ] Review Quick Capture System
|
|
||||||
- [ ] Review schedule for tomorrow
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
## Additional Metadata
|
|
||||||
|
|
||||||
**🧰 Attributes**
|
|
||||||
|
|
||||||
- ⭐ Rating::
|
|
||||||
- 🚩 Priority::
|
|
||||||
- 📚 Series::
|
|
||||||
|
|
||||||
**🏷 Tags**
|
|
||||||
|
|
||||||
- 🗂 Type(s)::
|
|
||||||
- 🧠 Mode(s)::
|
|
||||||
- 🧊 EDM::
|
|
||||||
- 📼 Format::
|
|
||||||
- 🎭 Genre(s)::
|
|
||||||
- 🌎 Area(s)::
|
|
||||||
- 🙌 Team(s)::
|
|
||||||
- 🏁 Status::
|
|
||||||
- 🛰 Platform(s)::
|
|
||||||
- 💬 Topic(s)::
|
|
||||||
|
|
||||||
**🖇️ Related Links**
|
|
||||||
|
|
||||||
- 👤 Creator(s)::
|
|
||||||
- 🏬 Vendor::
|
|
||||||
- 👍 Recommended By::
|
|
||||||
- ✨ Inspired By::
|
|
||||||
- 🔮 Origin::
|
|
||||||
- 🚀 POD(s)::
|
|
||||||
- 🗺️ Location(s)::
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
|
||||||
alias:
|
|
||||||
dates:
|
|
||||||
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
|
||||||
---
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## 🌮 Miscellaneous
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## 📝 Notes
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## 👥 Participants
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## 📤 Queue
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## 📚 Resources
|
|
||||||
|
|
||||||
- <% tp.file.cursor() %>
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
## 🔎 Retrospective
|
|
||||||
|
|
||||||
### What went well?
|
|
||||||
-
|
|
||||||
|
|
||||||
### What could be improved?
|
|
||||||
-
|
|
||||||
|
|
||||||
### Other things worth noting?
|
|
||||||
-
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
- [ ] 💾 #i/practiced/save-point-protocol
|
|
||||||
- [ ] Habit: Drink water
|
|
||||||
- [ ] Silence (1 min)
|
|
||||||
- [ ] Update timeline as needed
|
|
||||||
- [ ] Reflect on this morning
|
|
||||||
- [ ] 回光返照
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user