Files
TREK/wiki/Packing-Templates.md
jubnl c1b9d11173 docs: add full wiki with 74 pages, assets, and CI workflow
Adds the complete TREK documentation wiki covering installation,
trip planning, admin panel, MCP/AI integration, addons, and operations.

Also fixes encrypt-at-rest gaps: mapbox_access_token, Synology
credentials, per-user webhook/ntfy tokens, and photo passphrases
are now rotated by migrate-encryption.ts and stored encrypted via
settingsService.
2026-04-20 10:11:53 +02:00

1.6 KiB

Packing Templates

Reuse packing lists across trips using pre-built templates.

Packing Templates

Applying a template

In the Packing Lists panel, click the Apply Template button (shown with a package icon in the toolbar). A dropdown lists all available templates, each showing its name and item count. Click a template to apply it.

Applying a template copies all categories and items from the template into the current trip's packing list — existing items are not removed. Items are inserted with the same category names as defined in the template, so they appear alongside any existing items that share the same category name.

Requires the packing_edit permission.

The Apply Template button only appears when at least one template exists and you have edit permission.

Saving the current list as a template

In the packing panel toolbar, click the Save as template button (folder-plus icon) when items exist in the list. An inline name input appears in the toolbar — type a name and press Enter or click the confirm button. The current trip's categories and items are saved as a new reusable template.

The Save as Template button only appears when there are items in the list and you have packing_edit permission.

Admin: Templates are created and managed in Admin-Packing-Templates. Each template has a three-level structure: template → categories → items.

See also