Skip to content

MacDue/DueUtil-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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 <br>.

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 <TPL:path/to/template.tpl>
Note: The path is relative to inside the templates folder.

Misc

You can escape characters such as quotes by doing \" or the standard HTML &quot;.

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

##:icon-quest: Quests##
In **DueUtil** you never will get quests.
Here is an image of someone not getting a quest:
<img src="https://dueutil.tech/img/logo.png">

That would result in:

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

About

A simple guide for dueutil.tech

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors