From 320977e2ec213f9983c6c151190971ed726167bc Mon Sep 17 00:00:00 2001 From: KV Date: Sun, 30 Jun 2024 18:41:49 +0200 Subject: [PATCH] Update syntax.md with options.terminology --- docs/syntax.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/syntax.md b/docs/syntax.md index 2da6c7d..b9946be 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -392,6 +392,24 @@ If any component is defined in the `connectors` or `cables` sections but not ref # Character to split template and designator for autogenerated components template_separator: # Default = '.' + + # Terms to be replaced by user defined terms + terminology: # see below +``` + + +## Terminology + +A selection of terms can optionally be replaced by user defined terms. + +This is a simple literal replacement of such terms in the diagram and BOM output. The original term is assumed in grammatical variations, like "{pin}s" and "{shield}ed", and that might create weird results in some use cases. + +These are the supported terms (all entries are optional): +```yaml +terminology: + pin: + wire: + shield: ```