[[Organization Tools]] | [[Productivity Tools]] | [[Text Editors]] | [[Personal Knowledge Management]]
# Obsidian
A knowledge base editor that uses markdown as the backing file format.
- [[Maps of Content|Map of Content]]
- [[Obsidian Callouts]] (aka fancy quote blocks)
- [[Digital Garden]]
- [[How I Structure Notes]]
- [[Sync Obsidian with Git]]
- [[Obsidian Publish]]
- [[Obsidian Links]] (aka URIs/URLs)
- Uses [[Lucide Icons]]
## Bugs
[[Obsidian Graph Nodes Won't Render]]
[[Obsidian Keyboard Corruption Bug]]
[[Obsidian pdf export does not show text]]
## Things to explore
- [[Create a Bookshelf in Obsidian]]
- https://youtube.com/playlist?list=PLwLhCsXo_YKMfYMd8EVmL2g353cwAjSxl
## Misc tips
https://help.obsidian.md/Editing+and+formatting/Callouts#Supported+types
https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax
- `shift+enter` to create a newline instead of a new bullet point.
* Create footnotes with `[^1]` and `[^1]: Some text here`
* You can also inline footnotes with `^[Some inline footnote]`^[For example]
* The tag can by text as well, e.g. `[^note]`, `[^note]: Goes here`