Templates
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# obsidian
|
||||
.obsidian/workspace.json
|
||||
.obsidian/themes
|
||||
|
||||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
1
.obsidian/app.json
vendored
Normal file
1
.obsidian/app.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
4
.obsidian/appearance.json
vendored
Normal file
4
.obsidian/appearance.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"accentColor": "",
|
||||
"cssTheme": "Minimal"
|
||||
}
|
||||
24
.obsidian/core-plugins.json
vendored
Normal file
24
.obsidian/core-plugins.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"tag-pane",
|
||||
"properties",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"bookmarks",
|
||||
"markdown-importer",
|
||||
"zk-prefixer",
|
||||
"random-note",
|
||||
"outline",
|
||||
"workspaces",
|
||||
"file-recovery",
|
||||
"sync"
|
||||
]
|
||||
529
.obsidian/hotkeys.json
vendored
Normal file
529
.obsidian/hotkeys.json
vendored
Normal file
@@ -0,0 +1,529 @@
|
||||
{
|
||||
"editor:toggle-source": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "E"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-minimal-dark-cycle": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "3"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-minimal-light-cycle": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "2"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-hidden-borders": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "U"
|
||||
}
|
||||
],
|
||||
"app:toggle-left-sidebar": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "["
|
||||
}
|
||||
],
|
||||
"app:toggle-right-sidebar": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "]"
|
||||
}
|
||||
],
|
||||
"periodic-notes:open-daily-note": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "J"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-minimal-focus-mode": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "0"
|
||||
}
|
||||
],
|
||||
"zk-prefixer": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "J"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:decrease-body-font-size": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "-"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:increase-body-font-size": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "="
|
||||
}
|
||||
],
|
||||
"app:go-forward": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
}
|
||||
],
|
||||
"app:go-back": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
}
|
||||
],
|
||||
"sliding-panes-obsidian:toggle-sliding-panes": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "."
|
||||
}
|
||||
],
|
||||
"sliding-panes-obsidian:toggle-sliding-panes-rotated-headers": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "."
|
||||
}
|
||||
],
|
||||
"insert-template": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:outdent-list": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "["
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:indent-list": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "]"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-minimal-switch": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "1"
|
||||
}
|
||||
],
|
||||
"editor:cycle-list-checklist": [],
|
||||
"obsidian-minimal-settings:cycle-minimal-table-width": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "4"
|
||||
}
|
||||
],
|
||||
"file-explorer:new-file": [],
|
||||
"switcher:open": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "N"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "O"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:cycle-minimal-image-width": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "5"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:cycle-minimal-iframe-width": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "6"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:move-list-item-down": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:fold": [],
|
||||
"obsidian-outliner:move-list-item-up": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:unfold": [],
|
||||
"workspace:toggle-pin": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "P"
|
||||
}
|
||||
],
|
||||
"starred:star-current-file": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "8"
|
||||
}
|
||||
],
|
||||
"table-editor-obsidian:insert-row": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"editor:toggle-blockquote": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "."
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "."
|
||||
}
|
||||
],
|
||||
"random-note": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "R"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "R"
|
||||
}
|
||||
],
|
||||
"obsidian-map-view:add-frontmatter-geolocation": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "G"
|
||||
}
|
||||
],
|
||||
"file-explorer:move-file": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "M"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-minimal-dev-block-width": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "0"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "*"
|
||||
}
|
||||
],
|
||||
"obsidian-book-search-plugin:open-book-search-modal": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "B"
|
||||
}
|
||||
],
|
||||
"table-editor-obsidian:move-row-down": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"table-editor-obsidian:move-row-up": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl",
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"editor:toggle-bullet-list": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "L"
|
||||
}
|
||||
],
|
||||
"hotkeysplus-obsidian:toggle-block-quote": [],
|
||||
"obsidian-book-search-plugin:open-book-search-modal-to-insert": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "B"
|
||||
}
|
||||
],
|
||||
"calendar:reveal-active-note": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "C"
|
||||
}
|
||||
],
|
||||
"app:open-vault": [],
|
||||
"obsidian-theme-design-utilities:freeze-obsidian": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "0"
|
||||
}
|
||||
],
|
||||
"workspace:previous-tab": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
}
|
||||
],
|
||||
"workspace:next-tab": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt"
|
||||
],
|
||||
"key": "Tab"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
}
|
||||
],
|
||||
"workspace:new-tab": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"obsidian-minimal-settings:toggle-minimal-colorful-frame": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "9"
|
||||
}
|
||||
],
|
||||
"workspace:goto-tab-8": [],
|
||||
"workspace:goto-tab-7": [],
|
||||
"workspace:goto-tab-6": [],
|
||||
"workspace:goto-tab-5": [],
|
||||
"workspace:goto-tab-4": [],
|
||||
"workspace:goto-tab-3": [],
|
||||
"workspace:goto-tab-2": [],
|
||||
"workspace:goto-tab-1": [],
|
||||
"obsidian-hider:toggle-tab-containers": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": ","
|
||||
}
|
||||
],
|
||||
"workspace:toggle-stacked-tabs": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "S"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "\\"
|
||||
}
|
||||
],
|
||||
"omnisearch:show-modal": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "O"
|
||||
}
|
||||
],
|
||||
"workspace:split-vertical": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "`"
|
||||
}
|
||||
],
|
||||
"obsidian-textgenerator-plugin:generate-text": [],
|
||||
"cm-typewriter-scroll-obsidian:toggle-typewriter-sroll": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Mod"
|
||||
],
|
||||
"key": "0"
|
||||
}
|
||||
],
|
||||
"obsidian-textgenerator-plugin:insert-generated-text-From-template": [],
|
||||
"bookmarks:bookmark-current-view": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "8"
|
||||
}
|
||||
],
|
||||
"editor:swap-line-up": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Ctrl",
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"editor:swap-line-down": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Alt",
|
||||
"Ctrl",
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"markdown:clear-metadata-properties": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": ";"
|
||||
}
|
||||
]
|
||||
}
|
||||
3
.obsidian/templates.json
vendored
Normal file
3
.obsidian/templates.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"folder": "Templates"
|
||||
}
|
||||
54
.obsidian/types.json
vendored
Normal file
54
.obsidian/types.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"types": {
|
||||
"aliases": "aliases",
|
||||
"cssclasses": "multitext",
|
||||
"tags": "tags",
|
||||
"category": "multitext",
|
||||
"created": "date",
|
||||
"genre": "multitext",
|
||||
"director": "multitext",
|
||||
"last": "date",
|
||||
"date": "date",
|
||||
"loc": "multitext",
|
||||
"topics": "multitext",
|
||||
"rating": "number",
|
||||
"year": "number",
|
||||
"location": "multitext",
|
||||
"model": "text",
|
||||
"lotsqft": "number",
|
||||
"isbn13": "number",
|
||||
"isbn": "number",
|
||||
"ingredients": "multitext",
|
||||
"imdbId": "text",
|
||||
"guest": "multitext",
|
||||
"system": "text",
|
||||
"sqft": "number",
|
||||
"speaker": "multitext",
|
||||
"season": "number",
|
||||
"series": "multitext",
|
||||
"source": "text",
|
||||
"status": "multitext",
|
||||
"twitter": "text",
|
||||
"trade": "text",
|
||||
"purchased": "date",
|
||||
"producer": "multitext",
|
||||
"process": "text",
|
||||
"phone": "text",
|
||||
"ratingRb": "number",
|
||||
"scoreRT": "number",
|
||||
"role": "text",
|
||||
"length": "text",
|
||||
"birthday": "date",
|
||||
"guests": "multitext",
|
||||
"cuisine": "multitext",
|
||||
"conference": "text",
|
||||
"end": "date",
|
||||
"address": "text",
|
||||
"start": "date",
|
||||
"shares": "number",
|
||||
"variety": "text",
|
||||
"ratingImdb": "number",
|
||||
"price": "number",
|
||||
"author": "multitext"
|
||||
}
|
||||
}
|
||||
14
Templates/Actor Template.md
Normal file
14
Templates/Actor Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
category: "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
- actors
|
||||
---
|
||||
## Movies
|
||||
|
||||
```dataview
|
||||
table without id file.link as Movie, year as "Year", ratingImdb as "Rating"
|
||||
from #movies
|
||||
where cast = this.file.link or contains(cast,this.file.link)
|
||||
sort ratingImdb desc
|
||||
```
|
||||
13
Templates/Album Template.md
Normal file
13
Templates/Album Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
category: "[[Albums]]"
|
||||
tags:
|
||||
- music
|
||||
- albums
|
||||
- reference
|
||||
genre: ""
|
||||
artist: ""
|
||||
year:
|
||||
created: {{date}}
|
||||
rating:
|
||||
---
|
||||
|
||||
7
Templates/App Template.md
Normal file
7
Templates/App Template.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: "[[Apps]]"
|
||||
tags:
|
||||
- apps
|
||||
maker: ""
|
||||
rating:
|
||||
---
|
||||
13
Templates/Author Template.md
Normal file
13
Templates/Author Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
category: "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
- authors
|
||||
---
|
||||
## Books
|
||||
|
||||
```dataview
|
||||
table without id file.link as Title, year as "Year", rating as "Rating"
|
||||
where author = this.file.link or contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
6
Templates/Backlinks Template.md
Normal file
6
Templates/Backlinks Template.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
```dataview
|
||||
list
|
||||
where contains(type, this.file.link) and !contains(file.name, "Template")
|
||||
sort file.ctime asc
|
||||
```
|
||||
12
Templates/Board Game Template.md
Normal file
12
Templates/Board Game Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Board games]]"
|
||||
type: []
|
||||
maker:
|
||||
year:
|
||||
rating:
|
||||
last: {{date}}
|
||||
tags:
|
||||
- board-games
|
||||
- reference
|
||||
---
|
||||
19
Templates/Book Template.md
Normal file
19
Templates/Book Template.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
cover:
|
||||
category: "[[Books]]"
|
||||
genre: ""
|
||||
author: ""
|
||||
length:
|
||||
isbn:
|
||||
isbn13:
|
||||
topics: ""
|
||||
year:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: ""
|
||||
via: ""
|
||||
tags:
|
||||
- books
|
||||
- reference
|
||||
- to-read
|
||||
---
|
||||
41
Templates/City Template.md
Normal file
41
Templates/City Template.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
category:
|
||||
- "[[Places]]"
|
||||
type:
|
||||
- "[[Cities]]"
|
||||
tags:
|
||||
- places
|
||||
- cities
|
||||
location:
|
||||
rating:
|
||||
created:
|
||||
"{ date }":
|
||||
last: ""
|
||||
---
|
||||
## Trips
|
||||
|
||||
```dataview
|
||||
table start as Start, end as End
|
||||
from #trips
|
||||
where contains(loc, this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
```leaflet
|
||||
id: madrid
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
linksTo: [[Madrid]]
|
||||
height: 50%
|
||||
coordinates: [[Madrid]]
|
||||
```
|
||||
|
||||
```dataview
|
||||
table rating as "Rating", type as "Type"
|
||||
from #places
|
||||
where contains(loc, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
13
Templates/Clipping Template.md
Normal file
13
Templates/Clipping Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
category:
|
||||
- "[[Clippings]]"
|
||||
tags:
|
||||
- clippings
|
||||
author: []
|
||||
url: ""
|
||||
created:
|
||||
"{ date }":
|
||||
published:
|
||||
topics: []
|
||||
---
|
||||
|
||||
14
Templates/Coffee Template.md
Normal file
14
Templates/Coffee Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
category:
|
||||
- "[[Coffee]]"
|
||||
maker:
|
||||
producer:
|
||||
country: []
|
||||
variety:
|
||||
process:
|
||||
rating:
|
||||
last:
|
||||
tags:
|
||||
- coffee
|
||||
- reference
|
||||
---
|
||||
9
Templates/Company Template.md
Normal file
9
Templates/Company Template.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category:
|
||||
- "[[Companies]]"
|
||||
tags:
|
||||
- companies
|
||||
type: []
|
||||
people: []
|
||||
url:
|
||||
---
|
||||
13
Templates/Conference Session Template.md
Normal file
13
Templates/Conference Session Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
category:
|
||||
- "[[Conference sessions]]"
|
||||
conference:
|
||||
speaker:
|
||||
topics: []
|
||||
rating:
|
||||
last: {{date}}
|
||||
tags:
|
||||
- conferences
|
||||
- sessions
|
||||
- events
|
||||
---
|
||||
12
Templates/Conference Template.md
Normal file
12
Templates/Conference Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Events]]"
|
||||
type: "[[Conferences]]"
|
||||
series:
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
tags:
|
||||
- events
|
||||
- conferences
|
||||
---
|
||||
7
Templates/Contact Template.md
Normal file
7
Templates/Contact Template.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category:
|
||||
- "[[People]]"
|
||||
phone:
|
||||
twitter:
|
||||
org:
|
||||
---
|
||||
17
Templates/Daily Note Template.md
Normal file
17
Templates/Daily Note Template.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
previous: "[[{{date-1d}}]]"
|
||||
next: "[[{{date+1d}}]]"
|
||||
tags:
|
||||
- daily
|
||||
---
|
||||
## Notes
|
||||
|
||||
```dataview
|
||||
list
|
||||
where
|
||||
!contains(file.tags, "daily") and
|
||||
contains(file.outlinks, this.file.link) or
|
||||
contains(string(file.frontmatter), string(this.file.day))
|
||||
sort file.ctime asc
|
||||
limit 50
|
||||
```
|
||||
16
Templates/Director Template.md
Normal file
16
Templates/Director Template.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
category:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
- directors
|
||||
created: {{date}}
|
||||
---
|
||||
## Movies
|
||||
|
||||
```dataview
|
||||
table without id file.link as Movie, year as "Year", ratingImdb as "Rating"
|
||||
from #movies
|
||||
where director = this.file.link or contains(director,this.file.link)
|
||||
sort ratingImdb desc
|
||||
```
|
||||
11
Templates/Email Template.md
Normal file
11
Templates/Email Template.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category:
|
||||
- "[[Emails]]"
|
||||
created: {{date}}
|
||||
tags:
|
||||
- emails
|
||||
org: []
|
||||
people: []
|
||||
url:
|
||||
topics:
|
||||
---
|
||||
10
Templates/Event Template.md
Normal file
10
Templates/Event Template.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category:
|
||||
- "[[Events]]"
|
||||
tags:
|
||||
- events
|
||||
type:
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
---
|
||||
5
Templates/Evergreen Template.md
Normal file
5
Templates/Evergreen Template.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
created: {{date}}
|
||||
tags:
|
||||
- 0🌲
|
||||
---
|
||||
12
Templates/Food Template.md
Normal file
12
Templates/Food Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Food]]"
|
||||
tags:
|
||||
- food
|
||||
- reference
|
||||
maker:
|
||||
rating:
|
||||
price:
|
||||
last: {{date}}
|
||||
created: {{date}}
|
||||
---
|
||||
14
Templates/Game Studio Template.md
Normal file
14
Templates/Game Studio Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
category:
|
||||
- "[[Companies]]"
|
||||
tags:
|
||||
- companies
|
||||
---
|
||||
## Games
|
||||
|
||||
```dataview
|
||||
table year as "Year", rating as "Rating"
|
||||
from #games
|
||||
where maker = this.file.link or contains(maker,this.file.link)
|
||||
sort year desc
|
||||
```
|
||||
11
Templates/Hosting Template.md
Normal file
11
Templates/Hosting Template.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category:
|
||||
- "[[Hosting]]"
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
people: []
|
||||
tags:
|
||||
- hosting
|
||||
---
|
||||
|
||||
23
Templates/Job Interview Template.md
Normal file
23
Templates/Job Interview Template.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
category:
|
||||
- "[[Meetings]]"
|
||||
type:
|
||||
- "[[Job Interviews]]"
|
||||
org:
|
||||
people: []
|
||||
date: {{date}}
|
||||
role:
|
||||
rating:
|
||||
tags:
|
||||
- jobs
|
||||
- meetings/job
|
||||
- meetings
|
||||
---
|
||||
## Questions and topics
|
||||
|
||||
-
|
||||
|
||||
## Notes
|
||||
|
||||
-
|
||||
|
||||
14
Templates/Map Template.md
Normal file
14
Templates/Map Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
tags:
|
||||
- maps
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: nyc
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
linksTo: [[New York]]
|
||||
height: 50%
|
||||
coordinates: [[New York]]
|
||||
```
|
||||
13
Templates/Meditation Template.md
Normal file
13
Templates/Meditation Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
category:
|
||||
- "[[Meditations]]"
|
||||
tags:
|
||||
- note
|
||||
- journal
|
||||
- meditation
|
||||
created:
|
||||
"{ date }":
|
||||
loc: []
|
||||
topics: []
|
||||
---
|
||||
|
||||
12
Templates/Meeting Template.md
Normal file
12
Templates/Meeting Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Meetings]]"
|
||||
type: []
|
||||
date: {{date}}
|
||||
org:
|
||||
loc:
|
||||
people: []
|
||||
topics: []
|
||||
tags:
|
||||
- meetings
|
||||
---
|
||||
9
Templates/Meeting Type Template.md
Normal file
9
Templates/Meeting Type Template.md
Normal file
@@ -0,0 +1,9 @@
|
||||
#meetings/type
|
||||
|
||||
```dataview
|
||||
table without id file.link as Meeting, people as People, date as Date
|
||||
from #meetings or #dates
|
||||
where !contains(file.name,"Template") and contains(type,this.file.link)
|
||||
sort date desc
|
||||
limit 50
|
||||
```
|
||||
7
Templates/Meetings List Template.md
Normal file
7
Templates/Meetings List Template.md
Normal file
@@ -0,0 +1,7 @@
|
||||
```dataview
|
||||
table without id file.link as Meeting, date as Date
|
||||
from [[Meetings]]
|
||||
where contains(people,this.file.link)
|
||||
sort date desc
|
||||
limit 50
|
||||
```
|
||||
17
Templates/Monthly Note Template.md
Normal file
17
Templates/Monthly Note Template.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
aliases: July 2023
|
||||
previous: "[[2023-06]]"
|
||||
next: "[[2023-08]]"
|
||||
tags:
|
||||
- monthly
|
||||
---
|
||||
## Entries
|
||||
|
||||
```dataview
|
||||
list
|
||||
where contains(file.name,this.file.name) or contains(file.outlinks.file.name,this.file.name) or
|
||||
contains(string(file.frontmatter),this.file.name)
|
||||
where !contains(file.tags, "daily")
|
||||
where !contains(file.tags, "monthly")
|
||||
sort file.name asc
|
||||
```
|
||||
10
Templates/Movie Genre Template.md
Normal file
10
Templates/Movie Genre Template.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
- movies/genres
|
||||
---
|
||||
```dataview
|
||||
table ratingImdb as "Rating"
|
||||
from #reference
|
||||
where genre = this.file.link or contains(genre,this.file.link)
|
||||
sort ratingImdb desc
|
||||
```
|
||||
22
Templates/Movie Template.md
Normal file
22
Templates/Movie Template.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
category:
|
||||
- "[[Movies]]"
|
||||
cover:
|
||||
genre: []
|
||||
director:
|
||||
cast: []
|
||||
ratingImdb:
|
||||
rating:
|
||||
year:
|
||||
last:
|
||||
"{ date }":
|
||||
imdbId:
|
||||
scoreRT:
|
||||
via:
|
||||
tags:
|
||||
- movies
|
||||
- reference
|
||||
---
|
||||
|
||||
[[{{date}}]]
|
||||
|
||||
8
Templates/Music Genre Template.md
Normal file
8
Templates/Music Genre Template.md
Normal file
@@ -0,0 +1,8 @@
|
||||
#music/genres
|
||||
|
||||
```dataview
|
||||
table without id file.link as Album, artist as "Artist", genre as "Genre", rating as "Rating"
|
||||
from #albums
|
||||
where genre = this.file.link or contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
15
Templates/Musician Template.md
Normal file
15
Templates/Musician Template.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
category: "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
- musicians
|
||||
created: {{date}}
|
||||
---
|
||||
## Albums
|
||||
|
||||
```dataview
|
||||
table without id file.link as Album, artist as "Artist", rating as "Rating"
|
||||
from #albums
|
||||
where artist = this.file.link or contains(artist,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
16
Templates/People Template.md
Normal file
16
Templates/People Template.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
category:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
birthday:
|
||||
company: []
|
||||
created: {{date}}
|
||||
---
|
||||
## Meetings
|
||||
|
||||
```dataview
|
||||
table without id file.link as Meeting, date as Date
|
||||
where contains(people,this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
10
Templates/People Type Template.md
Normal file
10
Templates/People Type Template.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
- people/types
|
||||
---
|
||||
```dataview
|
||||
table without id file.link as Name
|
||||
from #actors
|
||||
where !contains(file.name,"Template")
|
||||
sort file.name asc
|
||||
```
|
||||
11
Templates/Place Template.md
Normal file
11
Templates/Place Template.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category:
|
||||
- "[[Places]]"
|
||||
tags:
|
||||
- places
|
||||
type: []
|
||||
location: []
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
---
|
||||
20
Templates/Place Type Template.md
Normal file
20
Templates/Place Type Template.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
tags:
|
||||
- lists
|
||||
- places/types
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: restaurants
|
||||
linksTo: [[Pizzerias]]
|
||||
minZoom: 3
|
||||
maxZoom: 20
|
||||
defaultZoom: 3
|
||||
height: 50%
|
||||
```
|
||||
|
||||
```dataview
|
||||
table without id file.link as Place, rating as "Rating", loc as "Location"
|
||||
from #places
|
||||
where contains(type, this.file.link)
|
||||
```
|
||||
19
Templates/Podcast Episode Template.md
Normal file
19
Templates/Podcast Episode Template.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
category:
|
||||
- "[[Podcast episodes]]"
|
||||
tags:
|
||||
- podcast
|
||||
- episodes
|
||||
show:
|
||||
guests:
|
||||
topics:
|
||||
- ""
|
||||
episode:
|
||||
url:
|
||||
rating:
|
||||
published:
|
||||
last:
|
||||
"{ date }":
|
||||
---
|
||||
|
||||
-
|
||||
16
Templates/Podcast Template.md
Normal file
16
Templates/Podcast Template.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
category:
|
||||
- "[[Podcasts]]"
|
||||
host: []
|
||||
rating:
|
||||
tags:
|
||||
- podcast
|
||||
---
|
||||
## Episodes
|
||||
|
||||
```dataview
|
||||
table without id link(file.link, "Ep. " + string(episode)) as Episode, guest as "Guest", rating as "Rating"
|
||||
from #podcast and #episodes
|
||||
where show = this.file.link
|
||||
sort episode desc
|
||||
```
|
||||
14
Templates/Post Template.md
Normal file
14
Templates/Post Template.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
category:
|
||||
- "[[Posts]]"
|
||||
tags:
|
||||
- posts
|
||||
author: "[[Me]]"
|
||||
url:
|
||||
created:
|
||||
"{ date }":
|
||||
published:
|
||||
topics:
|
||||
- ""
|
||||
status:
|
||||
---
|
||||
12
Templates/Product Template.md
Normal file
12
Templates/Product Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Products]]"
|
||||
type:
|
||||
maker:
|
||||
model:
|
||||
rating:
|
||||
price:
|
||||
purchased: {{date}}
|
||||
tags:
|
||||
- products
|
||||
---
|
||||
10
Templates/Product Type Template.md
Normal file
10
Templates/Product Type Template.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
tags:
|
||||
- products/types
|
||||
---
|
||||
```dataview
|
||||
table without id file.link as Item, maker as "Maker", price as "Price", rating as "Rating", purchased as Purchased
|
||||
from #products
|
||||
where type = this.file.link or contains(type,this.file.link)
|
||||
sort purchased desc, rating desc, file.mtime desc
|
||||
```
|
||||
12
Templates/Project Template.md
Normal file
12
Templates/Project Template.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Projects]]"
|
||||
type: []
|
||||
org: []
|
||||
start:
|
||||
year:
|
||||
tags:
|
||||
- projects
|
||||
url:
|
||||
---
|
||||
|
||||
9
Templates/Quote Template.md
Normal file
9
Templates/Quote Template.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
attribution: []
|
||||
source:
|
||||
created: {{date}}
|
||||
tags:
|
||||
- quotes
|
||||
topics: []
|
||||
via:
|
||||
---
|
||||
18
Templates/Real Estate Template.md
Normal file
18
Templates/Real Estate Template.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
category:
|
||||
- "[[Real estate]]"
|
||||
tags:
|
||||
- places
|
||||
type: []
|
||||
address:
|
||||
rating:
|
||||
created:
|
||||
"{ date:YYYY-MM-DD }":
|
||||
url:
|
||||
year:
|
||||
price:
|
||||
sqft:
|
||||
lotsqft:
|
||||
loc: []
|
||||
status:
|
||||
---
|
||||
8
Templates/Recent Entries Template.md
Normal file
8
Templates/Recent Entries Template.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Recent entries
|
||||
|
||||
```dataview
|
||||
table created as Date
|
||||
where contains(file.outlinks, this.file.link)
|
||||
sort created desc
|
||||
limit 20
|
||||
```
|
||||
25
Templates/Recipe Template.md
Normal file
25
Templates/Recipe Template.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
category:
|
||||
- "[[Recipes]]"
|
||||
cuisine:
|
||||
type: []
|
||||
ingredients:
|
||||
author: []
|
||||
url:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
tags:
|
||||
- recipes
|
||||
---
|
||||
## Ingredients
|
||||
|
||||
-
|
||||
|
||||
## Directions
|
||||
|
||||
-
|
||||
|
||||
## Notes
|
||||
|
||||
-
|
||||
13
Templates/Restaurant Template.md
Normal file
13
Templates/Restaurant Template.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
category:
|
||||
- "[[Places]]"
|
||||
type: "[[Restaurants]]"
|
||||
loc:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
tags:
|
||||
- places
|
||||
- restaurants
|
||||
---
|
||||
## [[{{date}}]]
|
||||
15
Templates/Show Episode Template.md
Normal file
15
Templates/Show Episode Template.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
category:
|
||||
- "[[Show episodes]]"
|
||||
show:
|
||||
season:
|
||||
episode:
|
||||
rating:
|
||||
published:
|
||||
tags:
|
||||
- shows
|
||||
- episodes
|
||||
- reference
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
16
Templates/Show Template.md
Normal file
16
Templates/Show Template.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
category:
|
||||
- "[[Shows]]"
|
||||
genre: []
|
||||
year:
|
||||
cast: []
|
||||
ratingImdb:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
tags:
|
||||
- shows
|
||||
- reference
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
6
Templates/Slipbox Note Template.md
Normal file
6
Templates/Slipbox Note Template.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
created: {{date}}
|
||||
tags:
|
||||
- note
|
||||
- journal
|
||||
---
|
||||
19
Templates/Stock Template.md
Normal file
19
Templates/Stock Template.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
ticker: AAPL
|
||||
scale: Logarithmic
|
||||
chartType: Area
|
||||
---
|
||||
|
||||
```dataviewjs
|
||||
await dv.el("div", "", { cls: "stock-container" });
|
||||
|
||||
const container = document.querySelectorAll('.stock-container')[0];
|
||||
const ticker = `${dv.current().file.frontmatter.ticker}`;
|
||||
const scale = `${dv.current().file.frontmatter.scale}`;
|
||||
const chartType = `${dv.current().file.frontmatter.chartType}`;
|
||||
|
||||
const embedUrl = `https://s.tradingview.com/embed-widget/symbol-overview/?locale=en#%7B%22symbols%22%3A%5B%5B%22` + `${ticker}` + `%7C1D%22%5D%5D%2C%22chartOnly%22%3Afalse%2C%22width%22%3A%22100%25%22%2C%22height%22%3A%22100%25%22%2C%22colorTheme%22%3A%22dark%22%2C%22showVolume%22%3Afalse%2C%22showMA%22%3Afalse%2C%22hideDateRanges%22%3Afalse%2C%22hideMarketStatus%22%3Atrue%2C%22hideSymbolLogo%22%3Afalse%2C%22scalePosition%22%3A%22right%22%2C%22scaleMode%22%3A%22` + `${scale}` + `%22%2C%22fontFamily%22%3A%22-apple-system%2C%20BlinkMacSystemFont%2C%20sans-serif%22%2C%22fontSize%22%3A%2212%22%2C%22noTimeScale%22%3Afalse%2C%22valuesTracking%22%3A%221%22%2C%22changeMode%22%3A%22price-and-percent%22%2C%22chartType%22%3A%22` + `${chartType}` + `%22%2C%22fontColor%22%3A%22rgba(100%2C%20100%2C%20100%2C%20.8)%22%2C%22backgroundColor%22%3A%22rgba(0%2C%200%2C%200%2C%200)%22%2C%22widgetFontColor%22%3A%22rgba(150%2C%20150%2C%20150%2C%200.8)%22%2C%22gridLineColor%22%3A%22rgba(200%2C%20200%2C%20200%2C%200.06)%22%2C%22lineWidth%22%3A2%2C%22lineType%22%3A0%2C%22dateRanges%22%3A%5B%221d%7C1%22%2C%221m%7C30%22%2C%223m%7C60%22%2C%2212m%7C1D%22%2C%2260m%7C1W%22%2C%22all%7C1M%22%5D%2C%22dateFormat%22%3A%22dd%20MMM%20'yy%22%2C%22timeHoursFormat%22%3A%2224-hours%22%7D`
|
||||
|
||||
container.innerHTML = `<iframe class="stock-chart" src="${embedUrl}"></iframe>`;
|
||||
await dv.el("div", container);
|
||||
```
|
||||
9
Templates/Stock Trade Template.md
Normal file
9
Templates/Stock Trade Template.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
date: {{date}}
|
||||
trade:
|
||||
tags:
|
||||
- investment
|
||||
- trade
|
||||
price:
|
||||
shares:
|
||||
---
|
||||
10
Templates/Trip Template.md
Normal file
10
Templates/Trip Template.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category:
|
||||
- "[[Trips]]"
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
tags:
|
||||
- trips
|
||||
---
|
||||
|
||||
8
Templates/Video Game Genre Template.md
Normal file
8
Templates/Video Game Genre Template.md
Normal file
@@ -0,0 +1,8 @@
|
||||
#games/genres
|
||||
|
||||
```dataview
|
||||
table maker as "Maker", year as "Year", rating as "Rating"
|
||||
from #games
|
||||
where !contains(file.name, "Template") and contains(genre, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
16
Templates/Video Game Template.md
Normal file
16
Templates/Video Game Template.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
category:
|
||||
- "[[Games]]"
|
||||
maker:
|
||||
genre: []
|
||||
year:
|
||||
system:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
tags:
|
||||
- games
|
||||
- reference
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
Reference in New Issue
Block a user