https://github.com/macdue/dueutil-guide
A simple guide for dueutil.tech
https://github.com/macdue/dueutil-guide
Last synced: 6 months ago
JSON representation
A simple guide for dueutil.tech
- Host: GitHub
- URL: https://github.com/macdue/dueutil-guide
- Owner: MacDue
- Created: 2017-08-27T17:34:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T20:25:22.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T06:46:27.369Z (over 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## DueUtil Guide
This repo is the guide for the crappy Discord bot DueUtil.
The guide is written in some weird hacky HTML/MD crossover.
### How to make edits.
#### HTML
All HTML is works like normal except for the caveat that new lines are changed to ``
``.
#### Supported markdown
You can only use a very small subset of markdown.
\*\*Bold\*\*
\_\_Underline\_\_
\`\`Code\`\`
\#\#Header\#\# (only one header size)
#### Font icons
``:icon-slime:`` - slime
``:icon-quest:`` - quest (crossed daggers)
``:icon-fist:`` - fist (the den emoji)
``:icon-dagger:`` - dagger
``:icon-fist-profile:`` - the fist on the default profile.
``:icon-strg:``- strg
``:icon-accy:`` - accy
``:icon-weapon:`` - weapon
#### Templates
You insert basic templates into the guide.
A template is pretty much just a HTML file with the .tpl extension it's just used to keep big chunks of HTML out the way.
To insert a template you just do ````
Note: The path is relative to inside the templates folder.
#### Misc
You can escape characters such as quotes by doing ``\"`` or the standard HTML ``"``.
### Testing
You must test any edits before you make a pull request.
You can do this with the provided test page in (test.html in the testing folder). Just open it up and in a browser.
### Example snippet
```MD
##:icon-quest: Quests##
In **DueUtil** you never will get quests.
Here is an image of someone not getting a quest:
```
That would result in:

P.s.
(I know it's a pretty weird system)