From 38103e7e4793934fa5c5502d4e61f52ad50d7b8d Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 14 Jul 2025 18:54:01 +0200 Subject: [PATCH] feat: mention file types configuration --- content/index.smd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/index.smd b/content/index.smd index a508c90..c1a1a54 100644 --- a/content/index.smd +++ b/content/index.smd @@ -132,6 +132,13 @@ Configuration is mostly dynamically maintained with various commands in the UI. It is stored under the standard user configuration path. Usually `~/.config/flow` on Linux. %APPDATA%\Roaming\flow on Windows. +There are commands to open the various configuration files, so you don't have to +manually find them. Look for commands starting with `Edit` in the command palette. + +File types may be configured with the `Edit file type configuration` command. You +can also create a new file type by adding a new `.conf` file to the `file_type` +directory. Have a look at an existing file type to see what options are available. + Logs, traces and per-project most recently used file lists are stored in the standard user application state directory. Usually `~/.local/state/flow` on Linux and %APPDATA%\Roaming\flow on Windows.