Update README, add some hotkeys
This commit is contained in:
parent
4cb7ae6100
commit
1ba3a6f5b0
6 changed files with 47 additions and 32 deletions
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
|
@ -20,5 +20,6 @@
|
||||||
"margin": "0",
|
"margin": "0",
|
||||||
"downscalePercent": 100
|
"downscalePercent": 100
|
||||||
},
|
},
|
||||||
"showLineNumber": false
|
"showLineNumber": false,
|
||||||
|
"autoConvertHtml": false
|
||||||
}
|
}
|
2
.obsidian/daily-notes.json
vendored
2
.obsidian/daily-notes.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"folder": "Daily Notes",
|
"folder": "Daily Notes",
|
||||||
"template": "_Templates/Daily Note Template",
|
"template": "_Templates/Daily Note Template",
|
||||||
"autorun": true,
|
"autorun": false,
|
||||||
"format": ""
|
"format": ""
|
||||||
}
|
}
|
20
.obsidian/hotkeys.json
vendored
20
.obsidian/hotkeys.json
vendored
|
@ -1,28 +1,26 @@
|
||||||
{
|
{
|
||||||
"obsidian-tasks-plugin:toggle-done": [
|
"obsidian-tasks-plugin:toggle-done": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": ["Mod", "Meta", "Shift"],
|
||||||
"Mod",
|
|
||||||
"Meta",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "ArrowRight"
|
"key": "ArrowRight"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"obsidian-tasks-plugin:edit-task": [
|
"obsidian-tasks-plugin:edit-task": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": ["Mod"],
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "T"
|
"key": "T"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor:toggle-source": [
|
"editor:toggle-source": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": ["Mod"],
|
||||||
"Mod"
|
|
||||||
],
|
|
||||||
"key": "R"
|
"key": "R"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"editor:insert-wikilink": [
|
||||||
|
{
|
||||||
|
"modifiers": ["Mod"],
|
||||||
|
"key": "L"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
12
.obsidian/plugins/obsidian-day-planner/data.json
vendored
12
.obsidian/plugins/obsidian-day-planner/data.json
vendored
|
@ -6,15 +6,5 @@
|
||||||
"circularProgress": true,
|
"circularProgress": true,
|
||||||
"nowAndNextInStatusBar": true,
|
"nowAndNextInStatusBar": true,
|
||||||
"showTaskNotification": true,
|
"showTaskNotification": true,
|
||||||
"timelineZoomLevel": 3,
|
"timelineZoomLevel": 5
|
||||||
"notesToDates": [
|
|
||||||
{
|
|
||||||
"notePath": "Daily Notes/2022-01-04.md",
|
|
||||||
"date": "Tue Jan 04 2022"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"notePath": "Daily Notes/2022-01-05.md",
|
|
||||||
"date": "Wed Jan 05 2022"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
40
README.md
40
README.md
|
@ -2,15 +2,41 @@
|
||||||
|
|
||||||
A simple starter for [obsidian.md](https://obsidian.md).
|
A simple starter for [obsidian.md](https://obsidian.md).
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
* Daily Notes
|
* Daily Notes
|
||||||
* Daily Planner
|
* Daily Planner with Timeline
|
||||||
* Kanban
|
|
||||||
* Timeline
|
|
||||||
* Templater (e.g. for _Daily_ notes)
|
* Templater (e.g. for _Daily_ notes)
|
||||||
|
* Kanban support
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
# Recommendations
|
Clone repository and copy all contents including potential hidden `.` files
|
||||||
|
to the vault location you like to use.
|
||||||
|
|
||||||
Workflow is to create a _Daily Note_ each day. It will use the predefined template automatically.
|
After you've opened your vault location in Obsidian, make sure to place icons correctly:
|
||||||
|
|
||||||
|
* Turn off safe mode to enable community plugins
|
||||||
|
* Close any pane which could not be loaded because of first init
|
||||||
|
* Align panes
|
||||||
|
* With the command palette `ctrl + p`, _Calendar: Show_
|
||||||
|
* With the command palette `ctrl + p`, _Day Planner: Show Timeline_
|
||||||
|
* Open `_Dashboard` file and drag the top left icon after the title to the position you like
|
||||||
|
|
||||||
|
The result should look similar to:
|
||||||
|
|
||||||
|
![obsidian_preview](_/../_Attachments/preview.png)
|
||||||
|
|
||||||
|
## Best Practices
|
||||||
|
|
||||||
|
* By default, all files will be opened in `source` mode. Switch to preview mode with `ctrl + e` dynamically, you'll get used to it
|
||||||
|
* Start your day
|
||||||
|
* by creating your `Daily Note/` with the icon located left in the sidebar or via action menu `ctrl + p` looking for _Daily Note: Open today's daily note_
|
||||||
|
* link this opened file as your _daily_ for the timeline to work with `ctrl + p` looking for _Day Planner: Link ..._
|
||||||
|
|
||||||
|
## Custom hotkeys
|
||||||
|
|
||||||
|
| Key | Effect |
|
||||||
|
|:--------------|----------------------------------:|
|
||||||
|
| ctrl + e | switch source and preview mode |
|
||||||
|
| ctrl + t | task menu while cursor under text |
|
||||||
|
| ctrl + l | insert internal link |
|
||||||
|
| ctrl + r | toggle _live preview_ mode |
|
BIN
_Attachments/preview.png
Normal file
BIN
_Attachments/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in a new issue