2023-09-12 16:39:57
This commit is contained in:
20
.obsidian/hotkeys.json
vendored
20
.obsidian/hotkeys.json
vendored
@@ -16,5 +16,23 @@
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"workspace:new-tab": []
|
||||
"workspace:new-tab": [],
|
||||
"obsidian-outliner:move-list-item-down": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:move-list-item-up": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:fold": [],
|
||||
"obsidian-outliner:unfold": []
|
||||
}
|
||||
@@ -46,8 +46,8 @@ I primarily use the category property, e.g. `category: [[Movies]]` to organize a
|
||||
|
||||
- Always pluralize categories and tags
|
||||
- Use `YYYY-MM-DD` everywhere
|
||||
- Use a single vault for everything
|
||||
- Avoid folders for organization
|
||||
- Single vault for everything
|
||||
- Avoid non-standard Markdown
|
||||
|
||||
### Rating system
|
||||
|
||||
Reference in New Issue
Block a user