04
Tips and Advanced Features
Learn tips and advanced features to use Manual Editor more efficiently.
Keyboard Shortcuts
Learn keyboard shortcuts available in Manual Editor.
| 단축키 | 기능 | 설명 |
|---|---|---|
| Ctrl + S | 저장 | 현재 파일 저장 (자동 저장과 동일) |
| Ctrl + Z | 실행 취소 | YAML 모드에서만 사용 가능 |
| Ctrl + Y | 다시 실행 | YAML 모드에서만 사용 가능 |
| Ctrl + F | 찾기 | YAML 모드에서 텍스트 검색 |
Using Markdown Formatting
You can use Markdown syntax in text fields to apply formatting.
Supported Markdown Syntax
- Bold:
**text** - Italic:
*text* Code: `code`Strikethrough:~~text~~- Link:
[text](https://...) - Keyboard:
{{kbd:Ctrl+S}} - Icon:
{{icon:house}}
Deleting Content
Learn how to delete sections, subsections, and content.
Delete Confirmation
All delete operations show a confirmation modal.
- Delete Section: 🗑️ button in sidebar
- Delete Subsection: 🗑️ button in subsection header
- Delete Content: 🗑️ button in content item
- Delete Step: 🗑️ button in Step Guide step
Best Practices
Learn best practices for using Manual Editor efficiently.
Recommendations
1. Edit in small units: Don't make too many changes at once, edit section by section.
2. Use auto-save: Auto-saves after 2 seconds, so you don't need to press save.
3. Check preview: Use the right-side preview in Form mode to check results in real-time.
4. Check sync status: Before deployment, check the sync status icon to ensure there are no differences.
5. Optimize images: Optimize images to appropriate size before uploading.
6. Multilingual input: ko and en are required, so be sure to enter them.
7. Separate Document Info: Put release notes, legal notices, and open-source licenses in Document Info (unnumbered) sections — not in
_product.yaml.
8. Subsection IDs: With 3+ subsections, an auto TOC appears at the top — give each subsection a meaningful ID for anchor links.