Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 789 Bytes

File metadata and controls

33 lines (25 loc) · 789 Bytes

Obsidian References used in Project #reference

[[README]] -> Backlinks

  • Can be used to link to other files in vault and can create a file if one with name does not exist while holding ctrl
  • Right side of screen there is a bar that can show Linked mentions

Github Link -> External Link


#help -> Tag

  • Can be used to help group various files together with a tag

Headers -> h1-h6

  • For each # you can decrease header size from h1 down to h6

Lists

  1. Numbered Example
    1. sub number
  • Bullet example
    • sub bullet

Code Block

val example: String = "Sample"

or

val example: String = "Sample"