2023-09-12 16:08:55
This commit is contained in:
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"accentColor": "",
|
||||
"cssTheme": "Minimal"
|
||||
"cssTheme": "Minimal",
|
||||
"theme": "moonstone"
|
||||
}
|
||||
11
.obsidian/hotkeys.json
vendored
11
.obsidian/hotkeys.json
vendored
@@ -7,5 +7,14 @@
|
||||
],
|
||||
"key": "E"
|
||||
}
|
||||
]
|
||||
],
|
||||
"insert-template": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"workspace:new-tab": []
|
||||
}
|
||||
18
References/Steph Ango.md
Normal file
18
References/Steph Ango.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
category:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
- authors
|
||||
company:
|
||||
- "[[Obsidian]]"
|
||||
created: 2023-09-12
|
||||
twitter: kepano
|
||||
---
|
||||
## Meetings
|
||||
|
||||
```dataview
|
||||
table without id file.link as Meeting, date as Date
|
||||
where contains(people,this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
Reference in New Issue
Block a user