The SetOption on DefaultValue is needed because UpdateMeasure doesn't really update the plugin in a sense of re-reading the options
[...]
However, what really "fixes" it is to Set the Text option of the Meter back to the variable, since when you start the plugin this immediately replaces this option with the DefaultValue, which means the variable on the Text option of the meter is instantly lost.
Well, you really tested the plugin extensively, I see. Thanks, the two !SetOption alone fixed it, no need for a particular order, and it works for nested syntax too:read the last part again, I edited it after you posted (didn't know you answered already).
Code:
[!SetOption PageInput DefaultValue "[#PageContent]"][!SetOption PageText Text "[#PageContent]"]
Statistics: Posted by Yincognito — Yesterday, 10:17 pm