2023-09-12 16:08:55

This commit is contained in:
Steph Ango
2023-09-12 16:08:55 -07:00
parent c5b229fe6b
commit 204ac70a43
3 changed files with 30 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
{ {
"accentColor": "", "accentColor": "",
"cssTheme": "Minimal" "cssTheme": "Minimal",
"theme": "moonstone"
} }

View File

@@ -7,5 +7,14 @@
], ],
"key": "E" "key": "E"
} }
] ],
"insert-template": [
{
"modifiers": [
"Mod"
],
"key": "T"
}
],
"workspace:new-tab": []
} }

18
References/Steph Ango.md Normal file
View 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
```