Sync docs after various doc source updates
...mostly in terms of modularizing how various file and directory (folder) paths are shown (for consistency in both name and styling); add some missing paths (e.g., where does Tux Paint save drawings on Haiku?)
This commit is contained in:
parent
9c2a75455d
commit
e268b598ff
71 changed files with 1074 additions and 873 deletions
|
|
@ -1786,17 +1786,24 @@
|
|||
<p>
|
||||
If you do not override it, the <b><i>default</i></b> location is: </p>
|
||||
|
||||
<ul>
|
||||
<li>Linux & Unix — Under a hidden directory named "<code>.tuxpaint</code>" in your home directory (aka "<code>~</code>" or "<code>$HOME</code>")<br>
|
||||
Example: <code>/home/<i>username</i>/.tuxpaint/saved/</code> </li>
|
||||
<dl>
|
||||
<dt>Linux / Unix</dt>
|
||||
<dd>
|
||||
Under a hidden directory in your home directory:<br/>
|
||||
<nobr><code>/home/username/.tuxpaint/saved/</code></nobr> </dd>
|
||||
|
||||
<li>Windows — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Data</code>" folder.<br>
|
||||
Example: <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved\</code> <br>
|
||||
</li>
|
||||
<dt>Windows</dt>
|
||||
<dd>
|
||||
<nobr><code>C:\Users\username\AppData\Roaming\TuxPaint\saved\</code></nobr> </dd>
|
||||
|
||||
<li>macOS — Inside a folder named "<code>TuxPaint</code>" in your "<code>Application Support</code>" folder.<br>
|
||||
Example: <code>/Users/<i>Username</i>/Library/Application Support/TuxPaint/saved/</code> </li>
|
||||
</ul>
|
||||
<dt>macOS</dt>
|
||||
<dd>
|
||||
<nobr><code>/Users/username/Library/Application Support/TuxPaint/saved/</code></nobr> </dd>
|
||||
|
||||
<dt>Haiku</dt>
|
||||
<dd>
|
||||
<nobr><code>/boot/home/config/settings/TuxPaint/saved/</code></nobr> </dd>
|
||||
</dl>
|
||||
|
||||
<p class="note">
|
||||
<span title="Information">💡</span> <strong>Note:</strong> When specifying a Windows drive (e.g., "<code>H:\</code>"), you must also specify a subdirectory. </p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue