Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hidden config for macOS #422

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ Choose whether the file contents should be buffered. The option allows buffering

Buffered files are saved in `%temp%` for Windows or in `/private/tmp` for macOS.

```{admonition} macOS only
:class: tip

You can change the temp cache location by using a [hidden configuration option](preferences.md#hidden-configuration-options) with a customized path.

tmp.dir=/Volumes/External/private/tmp

```


### Lock Files
Enable to prevent conflicting edits when accessing documents from a shared environment. Refer to [File Locking](locking.md).

Expand Down
Loading