Inputs

In order to add entries into your space, you need to add inputs to some of your entries.

Inputs will show a input field under the given entry and can be configured with a schema

A schema provides more information about what else will be added to the entry once entered into the input.


EASY

Add an input to an entry

To add an input to an entry simply open the context menu and click/tap on +Input.


MEDIUM

Change the input of an entry

To change a input of an entry, simply click on the cog icon next to the input field. Alternatively you can adjust the input in the right sidebar

Adjust the inputs schema to your needs.


EASY

Delete the input of an entry

You have the option to delete an entries input everywhere, where you can change it.


MEDIUM

Schemas

Schemas are boilerplates for entries. These schemas will be applied to your entries when you create or drag them around.

What does this mean? Lets imaging you have a list called Todo List.

To manage what is inside this list, you might want to filter the output of Todo List to only show entries that are linked to Todo List.

You also have a input to add entries in your Todo List. But to make them linked to Todo List immediately on creation, you want to utilize the schema of the input and set that every entry entered here should immediately become linked to Todo List.

Additionally, you might - for example - want to schedule entries entered here directly for today.


Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the input.

  • Name
    entry_id
    Type
    string
    Description

    Unique identifier for the entry the input is created in.

  • Name
    data
    Type
    json
    Description

    The configured schema of the input

  • Name
    created_at
    Type
    DateTime
    Description

    Timestamp of when the input was created.

  • Name
    updated_at
    Type
    DateTime
    Description

    Timestamp of when the input was updated.