1
0
Fork 0
obsidian-vault-starter/README.md

42 lines
1.6 KiB
Markdown
Raw Normal View History

# README
2022-01-05 20:48:58 +00:00
A simple starter for [obsidian.md](https://obsidian.md).
* Daily Notes
2022-01-07 07:41:51 +00:00
* Daily Planner with Timeline
* Templater (e.g. for _Daily_ notes)
2022-01-07 07:41:51 +00:00
* Kanban support
## Getting started
Clone repository and copy all contents including potential hidden `.` files
to the vault location you like to use.
2022-01-07 20:03:27 +00:00
After you've opened your vault location in Obsidian, plugins and panes might not
be aligned:
2022-01-07 07:41:51 +00:00
2022-01-07 20:03:27 +00:00
* Turn off safe mode to enable community plugins on _first_ start
* Restart Obsidian and panes should be in place correctly, if not, then adjust manually
2022-01-07 07:41:51 +00:00
* 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
2022-01-07 07:41:51 +00:00
* 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 ..._
2022-01-07 07:41:51 +00:00
## Custom hotkeys
2022-01-07 07:41:51 +00:00
| 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 |