mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-09-24 08:27:37 +00:00
* New translations integration.mdx (Chinese Simplified) * New translations merge.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations file.mdx (Ukrainian) * New translations en.json (German) * New translations integration.mdx (German) * New translations map-controls.mdx (German) * New translations file.mdx (German) * New translations merge.mdx (German) * New translations elevation.mdx (German)
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
---
|
|
title: File actions
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Plus, FolderOpen, Copy, FileX, Download } from '@lucide/svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
The file actions menu contains a set of pretty self-explanatory file operations.
|
|
|
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New
|
|
|
|
Create a new empty file.
|
|
|
|
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Open...
|
|
|
|
Відкрити файли з комп'ютера.
|
|
|
|
<DocsNote>
|
|
|
|
You can also drag and drop files directly from your file system into the window.
|
|
|
|
</DocsNote>
|
|
|
|
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplicate
|
|
|
|
Create a copy of the currently selected files.
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
|
|
|
Delete the currently selected files.
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
|
|
|
Delete all files.
|
|
|
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export...
|
|
|
|
Open the export dialog to save the currently selected files to your computer.
|
|
|
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export all...
|
|
|
|
Open the export dialog to save all files to your computer.
|
|
|
|
<DocsNote type="warning">
|
|
|
|
Якщо завантаження не починається після натискання кнопки завантаження, будь ласка, перевірте налаштування браузера, щоб дозволити завантаження з <b>gpx.studio</b>.
|
|
|
|
</DocsNote>
|