You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows a techical drawing with a data field.
This is my literal use case. It utilizes the global standard placeholders (e. g. %pagenumber%).
However, I often find usecases where I want to add additional fields on a per page basis like e. g. a document status (draft, final, etc.) or author. This is similar to feature request #480 which asks for document-wide placeholders which could be useful, too but are not a necessity for background pages as in this case static text works just fine.
The example given in #480 could work wonderfully, if only background page objects could use page variables.
Example
A text field on a background page uses variable %author%.
On the background page the variable is set to Alice.
Each page will now show the name Alice.
Some pages however may define a different author. Still using the background page object but overwriting the placeholder value.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See the FAQ for more information.
This example shows a techical drawing with a data field.
This is my literal use case. It utilizes the global standard placeholders (e. g. %pagenumber%).
However, I often find usecases where I want to add additional fields on a per page basis like e. g. a document status (draft, final, etc.) or author. This is similar to feature request #480 which asks for document-wide placeholders which could be useful, too but are not a necessity for background pages as in this case static text works just fine.
The example given in #480 could work wonderfully, if only background page objects could use page variables.
Example
%author%
.Alice
.Alice
.The text was updated successfully, but these errors were encountered: