Important
To run the server you need Python 3.11 or above Can be installed by the Mircosoft Store using the Windows OS.
A more modern version of Wikipedia.
Colour scheme link: Coolors
Important
You need to install these Imports using pip, if not available.
- os
- mimetypes
- http
- re
Tip
All special characters (eg. #, {}, *, -, <>, \) can be escaped by using an \
- Meta Tags are formed by
{key: value}
or{set}
; An example of Meta Tags are{title: foo}
: Sets the title tofoo
{stub}
: Adds an stub header
- Headers Tags are formed by
# Hello World
(The hashtag is the level of the header eg. 1) 1 - Bullet point Tags are formed by
* Hello World
,- Hello World
add a tab to indecate the level - Link tags are formed by
[Name](Link Here)
2 - Image tags are formed by
![alt](Link to Picture Here)
2 - Paragraphs are just plain text:
Hello World
- Inline Links
[Name](Link)
, 2 - Bold Text
__Hello World__
, - Italic Text
_Hello World_
- To compile scss to css by using
sass --style compressed --watch ./app/src:./app/resources
,