Pirates are evil? The Marines are righteous? These terms have always changed throughout the course of history! Kids who have never seen peace and kids who have never seen war have different values! Those who stand at the top determine what's wrong and what's right! This very place is neutral ground! Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice! - Donquixote Doflamingo • Pirates are evil? The Marines are righteous? These terms have always changed throughout the course of history! Kids who have never seen peace and kids who have never seen war have different values! Those who stand at the top determine what's wrong

Paragraphs are separated by a blank lines.

One Paragraph.

Another paragraph.

One Paragraph.

Another paragraph.

White-space collapsing.

Multiple          adjacent          spaces



and multiple newlines between paragraphs.

Multiple adjacent spaces

and multiple newlines between paragraphs.

Non-breaking spaces/line breaks

  •   (non-breaking space)
  • <br> (line break)

Line Breaks

line one
line two

line three__  
line four

line five

line six

line one line two

line three
line four

line five

line six

Styles

StyleSyntaxExampleOutput
Bold** ** or __ __**Bold text**Bold text
Italic* * or _ _*Italic text*Italic text
Strikethrough~~ ~~~~Striked out text~~Striked out text
Highlight== ====Highlighted text==Highlighted text
Bold and nested italic** ** and _ _**Bold text and _nested italic_**Bold text and nested italic
Bold and italic*** *** or ___ ___***Bold and italic text***Bold and italic text

Wikilink: [[Three laws of motion|Display Text]]

  • I’ve disabled these Markdown: [Display Text](Three%20laws%20of%20motion.md) Accepted file formats for internal links
  • Markdown.md
  • JSON Canvas.canvas (Learn more)
  • Images.avif.bmp.gif.jpeg.jpg.png.svg.webp
  • Audio.flac.m4a.mp3.ogg.wav.webm.3gp
  • Video.mkv.mov.mp4.ogv.webm
  • PDF.pdf

