Prepending text to title in template
Posted: Thu Feb 01, 2024 2:34 am
Hi, I'm trying to prepend some text at the start of a title in a topic template. Unfortunately, if the user puts anything in the title prompt (using a properties file with type=dita), that title overrides anything I put in a wizard in the actual template.
Here's what I have in the task template:
<title>General guidelines for ${ask('General guidelines for?', String, '', @task-title)}${answer(@task-title)}</title>
How can I use the value from the wizard, rather than the title field in the New dialog? How do I set the priority to the wizard over the New dialog?
Here's what I have in the task template:
<title>General guidelines for ${ask('General guidelines for?', String, '', @task-title)}${answer(@task-title)}</title>
How can I use the value from the wizard, rather than the title field in the New dialog? How do I set the priority to the wizard over the New dialog?