jomaway
jomaway
Adding a command line option to specify the import path like @ollelogdahl suggested would also make it possible to keep a united template and use this on multiple documents without...
I used the online live editor. And now i get the same weird connections as in your screenshot
Sounds like a good idea. But maybe we can even support both versions like `common.ipv4` just stays like it is and `common.fields.ipv4` returns the field or something similar. Happy to...
If i understand you correct this similar to the *Multi break* field in the example. Just with a custom row high?  Would kind of use case...
> Specifying a general row height in tablex, makes it harder to change them on a row by row base, doesn't it? Hmm, guess it depends, i more thought about...
There is already a named argument `fill` for the background color. Example: `bytes(3, fill: green)[Text]` produces a field with green background. I not sure if there is a benefit of...
Just to give a short update on the current status on this one. Now it is possible to set a global font size for all data fields as part of...
Thanks for pointing this out. I will look into it and will add some note to the documentation.
Are there plans to look into this any time soon or even ongoing work on how this can be implemented? Would be awesome to have this feature. I did not...
I would like to see a native alt text support as well. In the meantime i created a simple component for this usecase: ```yaml components: alt-image: label: Image with ALT...