Skip to content

Create & edit Kards

A Kard is the basic unit of work in Kard. This page covers the day-to-day of a single Kard: creating one, filling in its fields, writing its description, attaching images, commenting, and saving. New to the vocabulary? Start with Concepts.

Linking Kards together, pinning them in your level, and finding them live on their own pages — see Next steps.

Kard has three Kard types:

  • Task — trackable work with a status and a priority. The default type.
  • Note — a sticky note. Has a color and an optional audience.
  • Page — a long-form document. Body text, no task fields.

A Kard’s type is set when you create it and doesn’t change afterward — make a new Kard of the right type instead.

You can create a Kard many ways:

  • From a list — open Tasks (or Notes / Pages) and click the + Add Task pill at the top of the list. The new Kard lands in the active folder and opens.
  • With the keyboard — press Ctrl+N while a Tasks list has focus to create a task in the active folder.
  • From the viewport (right-click) — right-click in the level, an actor, or a Content Browser asset and choose a Create Task / Create Note / Create Page entry. This also pins the Kard to what you clicked — see Pin Kards in your level.

A new Kard opens with an empty title (shown as Untitled until you name it) and, for tasks you create, is assigned to you automatically.

Opening a Kard shows the detail view — the single editor for every Kard type. Its main regions:

  • Toolbar (top) — breadcrumbs, a History button, the Save button, Delete, and the properties toggle.
  • Title — an inline editable field with a dirty-state dot to its left.
  • Meta strip — author, date, and the status / priority pickers.
  • Description — the markdown body, shown rendered until you enter edit mode.
  • Comments — the discussion thread, below the description.
  • Properties panel (right) — the Kard’s fields: tags, category, assignee, and contexts.

Kard detail view — toolbar, title with the dirty dot, description, comments, and the right-hand properties panel

  1. Click the title and type. It commits when you press Enter or click away.
  2. To edit the body, click the floating Edit pill at the bottom-right of the description, double-click the body, or press Ctrl+E.
  3. Type your content, then Save (see below).

The description is markdown — bold, italics, code, headings, lists, links, and embeds. For the full syntax, see the Markdown reference.

Set tasks fields: status, priority, assignee, tags

Section titled “Set tasks fields: status, priority, assignee, tags”

These fields live in the meta strip and the properties panel of tasks.

FieldWhat it does
StatusWhere the Kard sits in its folder’s workflow. The default flow is Open → In Progress → In Review → Done. Tasks only.
PriorityHow urgent — Blocker, Critical, Major, Minor, Trivial (default Major).
AssigneeWho owns the Kard. New tasks you create are assigned to you.
TagsFree-form labels for grouping and filtering. A Kard can carry many.
CategoryA single category label, chosen from your configured list.

Attach an image to a Kard from the description editor:

  • Paste an image — copy an image to your clipboard, then press Ctrl+V in the description. If the clipboard holds an image it becomes an attachment; otherwise Ctrl+V pastes text as usual.
  • Capture the viewport — press Ctrl+Shift+V to capture the active level-editor viewport as an attachment.
  • Drag a texture — drag a texture asset from the Content Browser onto the description.

Each attachment embeds in the body as ![id], and the Kard’s Attachments panel lists its images.

<video autoplay loop muted playsinline style=“max-width:100%;border-radius:8px;” aria-label=“Pasting a screenshot from the snipping tool into a Kard’s description”

Every Kard carries a comment thread below the description:

  1. Type in the Add a comment composer.
  2. Click comment (or press Ctrl+Enter in the composer).
  3. Reply under a comment, or Resolve a thread from its root.

Comments are part of the team flow — @-mentions, your Inbox, and how a locked Kard queues a comment are covered in Collaborate with your team.

Kard uses an explicit edit-then-save model. Your edits live in a working buffer until you commit them — the Kard always displays its last saved state.

  1. Edit the title, description, or fields.
  2. Press Ctrl+S or click the toolbar Save button to write the Kard to disk.
  3. Press Esc to cancel an in-progress description edit and revert to the saved text.

Clicking away from a description edit does not save it — only Ctrl+S or the Save button commits it. This is deliberate, so a stray click never writes a half-finished edit. (Field pickers like status and priority do commit as soon as you pick them.)

Two signals tell you a Kard has unsaved changes:

  • An accent dot appears to the left of the title.
  • The toolbar Save button tints to the accent color (and is disabled when there’s nothing to save).
  • The title will show in italics on all Tasks views

Kard title with the unsaved-changes shown via italic text

New Kards start as drafts in memory; saving writes them as standard assets in your project’s Content folder, version-controlled alongside the rest of your project. If you close the Kard drawer with unsaved changes, Kard prompts you to Save, Discard, or Cancel.

Each Kard also keeps a short, read-only History (the toolbar History button) recording recent field changes. History is an audit trail, not a redo stack — to roll back an edit, use undo.

Kard participates in Unreal’s native undo. Press Ctrl+Z to undo and Ctrl+Y to redo. One undo step reverts a whole gesture — a rename, a status change, or a Kard move — not one keystroke at a time. The viewport badge and lists re-sync automatically.

  • Duplicate — press Ctrl+D (or right-click → Duplicate). The copy lands in the same folder with a fresh author (You) and timestamp.
  • Delete — use the toolbar Delete button, or focus a Kard row and press Delete. If your project has the deletion audit turned on (it’s off by default), each deletion is recorded so you can see what was removed and when in the Activity feed.