xy: one export entry, any mix of formats #35
Loading…
Reference in a new issue
No description provided.
Delete branch "xy-export-pack"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The Список menu carried three export entries and still could not produce a
.4s, the format chgksuite actually reads. It now carries one «📤 Экспорт» that opens a modal: tick any of.4s,.docx,.pdf,.pdf для телефонаand раздатки, get one file, or a zip of all of them.The new
/api/export/packcomposes the existing docx, typst and split-fit paths, so nothing about how a document renders changed. Images ride along only for the.4s, which can only reference them by name.A bare
.4swith no images never reaches the network, so it is the one export that works offline; the rest are disabled there. «Генерация раздаток» keeps its own entry, since the checkbox only runs split-fit on the settings that editor saves.Closes #16