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
Changes
Coloring/resizing replaced text is currently handled naively with #color_green flags. See the replaceInParagraphs method in ÀbstractTemplateExportFunctions. This only works, if [placeholder] is in its own run, which can not be relied upon. We should implement a preprocessing, which splits flagged placeholders into their own run and applies the wanted style change.
Changes
Coloring/resizing replaced text is currently handled naively with #color_green flags. See the
replaceInParagraphs
method inÀbstractTemplateExportFunctions
. This only works, if [placeholder] is in its own run, which can not be relied upon. We should implement a preprocessing, which splits flagged placeholders into their own run and applies the wanted style change.Additional notes
Similar preprocessing in #147
Acceptance Criteria
It should be possible to change font, size, color, etc. when replacing a placeholder, without it affecting the surrounding text.
The text was updated successfully, but these errors were encountered: