Neither the JSON content_supplement nor the Markdown supplement methods allow supplemental text to be appended to the schema-level or property-level description text from the schema files. the content_supplement.json methods appear to be a misunderstanding of the original intent, as both description and intro will replace the text from schema (essentially duplicate functionality). The original intent there was to allow either the replacement OR the addition of supplemental text.
Suggest that the intro function be changed to preserve the original description text (unless description is specified) for content_supplement.
But higher priority is to add this functionality (missing) to the markdown supplement folder contents. Suggest using the heading #--description_append to more clearly indicate its purpose.
Neither the JSON content_supplement nor the Markdown supplement methods allow supplemental text to be appended to the schema-level or property-level description text from the schema files. the content_supplement.json methods appear to be a misunderstanding of the original intent, as both
descriptionandintrowill replace the text from schema (essentially duplicate functionality). The original intent there was to allow either the replacement OR the addition of supplemental text.Suggest that the
introfunction be changed to preserve the original description text (unlessdescriptionis specified) for content_supplement.But higher priority is to add this functionality (missing) to the markdown supplement folder contents. Suggest using the heading
#--description_appendto more clearly indicate its purpose.