callumalpass_tasknotes/docs/settings/defaults.md
callumalpass d168644661 refactor: split taskPropertiesTab into modular components
- Extract property card renderers into separate modules:
  - helpers.ts: shared types, NLP trigger helpers, simple/metadata cards
  - statusPropertyCard.ts: status values with drag-drop reordering
  - priorityPropertyCard.ts: priority values with drag-drop reordering
  - projectsPropertyCard.ts: projects with autosuggest filters
  - tagsPropertyCard.ts: native Obsidian tags
  - remindersPropertyCard.ts: default reminder configuration
  - titlePropertyCard.ts: title and filename settings
  - userFieldsCard.ts: custom user fields

- Add Feature Properties section for pomodoros, ICS event ID, and
  ICS event tag (properties not stored in task frontmatter)

- Update documentation to reflect settings reorganization:
  - Task Properties tab now contains property keys, defaults, and NLP triggers
  - Defaults tab redirects to new locations
  - Appearance tab references moved settings
  - Features tab documents body template settings
2025-12-02 10:04:21 +11:00

1.9 KiB

Defaults & Templates Settings

!!! note "Settings Reorganization" Default value settings have been moved to the Task Properties tab. Each property card now contains its own default value configuration alongside other property-specific settings.

← Back to Settings

Where to Find Default Settings

Default values for task properties are now configured within each property's card in the Task Properties tab:

Setting Location
Default status Task Properties → Status card
Default priority Task Properties → Priority card
Default due date Task Properties → Due Date card
Default scheduled date Task Properties → Scheduled Date card
Default contexts Task Properties → Contexts card
Default tags Task Properties → Tags card
Default projects Task Properties → Projects card
Default time estimate Task Properties → Time Estimate card
Default recurrence Task Properties → Recurrence card
Default reminders Task Properties → Reminders card

Body Template

Body template settings are in the Features tab:

  • Use body template: Use a template file for task body content.
  • Body template file: Path to template file for task body content. Supports template variables like {{title}}, {{date}}, {{time}}, {{priority}}, {{status}}, etc.

Instant Task Conversion

Instant task conversion settings are in the Features tab:

  • Use task defaults on instant convert: Apply default task settings when converting text to tasks instantly.