Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macdue/dueutil-guide
A simple guide for dueutil.tech
https://github.com/macdue/dueutil-guide
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T20:25:22.000Z (over 7 years ago)
- Last Synced: 2024-10-13T11:15:53.728Z (2 months 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)