A helper class to help identify substitution strings in a content file. A properly formatted substitution string is of the form:
$plugin:plugin_id$
where plugin_id is the valid id of an installed plugin. The substitution string will be replaced with the absolute path to the plugin. An example usage of the string substution: The html file
inline.html
is included in your intro via the html inline mechanism . This file needs to reference a resource that is located in another plugin. The following might be found in inline.html:
link to file
When this file is read in, the relevant section will be replaced as follows:
link to file