Files
gpx.studio/website/src/lib/docs/en/menu/file.mdx

50 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-07-09 17:49:18 +02:00
---
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 }
2024-07-23 11:50:41 +02:00
The file actions menu contains a set of pretty self-explanatory file operations.
2024-07-09 17:49:18 +02:00
### <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...
Open files from your computer.
<DocsNote>
2024-07-23 13:01:46 +02:00
2024-07-09 17:49:18 +02:00
You can also drag and drop files directly from your file system into the window.
2024-07-23 13:01:46 +02:00
2024-07-09 17:49:18 +02:00
</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" /> Close
Close the currently selected files.
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all
Close 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...
2024-07-10 15:09:52 +02:00
Open the export dialog to save all files to your computer.
<DocsNote type="warning">
2024-07-12 18:08:27 +02:00
If your download does not start after clicking the download button, please check your browser settings to allow downloads from <b>gpx.studio</b>.
2024-07-10 15:09:52 +02:00
</DocsNote>