InkMarkInkMark
Home
Get Started
User Agreement
Privacy Policy
Terms of Service
Support
  • 繁體中文
  • 简体中文
  • English
Home
Get Started
User Agreement
Privacy Policy
Terms of Service
Support
  • 繁體中文
  • 简体中文
  • English
  • Quick Start

InkMark User Guide

Welcome to the InkMark Note App! This guide will help you quickly get started and master the main functions of InkMark.

iOS download address*: InkMark

Android download address: InkMark(Free)


1. Create and manage notes

  • Click the "+" button in the lower right corner to create a new note, take a photo, import a document, etc.

  • Supports multiple note types: text, picture, Markdown, etc.


2. Markdown support

Anote supports full Markdown syntax, the following are common examples:

Title

# Level 1 title
## Level 2 title
### Level 3 title
#### Level 4 title
##### Level 5 title
###### Level 6 title

Font style

*Italic* _Italic_
**Bold** __Bold__
***Bold Italic***
~~Strikethrough~~
`Inline code`

Links and images

[Anote official website](https://anote.xcl.ink/)

![Sample image](https://anote.xcl.ink/app-logo.png)

List

1. Ordered list items
2. Second item

- Unordered list item
- Subitem
* Another unordered list

Task list

- [x] Completed tasks
- [ ] Uncompleted tasks

Quote and separator

> This is the quote content

---

Code block

fun main() {
println("Hello, ANote!")
}

Table

| Function | Description |
| ---------- | -------------- |
| New note | Create new note |
| Import document | Support md |
| Multi-terminal support | iOS/Android |

Mathematical Expression

This is a mathematical expression:

$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$

This is a chemical equation:

$$
\ce{CO2 + C -> 2 CO}
$$

Mermaid Chart

This is a Mermaid chart (supports embedded math expressions):

    ```mermaid
    Flowchart LR
        Input [m, a] --> Calc [Calculate F = m * a] --> Output [Output F]
    ```

This is a Mermaid chart:

    ```mermaid
    Flowchart TD
        A [Start] --> B {Conditional judgment}
        B --> |Yes| C [Execute task 1]
        B --> |No| D [Execute task 2]
        C --> E [End]
        D --> E [End]
    ```


3. Search and sort

  • The search bar at the top can quickly find the content of the note.
  • Supports sorting by creation time, modification time, title, etc.

4. Data import and export

  • Supports importing local Markdown files.

  • Supports exporting notes as Markdown files for easy backup and migration.


5. Privacy and security

  • All data is stored locally to protect your privacy.

6. FAQ

  • **How to insert an image? ** Click the image button in the editor, or use the Markdown syntax ![description](image link).

  • **How to synchronize data? ** Currently supports local storage, and will support synchronization within the LAN in the future.

  • **How to report problems? ** You can find the "Feedback" entry on the settings page.


7. Other examples

Emoji

:smile: :rocket: :memo: :tada:

Warning/prompt box

[!TIP] You can insert prompts, warnings, etc. in your notes.


Thanks for using InkMark, and I wish you a happy note-taking!

Last Updated: 9/29/25, 8:52 PM
Contributors: tianzixuan, tianzixuan335