[Official Documentation](https://help.obsidian.md/Home)
[Community Hub](https://publish.obsidian.md/hub/00+-+Start+here)
[Community Plugins](https://obsidian.md/plugins)
—
# Theme
[**LYT Mode**](https://github.com/nickmilo/LYT-Mode#readme)
![[Hotkeys]]
# Editing
## Basic Formatting Syntax
[Link](https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax)
### Headings
Use the [#] -- you can use up to 6 consecutively.
# This is a Heading 1
## This is a Heading 2
### This is a Heading 3
#### This is a Heading 4
##### This is a Heading 5
###### This is a Heading 6
### Styling Text
**Bold**
*Italic*
~~Strikethrough~~
==Highlight==
**Bold text and *nested italic* text**
### Quotes
> This is a quote
\- Who Said It
### Callouts
> [!note]
> [!note] Summary
> [!abstract]
> [!info] Text
> [!tip] *Text*
> [!faq]- Are callouts foldable?
>
> > Yes! In a foldable callout, the contents are hidden when the callout is collapsed.
> [!success]
> [!question]
> [!warning]
> [!Missing]
> [!danger]
> [!bug]
> [!example]
> [!quote]
### Inline Code Text
` Use backticks`
### External Links
[Obsidian Help](https://help.obsidian.md)
### Link to a Heading in a Note
![[Linking to Note Headings.png]]
## Embedding Web Pages
`<iframe src="INSERT YOUR URL HERE"></iframe>`
### Embedding YouTube Videos
`<iframe src="https://www.youtube.com/embed/VIDEOID"></iframe>
This is a simple footnote.[^1]
## Embed Images

### ← ↑ → ↓ ↚ ↛ ↜ ↝ ↞ ↟
<table class="table">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
%% FOOTER %%
---

---
## Keep Digging
%%Space%%
### Tags
### Footnotes & References
[^1]: This is the referenced text.