> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daytalog.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dynamic Tags

> Add tags inline for dynamic properties

Add tags to your presets to add dynamic properties such as project name, date, day, etc.

### Log  `<log>`

Returns the name of the log and can hold other primitive tags

Example: `<project>_Day<dd>`

### Primitive Tags

| Property  | Tag            | Result example |
| --------- | -------------- | -------------- |
| Project   | `<project>`    | MyProject      |
| Unit/Team | `<unit>`       | SecondUnit     |
| Date      | `<yyyymmdd>`   | 20250327       |
|           | `<yymmdd>`     | 250327         |
|           | `<ddmmyyyy>`   | 27032025       |
|           | `<ddmmyy>`     | 270325         |
|           | `<mmddyyyy>`   | 03272025       |
|           | `<mmddyy>`     | 032725         |
|           | `<yyyy-mm-dd>` | 2025-03-27     |
|           | `<yy-mm-dd>`   | 25-03-27       |
|           | `<dd-mm-yyyy>` | 27-03-2025     |
|           | `<dd-mm-yy>`   | 27-03-25       |
|           | `<mm-dd-yyyy>` | 03-27-2025     |
|           | `<mm-dd-yy>`   | 03-27-25       |
| Day       | `<d>`          | 1              |
|           | `<dd>`         | 01             |
|           | `<ddd>`        | 001            |
