Configuration
Sudhaus supports user configuration via a locally stored JSON file. The file location depends on how you run the app:
- Desktop (Tauri):
~/Library/Application Support/dev.sudhaus.brew-editor/ - Browser: stored in the browser's Origin Private File System, a sandboxed filesystem that is not directly accessible
You can configure the app by clicking the gear icon in the toolbar.
Configuration Options
These are the available configuration options.
defaultClusterGrouping
Controls how root-level cards are grouped in the GUI editor.
| Value | Description |
|---|---|
"type" | Group cards by card type (default) |
"tag" | Group cards by user-assigned tag |