And now we have more options. - CVS: can quote all values. - HTML and XLSX: styles adjust, including a logo. - XLSX: now has the same options as HTML Also a fix in the "join" mechanism for "case insensitive" support.
13 lines
214 B
YAML
13 lines
214 B
YAML
# Example KiPlot config file
|
|
kiplot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: 'bom_internal'
|
|
comment: "Bill of Materials in HTML format"
|
|
type: bom
|
|
dir: BoM
|
|
options:
|
|
html:
|
|
generate_dnf: false
|
|
|