Skip to main content

Image Management

Insert, edit, and batch manage images in documents

⏱️ 5 minutes

Insert Images

Notta supports multiple ways to insert images:

MethodAction
ShortcutCtrl+Alt+I
ToolbarClick the image button
Slash CommandType / and select Image
Drag & DropDrag image files directly into the editor
PastePaste images from clipboard (Ctrl+V)

Image Operations

In Normal mode, clicking an image shows the image toolbar with these options:

  • Resize: Drag image corners to adjust dimensions
  • Show in File Manager: Locate the image file
  • Copy Image: Copy image to clipboard
  • Delete Image File: Delete the image file from disk

Batch Image Operations

Menu → Format → Image provides batch operations:

  • Copy all images to a specified directory
  • Move all images to a specified directory
  • Upload all images
  • Reload all images

Image Settings

  • Set image root directory: Specify the default storage directory for images
  • Image insertion settings: Configure default behavior when inserting images

Markdown Syntax

![Image description](./images/example.png)

Size adjustment:

![Image](image.png){width=500}
![Image](image.png){width=50%}

Alignment:

![Left aligned](image.png){align=left}
![Center aligned](image.png){align=center}
![Right aligned](image.png){align=right}

Next Steps

Image Management | Notta - 智能 Markdown 编辑器