-
Notifications
You must be signed in to change notification settings - Fork 1
Header
Open up the default header view under Setup -> Header. It'll be empty when you start a new project.

The header is a bit of information that gets sent with every Line as it gets read. You can handle this however you like.
In the Header Defaults window, you decide the schema of that data and the default content.
Every entry has a property name, a default value, and a data type. The first default value that gets added is called "property0" and is of type string and contains the value "value 1".
The property name will be a key by which you can access whatever data is stored in the value field of the header per line.

Once the header schema is not empty, all lines will get access to the "header" tab. Through this, you can edit the header contents of each individual line. Notice how you can only edit the value here.

Currently, headers support 3 data types.

A string of characters.
You create a container for dropdowns to live in. Then you get to select which dropdown is used for the data and which of its options you send in the header.
Boolean. Basic stuff.
lmao

💖Make visual novels with DIISIS
- ⧋Getting Started▽
- [VN Template Tutorials]
📈Getting Started
- High Level Overview
- Line Types
- Text
- Choice
- Instruction
- Folder
- Editor Overview
- LineReader & Parser
💥Interactivity and Reactivity
🧠 More Knowledge
- Upgrading to a new version
- Shortcuts
- Dropdowns
- Header
- Text Ingestion
- Adding argument restrictions to functions