kvid
kvid
I suggest we accept specifying an `image` attribute with a single string value as an optional syntax in addition to the current syntax. Often, only the single mandatory `src` attribute...
The current `dev` branch (after merging in multiple PRs this summer) is no longer able to document unconnected connectors or cables - as has been possible with all releases (at...
Two possible ways to obtain this: - Allow `image.src` to be a base64-encoded image prefixed with e.g. "data:image/png;base64, " as an optional alternative to a filename - similar to what...
The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered...
I suggest adding a `tweak` option for each node (both cables and connectors). It has been on mind many times, but was now triggered again by @martinrieder, and I create...
Implements feature suggested in #349
The code processing mates used a mix of repeated connector look-ups and local connector variables, and one variable was used before it was assigned the correct value. This error was...
Specify all HTML files under templates folder to be included as package data files. Is this sufficient to fix #345? Some sources claim that `include_package_data=True` also is needed, but preliminary...
Suggested fix posted in https://github.com/wireviz/WireViz/issues/344#issuecomment-2113476151 Please verify that this fixes #344 and report back. The base branch of this PR is `master` for the time beeing, but it should be...
A selection of terms can optionally be replaced by user defined terms, e.g. like this: ```yaml options: terminology: pin: way wire: core shield: screen ``` Resolves #331 basic feature