TextBase is a simple but powerful "fake" markup language inspired by HTML and CSS used for making websites within LinearOS. Let's get started!
I ain't reading all that, just take me to the OS I ain't reading all that, take me back to the main pageTo make a heading, use the Heading1 tag. Example TextBase code line:
Heading1: Welcome to my site!
To make subheadings, use the Heading2 tag. Example TextBase code line:
Heading2: Ready to Get Started?
To make small labels similar to HTML's h3, use the Heading3 tag. Example TextBase code line:
Heading3: Below is a link to the very first website made in TextBase.
To make a paragraph or a small piece of text, use the Paragraph tag. Example TextBase code line:
Paragraph: This is a website where I blog about my life and experiment with TextBase.
To make scrolling text that scrolls based on the camera's position, use the ScrollText tag. Example TextBase code line:
ScrollText: Riding through the wind!
To add links to other TextBase sites, use the LinkRel tag. Example TextBase code line:
LinkRel: www.new-fonts-in-textbase.com
To set the text font, use the TextFont tag. This can be set to Serif, Sans Serif, Handwriting, Pixel, and more. Example TextBase code line:
TextFont: Technological
Although I do recommend you keep the Marker font for these, you can change link fonts using the LinkFont tag. This can be set to every font the TextFont attribute can. Example TextBase code line:
LinkFont: Marker
You can set the background color to White, Black, Red, Yellow, or Blue using the BG-Color tag. Example TextBase code line:
BG-Color: Red
If these background colors are not enough for you, you can use the BG-Color-Modifier tag. Example TextBase code line:
BG-Color-Modifier: 25
Also, in v1.1 and after, you will be able to use BG-Brightness. This also supports only numbers. Example TextBase code line:
BG-Brightness: 25
Set the background music using the BG-Music tag. This only supports small integers. Example TextBase code line:
BG-Music: 13
You can make Timmy react by using the TimmyAction tag. This supports Expression[number], Hop, and Flip. Example TextBase code line:
TimmyAction: Expression8
You can make Sophie react by using the SophieAction tag. This does the same thing as TimmyAction. Example TextBase code line:
SophieAction: Flip
To use a display name in your heading, label, paragraph, or scrolling text, simply use DisplayName(). This can be used anywhere in your site. Example TextBase code line:
Heading2: Ready to Get Started, DisplayName()?
I understand now, take me to the OS I understand now, take me back to the main page