Keyboard shortcuts

Press ? or ? to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

User

Located in ./people.ppl, this is the member associated with the user. It is associated by sharing the same id.

This exists so that the core can be shared and the user can still relate themselves to that core.

If a user is not defined, the workspace will not load.

Fields

None

Examples

member alex_rivera {
  first_name: "Alex"
  last_name: "Rivera"
}

// same id as alex_rivera member, which means that Alex is
// the first person of this workspace (aka the user).
// no fields defined so no braces required
user alex_rivera {}