The <CHARACTER> tag

<CHARACTER>

Purpose

Defines a character in the story.

Attributes
Content

The id attribute

This attribute is required. The character ID consists of the character prefix cr and a number.

Example: cr13

The color attribute

This attribute is optional. The color is specified according to the tkinter conventions as a hexadecimal RGB value.

Example: #ffffff

The major attribute

This indicates the character status for visual distinction in novelibre.

  • 0: Minor character.

  • 1: Major character.

Default value: 0