Skip to content

Settings

Every Kard setting, grouped by area. Each row lists what the setting does, its default, and its scope (who it affects). Scan for the one you need.

You can reach Kard’s settings two ways:

  • Kard’s own Settings panel — open Kard, then open Settings from the toolbar. It groups pages into sections: Workspace, Tasks, Appearance, Shortcuts, Identity, AI, and Advanced. It opens on the Vault folders page.
  • Editor Preferences / Project Settings → Plugins — the same settings also appear under the engine’s Plugins category, in four sections: Kard, Kard User Settings, Kard MCP, and Kard AI.

Every setting in Kard’s panel carries a scope badge telling you who it affects:

BadgeMeaning
TeamShared with everyone on the project. Saved to a project config file checked into source control.
YouOnly affects you on this machine. Never shared with the team.
This folderApplies only to the current folder.
View onlyRead-only — shown for reference, not editable here.

Where Kard stores each kind of asset. Scope: Team for all rows.

SettingWhat it doesDefault
Tasks folderSub-folder for Task assets./Game/Kard/Tasks
Notes folderSub-folder for Note assets./Game/Kard/Notes
Pages folderSub-folder for Page assets./Game/Kard/Pages
Attachments folderShared folder for image attachments. Every Kard-authored image (clipboard paste, viewport capture, drag-and-drop import) lands here./Game/Kard/Attachments
Tombstones folderFolder where deletion records are written, one per deletion./Game/Kard/Tombstones
Tombstone retention daysAuto-remove deletion records older than this many days when you open the Activity view. 0 keeps them until you clear them manually.0

Vocabulary and visuals for tasks. Scope: Team for all rows.

SettingWhat it doesDefault
CategoriesThe list of task categories you can pick from.See note below
Category iconsAn optional icon per category, shown in List-view group headers when you group by category.Empty
Tag colorsOptional per-tag color overrides, shown as tinted pills. Tags without an entry get a color automatically.Empty

Edit-history behavior and team accounts. Scope: Team for all rows.

SettingWhat it doesDefault
Save records history by defaultWhen on, every save logs an edit-history entry; Shift-click Save makes a single save quiet. When off, saves are quiet by default and Shift-click logs.On
Users directory pathAsset path of the shared team user directory holding every local account. Only an admin who can check the file out may change the roster./Game/Kard/KardUsers

Controls for inline video embeds and remote thumbnails. Scope: Team for all rows.

SettingWhat it doesDefault
Fetch remote video thumbnailsWhen on, !video[url] embeds fetch the provider’s preview image over the web. Off → embeds show a clickable placeholder instead. This is the only outbound network request Kard makes on its own.On
Enable inline video playbackMaster switch for playing !video[...] direct streams and local files inside the editor. Needs the optional media integration module and the Electra Player plugin.On
Inline video host allowlistHosts allowed to serve inline video. Empty means any public host is permitted; private and loopback addresses are always blocked.Empty
Inline video base URLOptional base URL used to resolve relative !video[...] references. Empty → relative refs resolve to local files in your project’s Content folder.Empty

How Kard badges look and draw in the level. Scope: Team for all rows here.

SettingWhat it doesDefault
Show in game viewWhen on, Kard badges stay visible after you press G (Game View) and in PIE. Off → they hide so the level looks shipping-clean.Off
Default max draw distanceDefault maximum draw distance for Kard badges in the level. 0 = unlimited. You can override this per-machine (see Workspace).0
Viewport profilesStudio-defined viewport display profiles, looked up by name.Empty
Default level context classThe class used when you create a level-anchored card. Teams can subclass this for their own world model.Built-in simple level context
SettingWhat it doesDefaultScope
Git web commit URL patternWhen your source control is Git, the “open commit externally” action substitutes the commit hash into this URL. Empty → clicking copies the hash to your clipboard instead.EmptyTeam

These affect only you on this machine and are never shared. Scope: You for all rows.

