Skip to content
首頁Web應用集文件關於
🌐 Auto English 简体中文 繁體中文 Español Français Русский العربية Português Deutsch 日本語 한국어 हिन्दी
此頁面尚未翻譯為您的語言,目前顯示英文版本。

Image Tools

Moraya v0.2.0 introduces a comprehensive image tools system. After inserting an image, you can click to access a floating resize toolbar, or right-click for a full context menu.

Floating Resize Toolbar

Click on any image in the editor to reveal a horizontal toolbar above it with preset size options:

ButtonEffect
25%Quarter size
50%Half size
75%Three-quarter size
100%Full width
OriginalNative image dimensions

The currently active size is highlighted with the accent color. Click anywhere else to dismiss the toolbar.

Right-Click Context Menu

Right-click on an image to access the full context menu:

How Sizing Works

When you resize an image, Moraya outputs the width as an HTML attribute in the Markdown:

<img src="photo.jpg" width="75%">

This ensures the size is preserved when exporting or publishing your document.

Tips