Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.18 KB

File metadata and controls

39 lines (29 loc) · 1.18 KB

Notes and Shortcuts for Obsidian

Shortcuts

  • Open command palette: Command + p

  • Quickly search and switch to another files: Command + o

  • Search in all files: Cmd + Shift + f

  • Toggle hide left side bar: Command + Shift + b

  • Linking other note in vault within current note: [[]]

  • Insert link: Command + k

  • Toggle Pin: Command + Option + Control + p

  • Insert Template: Option + t

  • Insert date template: Option + d

  • Toggle between view and edit mode: Command + e

  • Maximize current pane (uses pane-relief): Command + option + control + k

  • Cycle to next tab in window (using pane-relief): Command + Page Down (fn + down arrow)

Misc tips

  • How to adjust image size: Add an integer number after the pipe char in image line like so ![[my_img.png | 200]]

Plugins

  • Obsidian-tasks
  • Highlightr
  • Periodic Notes
  • Pane Relief

A task manager plugin.

  • To tag a line item as a task, mark with the global task filter (defined in the settings) tag

    • I've set mine to #todo
  • To view all tasks tagged with your global task filter in the vault, create a tasks code block:

    ```tasks

    ```