Sync docs after noting AppData & .tuxpaint are hidden...

...and ways to access them.
This commit is contained in:
Bill Kendrick 2025-01-09 00:52:54 -08:00
parent e2f33a491b
commit 5797769eb8
31 changed files with 477 additions and 92 deletions

View file

@ -231,7 +231,7 @@
<p>
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
<blockquote>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
<nobr><code style='background: #EEE;'>C:\Users\<i>username</i>\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p>
</dd>
@ -246,7 +246,7 @@
<dt><strong>Linux and Unix</strong></dt>
<dd>
<p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/</code>"</nobr>. </p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/</code>"</nobr>. </p>
<p>
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
</dd>
@ -256,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
<p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/<i>username</i>/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go -->