Getting Started
Plugins
- List of plugins
- Installing plugins
- Writing plugins
- Architecture
- Sharing plugins
- Core plugin
- Caveats
- API
Configuration
The data directory
fman reads all settings from the data directory. Its path depends on your OS:
-
Windows:
C:/Users/<username>/AppData/Roaming/fman
-
Mac:
/Users/<username>/Library/Application Support/fman
- Linux:
~/.config/fman
You can use the
Command Palette
to navigate to the data directory: Press
Ctrl+Shift+P
(or Cmd+Shift+P
on Mac) and enter
"Open data directory":
- Open data directory
A typical data directory looks as follows:
- {data dir.}
- Local/
-
Plugins/
-
Third-party/
- PluginA/
- PluginB/
- ...
-
User/
-
Settings/
- Core Settings.json
- Key Bindings.json
-
Settings/
-
Third-party/
The various contents of the Plugins/ directory are described here (under "Plugin order").