Obsidian Help ([Obsidian Help](https://help.obsidian.md))

To other vaults

With URL encoding:

  • [My Note](obsidian://open?vault=MainVault&file=My%20Note.md) Without it
  • [My Note](<obsidian://open?vault=MainVault&file=My Note.md>)

Embeds

Images

![Image|widthxheight](https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg)

image|widthxheight

just specifying the width preserves the aspect ratio

Audio

![Anthem](anthem.mp3) For Quartz Compatibility: <audio src="../Obsidian-Tutorials/anthem.mp3" alt="Anthem" controls=""></audio>

Doesn’t work with external audio

PDF

![W540](https://psref.lenovo.com/syspool/Sys/PDF/withdrawnbook/ThinkPad_W540.pdf)

External PDFs don’t work either :(

Embed Search Results

Pain

Embed Webpages

Uses the iframe HTML element

<iframe src="INSERT YOUR URL HERE"></iframe>

Some websites may have specific embed iframe links

Youtube
![](https://www.youtube.com/watch?v=NnTvZWp5Q7o)

Tweets
![](https://twitter.com/obsdmd/status/1580548874246443010)

Same note anchor/heading link

[Anchor Links (Headings)](#Anchor%20Links%20(Headings))

Anchor Links (Headings)

Other notes Headings

[Common Fourier Pairs](The%20Fourier%20Transform.md#Common%20Fourier%20Pairs)

Common Fourier Pairs

Other Notes Subheadings

[Rectangular Function and Sinc](The%20Fourier%20Transform.md#Common%20Fourier%20Pairs#Rectangular%20Function%20and%20Sinc)

Rectangular Function and Sinc

Linking to blocks of text

This will only work in obsidian.

[](Narnia%20-%20Apr%206,%202024.md#^475a03)

Dream Log Block Link
You could also, name blocks

“You do not rise to the level of your goals. You fall to the level of your systems.” by James Clear

Quote by James Clear

Lists

- First
* Second
+ Third
  • First
  • Second
  • Third

Task Lists

- [x] This is a completed task.
- [?] Random characters don't get struck through
- [ ] This is an incomplete task.
  • This is a completed task.
  • [?] Random characters don’t get struck through
  • This is an incomplete task.

Horizontal Rule

Any of the following will work

***
****
* * *
---
----
- - -
___
____
_ _ _

Code Syntax Highlighting

Language Specification

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

Starting

```{language code} 

Supported Languages

Naming

myFile
import 'dotenv/config';
```ts title="myFile"

Highlighting (with Code Styler Plugin)

.gitignore
1
2
3
 
hello
 
5
6
7
8
 
```gitignore title=".gitignore" hl:1,3,7-9,"hello"

Footnotes

This is a simple footnote[^1]

This is one footnote[^2]

This is another footnote[^note]
 
[^1]: This is the referenced text.

[^2]: Add 2 spaces at the start of each new line.
  This lets you write footnotes that span multiple lines.

[^note]: Named footnotes still appear as numbers, but can make it easier to identify and link references.

You can also use inline footnotes. ^[This is an inline footnote.]

This is a simple footnote1

This is one footnote2

This is another footnote3

You can also use inline footnotes. ^[This is an inline footnote.]

Footnotes act weird in Quartz search

Comments

This is an  comment.


This is an comment.

Escaping asterisks and underscores

\*\_This line will not be bold or italic\_\*

1\. This won't be a list item.

*_This line will not be bold or italic_*

  • Asterisk: \*
  • Underscore: \_
  • Hashtag: \#
  • Backtick: \`
  • Pipe (used in tables): \|
  • Tilde: \~
  • Dash \-
  • Literal dash \-

1. This won’t be a list item.

Tables

| First name                                     | Last name                                                                                |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------- |
| Max                                            | Planck                                                                                   |
| Marie                                          | Curie                                                                                    |
| Escape the `|` character<br>when in table mode | ![Engelbar\|100](https://history-computer.com/ModernComputer/Basis/images/Engelbart.jpg) |
First nameLast name
MaxPlanck
MarieCurie
Escape the pipe character
when in table mode.
Engelbar|100

Alignment

Left-aligned text | Center-aligned text | Right-aligned text
:-- | :--: | --:
Content | Content | Content
Left-aligned textCenter-aligned textRight-aligned text
ContentContentContent

Diagram 

Use Mermaid to make flow chartssequence diagrams, and timelines.

Aliases

They exist

Callouts

Unless you Customize callouts, any unsupported type defaults to the note type. The type identifier is case-insensitive.

Note Title

> [!note]
> Lorem ipsum dolor sit amet

Abstract

> [!abstract]
> Lorem ipsum dolor sit amet

Aliases: summarytldr


Info

> [!info]
> Lorem ipsum dolor sit amet

Todo

> [!todo]
> Lorem ipsum dolor sit amet

Tip

> [!tip]
> Lorem ipsum dolor sit amet

Aliases: hintimportant


Success

> [!success]
> Lorem ipsum dolor sit amet

Aliases: checkdone


Question

> [!question]
> Lorem ipsum dolor sit amet

Aliases: helpfaq


Warning

> [!warning]
> Lorem ipsum dolor sit amet

Aliases: cautionattention


Failure

> [!failure]
> Lorem ipsum dolor sit amet

Aliases: failmissing


Danger

> [!danger]
> Lorem ipsum dolor sit amet

Alias: error


Bug

> [!bug]
> Lorem ipsum dolor sit amet

Example

> [!example]
> Lorem ipsum dolor sit amet

Quote

> [!quote]
> Lorem ipsum dolor sit amet


Default Unfolded Callout

> [!danger]+ Default Unfolded Callout

Alias: citewebsitem

Properties

Property types

  • Text
  • List
  • Number
  • Checkbox
  • Date
  • Date & time

You need quotation marks

---
link: "[[Link]]" 
linklist: 
  - "[[Link]]" 
  - "[[Link2]]"
---

Date and Date & Time Type Properties

---
date: 2020-08-21
time: 2020-08-21T10:30:00
---

Default properties 

PropertyDescription
tagsSee Tags
aliasesSee Aliases
cssclassesAllows you to style individual notes using CSS snippets.

Footnotes

  1. This is the referenced text.

  2. Add 2 spaces at the start of each new line. This lets you write footnotes that span multiple lines.

  3. Named footnotes still appear as numbers, but can make it easier to identify and link references.