mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00

* New translations integration.mdx (Dutch) * New translations funding.mdx (Vietnamese) * New translations en.json (Italian) * New translations en.json (Italian) * New translations getting-started.mdx (Italian) * New translations gpx.mdx (Italian) * New translations poi.mdx (Italian) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Portuguese, Brazilian) * New translations files-and-stats.mdx (Portuguese, Brazilian) * New translations integration.mdx (Portuguese, Brazilian) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations routing.mdx (Portuguese, Brazilian) * New translations file.mdx (Italian) * New translations integration.mdx (Italian) * New translations file.mdx (Italian) * New translations settings.mdx (Italian) * New translations view.mdx (Italian) * New translations toolbar.mdx (Italian) * New translations routing.mdx (Italian) * New translations scissors.mdx (Italian) * New translations time.mdx (Italian) * New translations view.mdx (Italian) * New translations getting-started.mdx (Italian) * New translations map-controls.mdx (Italian) * New translations toolbar.mdx (Italian) * New translations file.mdx (Italian) * New translations settings.mdx (Italian) * New translations en.json (Spanish) * New translations files-and-stats.mdx (Spanish) * New translations integration.mdx (Spanish) * New translations en.json (Korean) * New translations files-and-stats.mdx (Korean) * New translations getting-started.mdx (Korean) * New translations gpx.mdx (Korean) * New translations funding.mdx (Korean) * New translations mapbox.mdx (Korean) * New translations translation.mdx (Korean) * New translations integration.mdx (Korean) * New translations map-controls.mdx (Korean) * New translations menu.mdx (Korean) * New translations edit.mdx (Korean) * New translations file.mdx (Korean) * New translations settings.mdx (Korean) * New translations view.mdx (Korean) * New translations toolbar.mdx (Korean) * New translations clean.mdx (Korean) * New translations extract.mdx (Korean) * New translations merge.mdx (Korean) * New translations minify.mdx (Korean) * New translations poi.mdx (Korean) * New translations routing.mdx (Korean) * New translations scissors.mdx (Korean) * New translations time.mdx (Korean) * New translations en.json (Korean) * New translations en.json (Korean) * New translations translation.mdx (Korean) * New translations settings.mdx (Korean) * New translations en.json (Korean) * New translations en.json (Polish) * New translations poi.mdx (Italian) * New translations poi.mdx (Italian) * New translations scissors.mdx (Italian) * New translations en.json (Polish) * New translations menu.mdx (Polish) * New translations en.json (Polish) * New translations funding.mdx (Polish) * New translations mapbox.mdx (Polish) * New translations translation.mdx (Polish) * New translations settings.mdx (Polish) * New translations en.json (Polish) * New translations edit.mdx (Polish) * New translations map-controls.mdx (Italian) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations files-and-stats.mdx (Hebrew) * New translations getting-started.mdx (Hebrew) * New translations gpx.mdx (Hebrew) * New translations funding.mdx (Hebrew) * New translations mapbox.mdx (Hebrew) * New translations translation.mdx (Hebrew) * New translations integration.mdx (Hebrew) * New translations map-controls.mdx (Hebrew) * New translations menu.mdx (Hebrew) * New translations edit.mdx (Hebrew) * New translations file.mdx (Hebrew) * New translations settings.mdx (Hebrew) * New translations view.mdx (Hebrew) * New translations toolbar.mdx (Hebrew) * New translations clean.mdx (Hebrew) * New translations extract.mdx (Hebrew) * New translations merge.mdx (Hebrew) * New translations minify.mdx (Hebrew) * New translations poi.mdx (Hebrew) * New translations routing.mdx (Hebrew) * New translations scissors.mdx (Hebrew) * New translations time.mdx (Hebrew) * Update source file en.json * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * Update source file en.json * New translations en.json (French) * New translations edit.mdx (Romanian) * New translations edit.mdx (French) * New translations edit.mdx (Spanish) * New translations edit.mdx (Catalan) * New translations edit.mdx (Czech) * New translations edit.mdx (German) * New translations edit.mdx (Greek) * New translations edit.mdx (Hungarian) * New translations edit.mdx (Italian) * New translations edit.mdx (Lithuanian) * New translations edit.mdx (Dutch) * New translations edit.mdx (Norwegian) * New translations edit.mdx (Polish) * New translations edit.mdx (Portuguese) * New translations edit.mdx (Russian) * New translations edit.mdx (Swedish) * New translations edit.mdx (Chinese Simplified) * New translations edit.mdx (Vietnamese) * New translations edit.mdx (Portuguese, Brazilian) * New translations edit.mdx (Korean) * New translations edit.mdx (Hebrew) * Update source file edit.mdx * New translations edit.mdx (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>
|