Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to InDesign #271

Open
arthurattwell opened this issue Jun 12, 2018 · 0 comments
Open

Export to InDesign #271

arthurattwell opened this issue Jun 12, 2018 · 0 comments

Comments

@arthurattwell
Copy link
Member

Some publishers ask us for InDesign files, for instance because when they make rights deals they want to offer buyers InDesign files, or because InDesign feels more open and accessible a format than scary markdown/HTML.

In theory, we could add the ability to export to ICML. We could use pandoc (which is already a dependency), but it would probably be better to use Ickmull, even if that will only work on unix. Since it takes XHTML, we'd probably use our epub output as the source for this conversion.

Of course, that only gets us ICML, which takes care of body text and text styles, but doesn't help with actual formatting or page setup.

It may be possibly to also export some style information to, say, a JSON file and then write an InDesign script that sets up pages and reads in many (likely not all) of the text styles.

This would be a lot of (fun) work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant