42 lines
No EOL
1.6 KiB
Markdown
42 lines
No EOL
1.6 KiB
Markdown
# README
|
|
|
|
A simple starter for [obsidian.md](https://obsidian.md).
|
|
|
|
* Daily Notes
|
|
* Daily Planner with Timeline
|
|
* Templater (e.g. for _Daily_ notes)
|
|
* Kanban support
|
|
|
|
## Getting started
|
|
|
|
Clone repository and copy all contents including potential hidden `.` files
|
|
to the vault location you like to use.
|
|
|
|
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 | |