Files
gpx.studio/website/src/lib/docs/en/getting-started.mdx

38 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-07-09 17:49:18 +02:00
---
title: Getting started
---
<script lang="ts">
import interfaceScreenshot from '$lib/assets/img/docs/getting-started/interface.png?enhanced';
import DocsImage from '$lib/components/docs/DocsImage.svelte';
</script>
# { title }
2024-07-23 11:50:41 +02:00
Welcome to the official guide for **gpx.studio**!
This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application.
2024-07-09 17:49:18 +02:00
2024-07-09 22:15:05 +02:00
<DocsImage src={interfaceScreenshot} alt="The gpx.studio interface." />
2024-07-09 17:49:18 +02:00
2024-07-19 23:47:04 +02:00
As shown in the screenshot above, the interface is divided into four main sections organized around the map.
2024-07-09 17:49:18 +02:00
Before we dive into the details of each section, let's have a quick overview of the interface.
## Menu
At the top of the interface, you will find the [main menu](./menu).
2024-07-19 23:47:04 +02:00
This is where you can access common actions such as opening, closing, and exporting files, undoing and redoing actions, and adjusting the application settings.
2024-07-09 17:49:18 +02:00
## Files and statistics
2024-07-23 11:50:41 +02:00
At the bottom of the interface, you will find the list of files currently open in the application.
2024-07-19 23:47:04 +02:00
You can click on a file to select it and display its statistics below the list.
In the [dedicated section](./files-and-stats), we will explain how to select multiple files and switch to a vertical layout for advanced file management.
2024-07-09 17:49:18 +02:00
## Toolbar
On the left side of the interface, you will find the [toolbar](./toolbar), which contains all the tools you can use to edit your files.
## Map controls
Finally, on the right side of the interface, you will find the [map controls](./map-controls).
2024-07-19 23:47:04 +02:00
These controls allow you to navigate the map, zoom in and out, and switch between different map styles.