Closed
Description
It would be much easier if alignment and number of digits could be defined in the template itself and not only by programatically means in document setting.
Cons for moustache syntax.
sample: {{ documentpages }}
- It only serves as an identifier to replace text. No extras or parameters.
- Replacement is inefficient as you need to replace the whole body's innerHTML.
- It looks funny when designing and most of the time the length of the moustache tag is not a accurate reflection of the actual content being replaced.
Pros for tag syntax:
sample: 1
- You can associate multiple data elements to the tag without funny parsing and rules.
- Most structured and efficient to replace tags rather than text.
- Design friendly as the text portion only carries design payload.
- 100% compatible with HTML and your IDE / editor. is a legitimate tag
Metadata
Metadata
Assignees
Labels
No labels