jelovirt / pdf-generator

DITA-OT PDF plug-in generator
https://dita-generator.elovirta.com/
Apache License 2.0
12 stars 5 forks source link

Upload a zip plugin to modify its configuration #22

Closed teclab-at closed 3 years ago

teclab-at commented 4 years ago

Would be great if the tool allows uploading a previously generated pdf plugin

jelovirt commented 3 years ago

The easiest way to do this would be to generate a template file into the plug-in ZIP, e.g. template.json. You could then use that to get the generator initialized to equivalent UI state. After the recently released refactoring, this will be easier to implement.

jelovirt commented 3 years ago

29 implements the template.json functionality. Finishing the implementation will take some time but closing this issue at this stage already.