Skip to content

Tasks - Folders, boards & columns

Set up the structure your Kards live in: nest folders, define each folder’s workflow (its columns), and switch between List, Kards, and Board views. This page covers structure only — see Search, filter & saved views for finding work inside that structure, and Create & edit Kards for the Kards themselves. New to the terms folder, status, and column? Start with Core concepts.

A folder is Kard’s board — a container that holds your Kards. A folder’s workflow is its ordered list of statuses, and that order is the left-to-right column order when you view the folder as a Board. So a Kard’s column is just its status.

You manage folders in the sidebar — the folder tree on the left of the Kard window.

  1. In the sidebar, create a new folder by right-clicking another folder (like Tasks or Pages), an empty spot in the sidebar, or clicking the +Folder button. Kard adds one named NewFolder.
  2. Type a name and confirm.

The folder is ready right away. To nest a folder, create it under an existing folder — folders form a tree, and child folders inherit their parent’s workflow until you give them their own (see Define a folder’s workflow).

Sidebar folder tree with a new folder in inline-rename mode

  1. In the sidebar, right-click a folder or press F2 rename the folder and type the new name.
  2. Enter to Confirm.

Kard moves the folder’s Kards, its settings, and any attachments together — nothing is left behind. Your columns survive the rename, because Kard tracks each folder by a stable internal ID, not its name.

  1. In the sidebar, delete the folder.
  2. Confirm.

This removes the folder and the Kards inside it. Before anything is destroyed, Kard writes a recoverable record of what was deleted, so the deletion stays traceable in the activity history.

A folder’s workflow is its ordered list of statuses — the columns a Kard can sit in. Every tasks folder has one.

A new folder that hasn’t defined its own workflow uses the default:

  1. Open
  2. In Progress
  3. In Review
  4. Done

A new Kard always starts in the first status of its folder’s workflow. (Unless you use the inline button to create a task)

Edit a folder’s columns in Settings → Tasks → Status Sets. OR Right-click a folder and click “Edit Statuses…”

  1. Open Settings → Tasks → Status Sets (Settings is the Ctrl+, modal).
  2. Pick the folder you want to edit.
  3. Add, delete, rename, recolor, or reorder statuses.

Your changes apply to that folder only. If the folder was inheriting its workflow, Kard gives it its own copy on your first edit — so edits never leak into a parent. Reset folder clears the copy and makes the folder inherit again.

A Tasks folder offers three layouts, toggled with a segmented control at the top of the view:

LayoutWhat you see
ListKards as rows.
CardsKards as card tiles.
BoardA kanban board — your statuses as columns/swim lanes, each Kard under its status. Empty columns still appear, in workflow order, so the board’s shape stays clear.

A Tasks folder in Board layout with status columns

How you move a Kard depends on the layout you’re in.

  • In Board layout, drag the Kard from one column to another. Kard updates the Kard’s status to match its new column.
  • In any layout, change the Kard’s status directly — from the Kard’s status dropdown in the detail view, or by right-clicking it and choosing Set Status.

A Kard’s status and its board column are the same thing, so either route has the same result.

A folder’s configuration — its columns, description, and icon — is saved as a normal Unreal asset (.uasset) inside the folder. There’s nothing extra to set up.

  • Version-controlled like any content. Because the config is a plain asset, it commits with your project. Your columns travel with the folder through source control, so the whole team shares the same workflow.
  • Nothing leaves your machine. Everything lives in your project’s content; there’s no external service. (A hosted cloud sync backend is in development for a future release.)