[Feature] Make Project Information available as system variables
Problem:
The metadata entered under Edit → Preferences → Project → Information (Author, Company, Email, Website, Copyright, Project Name, Description) is stored in the project settings but cannot be used dynamically within the project.
Suggestion:
Expose these fields as system variables so they can be reused throughout the project — for example, in headers, footers, or legal notices.
Examples:
$$Project.Author$$, $$Project.Company$$, $$Project.Copyright$$, etc.
Additional useful metadata could include:
$$Project.Version$$, $$Project.CreatedDate$$, $$Project.LastModifiedDate$$, $$Project.CreatedBy$$, $$Project.LastModifiedBy$$.
This would enable centralized updates and more transparent project documentation — especially for collaborative or versioned workflows.