meta data for this page
- en
This is an old revision of the document!
Welcome
to the world of uiTotalLauncherManual and It's Dokuwiki
uiTLM is glad you decided to visit this page. It's a first step for many in deciding whether to Register, what Benefits are to be gained, and answer some questions about Total Launcher and lessen it's learning curve with the uiTLM “Easier Easy” guide … even contribute with error correction and learning tips for other users.
So, let's get started with what can be helpful in this next step.
Benefits of Registration
Navigation Around the Wiki
There are many aids available with uiTLM to research and find areas of interest related to the Total Launcher application. Learn more
Wiki Concepts: Getting Started
Before starting to edit and contribute to pages, a few “Big Picture” concepts for more easily managing documentation is shown
DokuWiki Syntax: The Essentials
Welcome! DokuWiki is designed to be simple. You don't need to learn complex code; you just “wrap” your text in a few special characters.
Headings
Headings use equals signs '='. Use more for smaller sub-sections. Notice how the number of ”=“ decreases on both sides as the subheading becomes lower.
- ====== Page Title ======
- ===== Section Title =====
- ==== Sub-Section ====
Headings use equals signs `=`. The more equals signs you use, the larger or higher the heading. The '=' must start on the left margin.
- `====== Top Level Title ======` (Main page title)
- `===== Section Title =====`
- `==== Sub-Section ====`
Formatting Text
- Bold:
text - Italic:
text - Underline:
text Monospaced:text(Useful for file paths or variables)
Paragraphs and New Lines
DokuWiki handles “spacing” differently than a standard word processor.
- New Paragraph: Press Enter twice to leave a blank line. This is the best way to keep text readable.
- Forced New Line: If you want to drop to the next line without starting a new paragraph, type two backslashes followed by a space:
- The “SprintDoc” Rule: Always leave a blank line before and after a list, table, or code block to ensure the layout doesn't “break.”
Lists
Important: You must start a list item with two spaces.
- Bullet points use an asterisk:
* Item - Numbered lists use a dash:
- Item
Links
To link to another page or a website, use double square brackets.
- Internal:
pagename - Internal with custom name:
Clickable Text - External:
Google
Images
Simple Tables
Tables use the pipe | for regular cells and the caret ^ for headers.
| Header 1 | Header 2 |
|---|---|
| Content A | Content B |
| Content C | Content D |
& *Pro Tip:** Always leave one empty line between a paragraph and a list or table to make sure the "SprintDoc" template displays everything perfectly.
Here is a simplified “Cheat Sheet” focusing on the essentials that will be used 90% of the time.
Headings
Headings use equals signs `=`. The more equals signs you use, the larger or higher the heading. The '=' must start on the left margin.
- `====== Top Level Title ======` (Main page title)
- `===== Section Title =====`
- `==== Sub-Section ====`
- Tip: DokuWiki automatically creates a Table of Contents if there areat least three headings on a page.
Text
Think of these as “wrappers” around the words.
- Bold: `Double Asterisks`
- Italic: `Double Slashes`
- Underline:
__Underscores__
Monospaced:''Double Single-Quotes''
(Great for file paths or Tasker variables!)
Lists
Building lists is all about the indentation and steps.
- For bullet point: Use two spaces from the left margin and an asterisk '*'
- For numbered list: Use two spaces from the left margin and a dash '-'
- To create further indentation for either: add 2 more spaces to the previous indentation
- First bullet item
- Second bullet item
- Indented sub-item (four spaces)
- First numbered item
- Second numbered item
File Paths
Linking is the “Wiki” part of DokuWiki. To another page (called a namespace) or to a part of the same page (called a section). Full paths do not use backslashes (\) and Windows or Android, but do use colons (:) with the single colon meaning root and a following subfolder (namespace) using a colon (:) between the two.
| In Windows or Android filename | In Dokuwiki a .txt or .png |
|---|---|
| \root\subdirectory\filename.ext | :root_namespace:sub_namespace:text_filename (not extension needed for .txt (text files) |
Links: To Pages or Sections on the Same Page
- Internal Link within the wiki:
- To the same page and section heading '== XYZ =='
[[:pagename#XYZ]]
or
[[:pagename#XY|Viewable Clickable Text]]
- External Link outside the wiki:
[[https://google.com | Link to Google]]
would show as Link to Google
Media (Images)
To display an image, use curly braces.
Simple Tables
Tables are built using vertical bars `|` for (cells) and carets for `^` (headers). Alignment can be specific for each cell or heading: To center contents leave 2 spaces between the beginning and ending cell or header marker, otherwise leave 1 space for left aligned entries.
| Goal | Syntax | |||
| Header Row | ` | Header 1 | Header 2 | ` |
|---|---|---|---|---|
| Standard Row | ` | Content 1 | Content 2 | |
Special Note for the "SprintDoc" Template
- Save often: The preview button is your best friend.
- Whitespace matters: Always leave a blank line between a paragraph and a list or a table to ensure it renders correctly.




Discussion