支持的功能
Wikilinks
Link as you normally would in Obisidan, with the [[Wikilink]] syntax
Header links
Linking to a specific header works the same way as in Obsidian
[[My Note#Note header]]
Block links
Linking to a specific block works the same way as in Obsidian
[[My Note#^123abc]]
Custom link names
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
Closed 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.
Embedded/Transcluded Images

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
Highlighted text
Here is some highlighted text
Checkboxes
- [ ] Uncheckd
- [x] Checked