obsidian-agile-task-notes icon indicating copy to clipboard operation
obsidian-agile-task-notes copied to clipboard

[Feature] Task Title Parts for Note Naming

Open Sjoerd-Bo3 opened this issue 1 year ago • 0 comments

Currently, the note naming feature supports variables such as {{TASK_ID}}, {{TASK_TYPE}}, {{TASK_STATE}}, {{TASK_ASSIGNEDTO}}, {{TASK_TITLE}} (#34), and {{TASK_TITLEPART_0}}, {{TASK_TITLEPART_1}}, {{TASK_TITLEPART_2}}. However, the {{TASK_TITLEPART_X}} variables default to the whole title if the specified part is empty. This feature request proposes an enhancement to allow more flexible and customizable task title parts.

Proposed Changes:

  • Allow users to specify a delimiter (e.g., space, hyphen) to split the task title into parts.
  • Provide an option to define a default value for each {{TASK_TITLEPART_X}} if the specified part is empty.
  • Add support for more title parts (e.g., {{TASK_TITLEPART_3}}, {{TASK_TITLEPART_4}}, etc.).

Benefits:

  • Improved customization and flexibility in note naming.
  • Better organization and readability of task notes.
  • Enhanced user experience with more control over task title formatting.

Sjoerd-Bo3 avatar Nov 19 '24 17:11 Sjoerd-Bo3