Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
extratone committed Sep 3, 2021
1 parent 11b2433 commit b831fbd
Show file tree
Hide file tree
Showing 12 changed files with 8,300 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ audio/Capture Testing/iPhone 12 Pro Max Microphone Test.wav
audio/Voice Notes/Chatting with Jack about Big Blue.mp3
documentation/docs/
.DS_Store
.obsidian
.obsidian/workspace
.obsidian/templates.json
.obsidian/config
video/WWDC2010.m4v
.vscode/settings.json
events/Downloads/Teams background/MS_Build_Teams-Backgrounds_3.png
Expand Down
5 changes: 5 additions & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"newFileLocation": "folder",
"attachmentFolderPath": "./media",
"newFileFolderPath": "obsidian"
}
5 changes: 5 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"baseFontSize": 16,
"cssTheme": "Minimal",
"theme": "moonstone"
}
17 changes: 17 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"page-preview",
"templates",
"note-composer",
"command-palette",
"markdown-importer",
"outline",
"word-count",
"audio-recorder",
"open-with-default-app",
"file-recovery"
]
120 changes: 120 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"editor:insert-wikilink": [
{
"modifiers": [
"Alt"
],
"key": "K"
}
],
"editor:insert-tag": [
{
"modifiers": [
"Alt"
],
"key": "T"
}
],
"backlink:open": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "K"
}
],
"workspace:close-others": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "W"
}
],
"command-palette:open": [
{
"modifiers": [
"Mod"
],
"key": "\\"
}
],
"workspace:copy-path": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "C"
}
],
"file-explorer:move-file": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "M"
}
],
"file-explorer:open": [
{
"modifiers": [
"Alt"
],
"key": "E"
}
],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Alt"
],
"key": "L"
}
],
"editor:toggle-code": [
{
"modifiers": [
"Alt"
],
"key": "C"
}
],
"theme:use-dark": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "D"
}
],
"theme:use-light": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "L"
}
],
"app:go-back": [
{
"modifiers": [
"Mod"
],
"key": "["
}
],
"app:go-forward": [
{
"modifiers": [
"Mod"
],
"key": "]"
}
]
}
Loading

0 comments on commit b831fbd

Please sign in to comment.