SettingWhat it doesDefault
Show rail section labelsShow a small caption (Home / Tasks / Pages / Notes) under each navigation-rail icon.On
Restore session on startupWhen on, reopen the workspace tabs you had open when you last closed Kard. Off → opens clean.On
SettingWhat it doesDefault
Visible task columnsWhich columns the Tasks list shows, in order.Status, Spatial, Title, Tags, Priority, Assignee, Created
Task sort columnWhich column the list sorts by within each group.Created
Sort ascendingDefault sort direction (ascending = oldest first for dates). Flip it per-scope with the column header.On
Default group byHow a Tasks folder is grouped the first time you open it.Category
Default group sort orderHow group headers are ordered.Name A–Z
Saved viewsFilter/layout views you’ve saved. Never shared with the team.Empty
Board view default sortDefault sort the first time a folder opens in Board view (the Board has no clickable headers).Oldest first
SettingWhat it doesDefault
Animation durationDrawer slide-in time, in seconds.0.18
Width fractionFraction of the available width the drawer aims for.0.7
Minimum widthSmallest the drawer can be, in pixels.480
Maximum widthLargest the drawer can be, in pixels.1100

Used to estimate read time on Pages.

SettingWhat it doesDefault
Reading words per minuteReading speed used for the estimate.220
Seconds per code blockTime added per code block.30
Seconds per headingTime added per heading.3
Seconds per imageTime added per inline image.15
SettingWhat it doesDefault
Max draw distance overrideYour per-machine override of the project default. -1 = follow project, 0 = unlimited.-1
Hover scaleHow much a badge grows when you hover it.1.10
Outline colorOutline color on hovered cards.Gold
Active viewport profileName of your active viewport profile. Empty = the default profile.Empty

The MCP server lets local AI tools talk to Kard. It ships off and, when on, listens on your own machine only (loopback, 127.0.0.1) — never on the network. It’s an opt-in power feature; you don’t need it for normal use. Scope: Team for all rows.

SettingWhat it doesDefault
Enable MCP serverMaster switch. When on, the server starts when the editor boots and listens on 127.0.0.1 only.Off
PortLocal port the server listens on (loopback only). Changing it while running restarts the server.30050
Log verbose request diagnosticsLogs each request to a small in-panel buffer for troubleshooting. Off keeps the editor lean.Off
Allow source-file readsLets AI tools read source files. Even when on, reads are restricted to your project’s and plugins’ Source/ folders.On
Max Blueprint graph nodes per callCaps how many Blueprint graph nodes a single request can read.200

Kard’s optional in-editor AI chat. It ships off, and your API key is stored in your per-user config so it never lands in source control. Scope: You for all rows.

SettingWhat it doesDefault
Enable AIMaster switch. When on, the chat panel and one-shot AI actions become available. Needs the active provider’s API key.Off
ProviderWhich AI provider is active. Empty falls back to the built-in default.None
Max output tokensCap on how long each AI response can be (the provider’s own caps still apply).4096
Grant MCP tool access to AIWhen on, the AI can read and change the project through the same tools external clients use. Its edits are stamped as “KardAI”.On
Allow the AI to delete cards and commentsWhen on, the AI may delete cards and comments. Off → delete tools are hidden from the AI (a safety guard). Move and update are always allowed.Off
Show token usage in chatShow a running token count in the chat header — a guard against runaway loops.On
System promptText prepended to every conversation. Editable so studios can adjust tone.Built-in Kard prompt

For the active provider, you also set:

SettingWhat it doesDefault
API keyYour provider key. Shown masked. Leave empty for providers that need no key.Empty
ModelThe model to use. Can be refreshed from the provider’s model list.Empty
Base URLOptional endpoint override (for gateways or self-hosted setups). Empty = the provider’s standard URL.Empty

Kard’s shortcuts are not a setting on these pages. The Shortcuts page in Kard’s Settings panel lists every Kard chord (read-only) and offers an Open Keyboard Shortcuts button that takes you to Editor Preferences → General → Keyboard Shortcuts, where you can rebind them.

Some of your personal preferences are remembered automatically and never appear in any panel — for example, your last export options, per-folder group/layout choices, unread markers, and Activity-feed filters. They persist between sessions but aren’t meant to be edited by hand.

  • Boards — create folders/boards and their columns.
  • Cards — work with card fields, links, and editing.
  • FAQ — storage, source control, and troubleshooting.