* New translations map-controls.mdx (Italian) * New translations settings.mdx (Italian) * New translations en.json (French) * New translations en.json (Latvian) * New translations files-and-stats.mdx (Latvian) * New translations getting-started.mdx (Latvian) * New translations gpx.mdx (Latvian) * New translations funding.mdx (Latvian) * New translations mapbox.mdx (Latvian) * New translations translation.mdx (Latvian) * New translations integration.mdx (Latvian) * New translations map-controls.mdx (Latvian) * New translations menu.mdx (Latvian) * New translations edit.mdx (Latvian) * New translations file.mdx (Latvian) * New translations settings.mdx (Latvian) * New translations view.mdx (Latvian) * New translations toolbar.mdx (Latvian) * New translations clean.mdx (Latvian) * New translations extract.mdx (Latvian) * New translations merge.mdx (Latvian) * New translations minify.mdx (Latvian) * New translations poi.mdx (Latvian) * New translations routing.mdx (Latvian) * New translations scissors.mdx (Latvian) * New translations time.mdx (Latvian) * New translations faq.mdx (Latvian) * New translations elevation.mdx (Latvian) * New translations en.json (Latvian) * New translations funding.mdx (Latvian) * New translations translation.mdx (Latvian) * New translations time.mdx (Latvian) * New translations en.json (French)
53 lines
1.4 KiB
Plaintext
53 lines
1.4 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...
|
|
|
|
Open files from your computer.
|
|
|
|
<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" /> 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...
|
|
|
|
Open the export dialog to save all files to your computer.
|
|
|
|
<DocsNote type="warning">
|
|
|
|
If your download does not start after clicking the download button, please check your browser settings to allow downloads from <b>gpx.studio</b>.
|
|
|
|
</DocsNote>
|