
TSUZURU
- Markdown taking-note app -
0 ratings
Free
About
Welcome to TSUZURU.
TSUZURU is a markdown note-takeing app.
Features
- Create and edit markdown documents.
- Organinze notes in hierarchical notebooks.
- Live markdown preview.
- Sync data with database.
- Cross-platform
How to Use Markdown.
- Headers
Use # for headers. More # means smaller headers.
# Header1
## Header2
### Header3
- Text Formatting
- Bold text: **bold**
- Italic text: *italic*
- Bold and italic: ***bold italic***
- Strikethrough: ~~strikethrough~~
- Lists
Unordered Lists
- Item1
- Item2
- Nested item
- Another nested item
Ordered Lists
1. First item
2. Second item
3. Third item
- Task Lists
- [ ] Uncompleted task
- [x] Completed task
- Links and Images
[Text](URL)
- Code
inline code and Code block.
- Blockquotes
> This is a blockquote It can span multiple lines.
- Horizontal Rule
----
- Tables
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
- Mermaid Diagrams.
You can create diagrams using Mermaid syntax.
Use a code block with mermaid language.
Happy note-taking!
Show more
What's New in TSUZURU
1.0.8
March 14, 2026
Implemented internal improvements.



