This is a draft cheat sheet. It is a work in progress and is not finished yet.
Linking in Obsidian
Link notes |
[['note']] |
Link to Header in notes |
[['note' # 'header']] |
Link to image |
[['image name']] |
Link image preview |
![['image name']] |
Link PDF preview |
![['File.pdf#page=?']] |
Formatting
Small Caps |
<span style="font-variant:small-caps;"> Text </span> |
All small Caps |
<span style="font-variant:all-small-caps;"> Text </span> |
|
|
Navigation shortcuts
Open command palette |
strg + P |
Callouts
Custom Callout Title |
> [!Callout type] Title text... |
Foldable Callouts |
> [!Callout type]- |
Callout types: |
Note |
> [!note] |
Abstract |
> [!abstract] or [!summary] or [!tldr] |
Info |
> [!info] |
Todo |
> [!todo] |
Tip |
> [!tip] or [!hint] or [!important] |
Success |
> [!success] or [!check] or [!done] |
Question |
> [!question] or [!help] or [!faq] |
Warning |
> [!warning] or [!caution] or [!attention] |
Failure |
> [!failure] or [!fail] or [!missing] |
Danger |
> [!danger] or [!error] |
Bug |
> [!bug] |
Example |
> [!example] |
Quote |
> [!quote] or [!cite] |
|
|
|