Obsidian - Editor and Formatting Quick List


This is a quick list for use with the editor of Obsidian. For more formatting with examples please see this link.

Quick List

Formatting Overview

Link: [[ name ]]
Embed: ! [[ name ]]
Tag: #tag
Italic: *italic*
Bold: **bold**
Header: # with a space or ## with a space etc
Checkbox: - [ ]
Underline: <u>underline</u>
Strikethrough: ~~strikethrough~~
Highlight: Text between ==
Blockquote: > Blockquote
Raw text: raw and endraw between {% %}

Tip: Ctrl-click a tag to search and show a list with notes!

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

Check here the supported languages.

Diagrams

Just a nice example:

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```

Mermaid lets you create diagrams and visualizations using text and code.

Aliases

Refer to the same file with alternative names, for example Obsidian:

---
aliases: [Obsidian.md, Obsidian md]
---

Please note that this section must be placed at the very top of a note to take effect.


Read other notes

Comments

    No comments found for this note.

    Join the discussion for this note on this ticket. Comments appear on this page instantly.

    Tags


    Notes mentioning this note


    Notes Graph