Skip to main content

Styleguide

Headings

H1

H2

H3

H4

H5
H6

Heading IDs

// ## Hello World -> generated ID = hello-world
[link](#heading-id)

Emphasis

Bold Text
Italic Text
Strikethrough
This is a codeline

Paragraph

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

Lists

  1. number one
  2. number two
  3. number three
    1. indented 1
    2. indented 2
      • bullet 1
      • bullet 2
      • bullet 3
      • bullet 4
  • bulletlist

    • subbullet 1
    • subbullet 2
  • Checklist 1

  • Checklist 2

  • Checklist 3

Codeblocks

Codeblock with line numbers and Title
# This is a codeblock
def add(*stuff):
sum = 0
stuff = list(stuff)
stuff[0] = 0
for i in stuff:
sum += i
return sum

print(add(1,2,3,4,5,6))

Quote

people, meetings, projects, sources
code snippets, cheat sheets, project doku
ideen,

Tables

Shortcut Key (General)FunctionsShortcut Key (Editing)Functions
Ctrl + SEditor: Saves the fileCtrl + BBold Selected Text
Ctrl + NCreates a new noteCtrl + IItalicize Selected Text
Ctrl + POpen command palleteCtrl + KInsert External Link to Selected Text
Ctrl + OOpens Quick SwitcherCtrl + ]Indent
Ctrl + Shift + FSearch in all filesCtrl + [Unindent
Ctrl + GOpens graph viewCtrl + DDelete current line
Ctrl + Alt + ←Navigate BackCtrl + VDuplicate current line
Ctrl + Alt + →Navigate forthCtrl + ClickOpen Note in Current Panel via Link
Ctrl + FSearches current fileCtrl + Shift + ClickOpen Note in New Panel via Link
Ctrl + EToggle edit/preview modesCtrl + N (Cmd + N on Mac)New Note
Ctrl + ,Open SettingsCtrl + Shift + D (Cmd + Shift + D on Mac)Create a Daily Note
Ctrl + TabNext tabCtrl + / (Cmd + / on Mac)Toggle Command Palette
Ctrl + Shift + TabPrevious tabCtrl + E (Cmd + E on Mac)Open Graph View
Alt + TabNext AppCtrl + Click (Cmd + Click on Mac)Open Link in New Pane
Alt + Shift + TabPrevious App
Win + TabTask View
Win + Shift + TabNext Window

Callouts

Optional Title with some Markdown syntax!

Some content with Markdown syntax. Check this api.

tip

Some content with Markdown syntax. Check this api.

info

Some content with Markdown syntax. Check this api.

warning

Some content with Markdown syntax. Check this api.

danger

Some content with Markdown syntax. Check this api.

Nested Callouts

Parent

Parent content

Child

Child content

Deep Child

Deep child content

Collabsible

Toggle me!

This is the detailed content

console.log("Markdown features including the code block are available");  

You can use Markdown here including bold and italic text, and inline link

Nested toggle! Some surprise inside...

😲😲😲😲😲

Tabs (mdx)

Tabs Documentation

This is an apple 🍎

Tabs in Callouts

Tabs

This is an apple 🍎

Tabs with Codeblocks

# This is a codeblock
def add(*stuff):
sum = 0
stuff = list(stuff)
stuff[0] = 0
for i in stuff:
sum += i
return sum

print(add(1,2,3,4,5,6))

Inline TOC (mdx)

Mermaid Diagrams