diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 116930c..d1a6fc4 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,4 +1,5 @@ { "accentColor": "", - "cssTheme": "Minimal" + "cssTheme": "Minimal", + "theme": "moonstone" } \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 5b9eabe..830f843 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -7,5 +7,14 @@ ], "key": "E" } - ] + ], + "insert-template": [ + { + "modifiers": [ + "Mod" + ], + "key": "T" + } + ], + "workspace:new-tab": [] } \ No newline at end of file diff --git a/References/Steph Ango.md b/References/Steph Ango.md new file mode 100644 index 0000000..acff004 --- /dev/null +++ b/References/Steph Ango.md @@ -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 +``` \ No newline at end of file