Welcome to TextBase

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 page

Setting Up Content

Headings

To make a heading, use the Heading1 tag. Example TextBase code line:

Heading1: Welcome to my site!

Subheadings

To make subheadings, use the Heading2 tag. Example TextBase code line:

Heading2: Ready to Get Started?

Small Labels

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.

Paragraphs

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.

Scrolling Text

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!

Site Links

To add links to other TextBase sites, use the LinkRel tag. Example TextBase code line:

LinkRel: www.new-fonts-in-textbase.com

Site Styles and Personality

Text fonts

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

Link fonts

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

Background Color

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

Customizing Background Colors

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

Background Music

Set the background music using the BG-Music tag. This only supports small integers. Example TextBase code line:

BG-Music: 13

Making the Desktop Buddies React

Making Timmy React

You can make Timmy react by using the TimmyAction tag. This supports Expression[number], Hop, and Flip. Example TextBase code line:

TimmyAction: Expression8

Making Sophie React

You can make Sophie react by using the SophieAction tag. This does the same thing as TimmyAction. Example TextBase code line:

SophieAction: Flip

Site Personalization (v1.1 and after)

Using Display Names (v1.1 and after)

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