Home

Obsidian Cheatsheet

1 min

#test

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Italics
Bold
Bold Italics
Strikethrough
inline code
Inline code bold
highlight

ts
// very long comment with wrapping ============================================================================================================== (async () => { return await (fetch("https://test").then(u => u.json())) })
gdscript
# custom language code block func gdScriptFunction(test: int) -> string: var a = test a += 3 return str(test)

Outlink: https://github.com/ACarling/Vintage-Story-Mod-Loader
Named Outlink: Azgaar's Fantasy Map Generator
InLink: Blog Init
Named Inlink: Same link as above

Mathjax


  • bullet

  • bullet 2

    • indented bullet
      • again
  • checkbox
    • 2
      • 3
  • done
    • done 2
      • done 3

block

2

3

Callouts:

info
With text
<Callout label="foldable callout" type="info" collapsable={true} open={false}> line 2 line 3 </Callout>
foldable callout
<Callout label="foldable callout" type="info" collapsable={true} open={true}> line 2 line 3 </Callout>
open default foldable callout

line 2
line 3
strike

<Callout label="info" type="info" collapsable={false}> [!tip] [!todo] [!abstract] [!success] [!failure] [!bug] </Callout>
info
tip
warning
todo
example
abstract
question
success
quote
failure
danger
bug
note
Table12
data12

Footnotes Hello my name is Aidan1, here is the source.

video

internal image

External video?

MDX

Footnotes

  1. src: name is aidan