Example Note

This is an example note to demonstrate Quartz functionality.

Features

  • Wikilinks: You can link to other notes using wikilink syntax
  • Tags: Notes can be tagged for organization (see frontmatter)
  • Backlinks: See what notes link to this one
  • Graph view: Visualize connections between notes

Code Blocks

function greet(name) {
  return `Hello, ${name}!`;
}
 
console.log(greet("World"));

Math Support

You can use LaTeX for math:

Or display equations:

Lists

  • Item 1
  • Item 2
    • Nested item
    • Another nested item

Callouts

Info

This is an info callout - Obsidian-style callouts work in Quartz!

Warning

This is a warning callout.

Tables

FeatureSupported
Wikilinks
Tags
Math
Code