支持的功能

Link as you normally would in Obisidan, with the [[Wikilink]] syntax

Linking to a specific header works the same way as in Obsidian
[[My Note#Note header]]

Linking to a specific block works the same way as in Obsidian
[[My Note#^123abc]]

测试双链

Code Blocks

let a = 5;
function tste () {
	let tset =1;
}
tste();

Dataview queries


Callouts

Note title

Information

A warning

This is a warning

Folding Callouts

Open by default

Folding/Collapsable callout

Nested callouts

Nested callouts

Text inside the tip callout

Inner callout

Multiple nesting layers

Inner inner callout


MathJax / LaTex

$\frac{1}{0} = \infty$

10=∞


Tags

Click on the tag below to view other pages with the same tag.

#exampletag


Embedded/Transcluded Images

obsidianlogo.png


Excalidraw


Mermaid diagrams

classDiagram
    note "From Duck till Zebra"
    Animal <|-- Duck
    note for Duck "can fly\ncan swim\ncan dive\ncan help in debugging"
    Animal <|-- Fish
    Animal <|-- Zebra
    Animal : +int age
    Animal : +String gender
    Animal: +isMammal()
    Animal: +mate()
    class Duck{
        +String beakColor
        +swim()
        +quack()
    }
    class Fish{
        -int sizeInFeet
        -canEat()
    }
    class Zebra{
        +bool is_wild
        +run()
    }

PlantUML diagrams

uml diagram

Highlighted text

Here is some highlighted text


Checkboxes

- [ ] Uncheckd
- [x] Checked