2023-09-14 13:10:07
This commit is contained in:
32
.obsidian/hotkeys.json
vendored
32
.obsidian/hotkeys.json
vendored
@@ -34,5 +34,35 @@
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:fold": [],
|
||||
"obsidian-outliner:unfold": []
|
||||
"obsidian-outliner:unfold": [],
|
||||
"app:go-back": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
}
|
||||
],
|
||||
"app:go-forward": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,7 +25,7 @@ Some of my templates depend on plugins I use:
|
||||
|
||||
### Folders
|
||||
|
||||
I use very few folders. My personal notes are primarily in the root, these are my [journal](Journal) entries, [evergreen](Evergreen) notes, and personal ideas. That way I know that everything in the root is something I came up with. I do not use the file explorer much for navigation, instead I navigate mostly using the quick switcher or clicking links.
|
||||
I use very few folders. My personal notes are primarily in the root, these are my [journal](/Categories/Journal) entries, [evergreen](Evergreen) notes, and personal ideas. That way I know that everything in the root is something I came up with. I do not use the file explorer much for navigation, instead I navigate mostly using the quick switcher or clicking links.
|
||||
|
||||
If you want to use this vault as a starting point the **Categories** and **Templates** folders contain everything that you need.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user