3.0 KiB
3.0 KiB
Table of Contents for 99 Getting Used to Obsidian
Files
- Calendar for Obsidian.md
- Dataview Tutorial.md
- Markdown Cheat Sheet.md
- Move Ideas over from Notion.md
- Notion to Obsidian Transition.md
- Useful Obsidian Docs Links.md
Summary
Here is the Markdown Cheat Sheet with some minor formatting adjustments and additions:
Markdown Cheat Sheet
=====================
Overview
This cheat sheet covers the basics of Markdown syntax and features.
Table of Contents
Basic Syntax
Headers
# Heading 1## Heading 2### Heading 3
Paragraphs
- Use two spaces at the beginning of each line to create a new paragraph.
Bold and Italic Text
**Bold text**or__Bold text___Italic text_or~Italic text~
Links
[Link text](https://www.example.com)[Link text][id]with[id]: https://www.example.com
Images
[Image alt text](https://example.com/image.jpg)
Extended Syntax
Lists
- Ordered lists:
1. Item 12. Item 23. Item 3
- Unordered lists:
Item 1Item 2Item 3
Code Blocks
Code here
* ```python
print("Hello World!")
Headers with IDs
# Heading 1 [id]## Heading 2 [id]### Heading 3 [id]
Definitions
:definition: Definition text> Definition text>with '>' symbol on the left
Callouts
[Callout title]with[title]: Callout contentin Markdown[[Callout title]]with[title]: Callout contentin Obsidian
Downloads
You can download this cheat sheet as a Markdown file for use in your Markdown application.
Take Your Markdown Skills to the Next Level
Learn Markdown in 60 pages. Designed for both novices and experts, The Markdown Guide book is a comprehensive reference that has everything you need to get started and master Markdown syntax.
](https://www.markdownguide.org/book/)
Want to Learn More Markdown?
Don't stop now! Star the GitHub repository and then enter your email address below to receive new Markdown tutorials via email. No spam!
About
Contact
GitHub
API
Privacy Policy
Terms and Conditions
Generated by llama3.2:latest