### 2023-08-19 15:02 - V2 Obsidian setup
#TAGS: #log #obsidian #shortcuts #plugins
**Notes:** added shortcuts
* Insert Timelog Template: ctrl + .
* Go to daily notes: ctrl + \
* installed [hotkeys for templates](https://github.com/Vinzent03/obsidian-hotkeys-for-templates)
---
2022-12-30 Obsidian Setup
### Reconfigure Obsidian for new PKMS
15:35
Tags: #obsidian #PKMS
Note:
look into [Media Extended](https://github.com/aidenlx/media-extended)
## V1 Obsidian
### Using quoteback to quote the web
https://www.zylstra.org/blog/2020/07/quotebacks-block-quotes/
---
### Zotero Workflow
https://www.youtube.com/watch?v=_Fjhad-Z61o
---
## Keyboard Shortcuts
adjust keyboard shortcuts in Settings > Hotkeys
added shortcuts
* Insert Template: ctrl + .
* Go to daily notes: ctrl + \
shortcut | command
---------|---------
ctrl - e | switch between edit and preview
ctrl - f | search
ctrl - shift - f | search ALL files
ctrl - p | Command Palette
ctrl - Enter | toggle bullet/checkbox
ctrl - , | toggle settings
ctrl - \[ | toggle left sidebar
ctrl - \] | toggle right sidebar
ctrl - \\ | split vertically
ctrl - ' | split horizontally
ctrl - w | close active pane
## Markdown
Headings: # ,## ,###
Bold: \*\*Text\*\*
Italic: \*Text\*
Strikethrough: \~\~Text\~\~
Highlights: \=\=Text\=\=
Bullets: - Text
To Do List: - [ ] Text
Done: - [ x ] Text
Blockquotes: > Text
Horizontal line: ---
## Tags
Tag: \#Tag_Name
Eg: #test_tag
## Links
to Note: \[\[Note Name\]\]
To Heading: \[\[Note Name#heading#sub\]\]
To Block: \[\[Note_Name^BlockID\]\]
To URL: \[Link Text\]\(URL\)
for alternative text in a link: \[\[Note Name|Link Text\]\]
Resize image: \!\[\[image_uri|200\]\]
## Query Blocks
To Search: \`\`\`query tag: \#TagName \`\`\`
eg:
```query
tag: #test_tag
```
## Diagrams and Charts
### [Mermaid](https://mermaid-js.github.io/mermaid/#/)
\`\`\`mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
\`\`\`
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
[More Markdown Details](https://www.markdownguide.org/basic-syntax/)
podcast with workflow:
https://poddtoppen.se/podcast/1544150117/martin-uncut/april-22-obsidian-one-year-later-weekend-special
add-in suggestions
- dataview
- better word count
- advanced tables
2020-08-26
starting [[roam research]], first seen on [/r/vscode](https://www.reddit.com/r/vscode/comments/igfomv/dendron_an_open_source_roamlike_markdownbased/)