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.

AppStore download address: InkMark


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 |

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 Moke Pen, and I wish you a happy note-taking!

Last Updated:: 4/28/25, 11:52 AM
Contributors: tianzixuan