Skip to content

Commit

Permalink
poke
Browse files Browse the repository at this point in the history
  • Loading branch information
thor314 committed Nov 15, 2022
1 parent 9bc5ee9 commit c849c74
Show file tree
Hide file tree
Showing 39 changed files with 26,773 additions and 40,615 deletions.
2 changes: 1 addition & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"promptDelete": false,
"vimMode": true,
"tabSize": 2,
"tabSize": 4,
"useTab": false,
"showLineNumber": true,
"spellcheck": false,
Expand Down
8 changes: 4 additions & 4 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"table-editor-obsidian",
"file-tree-alternative",
"obsidian-footnotes",
"obsidian-advanced-new-file",
"creases",
"obsidian-hider",
"obsidian-hotkeys-for-specific-files",
"hotkeysplus-obsidian",
"obsidian-languagetool-plugin",
"obsidian-charts",
"periodic-notes",
"darlal-switcher-plus",
Expand Down Expand Up @@ -45,7 +43,6 @@
"quickadd",
"workspaces-plus",
"metaedit",
"key-promoter",
"obsidian-scroll-offset",
"obsidian-rollover-daily-todos",
"multi-column-markdown",
Expand All @@ -54,5 +51,8 @@
"keyboard-analyzer",
"obsidian-trim-whitespace",
"obsidian-tidy-footnotes",
"obsidian-projects"
"dbfolder",
"obsidian-tagfolder",
"dataview",
"obsidian-languagetool-plugin"
]
2 changes: 1 addition & 1 deletion .obsidian/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"scale": 0.6561101937491263,
"close": true
}
40 changes: 29 additions & 11 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@
"templater-obsidian:create-new-note-from-template": [
{
"modifiers": [
"Mod",
"Shift"
"Mod"
],
"key": "N"
}
Expand Down Expand Up @@ -466,15 +465,7 @@
"key": "P"
}
],
"hotkey-helper:open-hotkeys": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "H"
}
],
"hotkey-helper:open-hotkeys": [],
"hotkey-helper:open-settings": [
{
"modifiers": [
Expand Down Expand Up @@ -637,5 +628,32 @@
],
"key": "F"
}
],
"editor:focus-left": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "H"
}
],
"obsidian-linter:lint-file": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "L"
}
],
"editor:focus-right": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "L"
}
]
}
Loading

0 comments on commit c849c74

Please sign in to comment.