summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/desktop/desktop.md5
-rw-r--r--docs/desktop/thunderbird.md21
-rw-r--r--docs/index.md14
3 files changed, 26 insertions, 14 deletions
diff --git a/docs/desktop/desktop.md b/docs/desktop/desktop.md
new file mode 100644
index 0000000..39cebeb
--- /dev/null
+++ b/docs/desktop/desktop.md
@@ -0,0 +1,5 @@
+# Desktop Wiki
+
+This page describes several useful tips and configurations that I've used.
+
+[Thunderbird](thunderbird.md)
diff --git a/docs/desktop/thunderbird.md b/docs/desktop/thunderbird.md
new file mode 100644
index 0000000..f930254
--- /dev/null
+++ b/docs/desktop/thunderbird.md
@@ -0,0 +1,21 @@
+# Thunderbird
+
+## Setting dateformat
+
+Usually the date format is not in AM/PM.
+Unfortunately, I'm American, so here's how I change it.
+
+1. Go to settings in Thunderbird.
+2. Change Date and Time Formatting to Regional settings locale.
+3. Go to config editor at the bottom of general settings.
+4. Create new config string intl.date_time.pattern_overrite.time_short.
+5. Format follows [datetime](https://unicode-org.github.io/icu/userguide/format_parse/datetime/) format, I use hh:mmaaaa.
+6. Restart Thunderbird.
+
+References:
+
+[Linux Mint formum detailing these instructions](https://forums.linuxmint.com/viewtopic.php?t=358828)
+
+[Datetime Reference](https://unicode-org.github.io/icu/userguide/format_parse/datetime/)
+
+[Mozilla Article on customizing formats](https://support.mozilla.org/en-US/kb/customize-date-time-formats-thunderbird#w_create-date-and-time-format-override-preferences-using-thunderbirds-config-editor)
diff --git a/docs/index.md b/docs/index.md
index 2431b01..e47deee 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,17 +1,3 @@
# Welcome to Joshua's Wiki
This is where I will be putting my stuff on how to configure things
-
-## Commands
-
-* `mkdocs new [dir-name]` - Create a new project.
-* `mkdocs serve` - Start the live-reloading docs server.
-* `mkdocs build` - Build the documentation site.
-* `mkdocs -h` - Print help message and exit.
-
-## Project layout
-
- mkdocs.yml # The configuration file.
- docs/
- index.md # The documentation homepage.
- ... # Other markdown pages, images and other files.