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

Initial version of Scribble ODF/ODT exporter #284

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cwebber
Copy link

@cwebber cwebber commented Nov 5, 2020

New mixin for an OpenDocument Format word processor document output.
Does much of what's desired, but some improvements could be made:

  • No support for custom styles yet. That could be supported,
    but has not been done.
  • Images aren't very flexible in the way they render.
  • A lot of styling choices as for what was appropriate for a local
    need.
  • Also, no tests at this time.

Still, it works!

I might be able to make some small edits, but not for a bit since I'm time strapped. But happy to discuss.

Merging this closes #280.

New mixin for an OpenDocument Format word processor document output.
Does much of what's desired, but some improvements could be made:

 - No support for custom styles yet.  That could be supported,
   but has not been done.
 - Images aren't very flexible in the way they render.
 - A lot of styling choices as for what was appropriate for a local
   need.

Still, it works!
@mflatt
Copy link
Member

mflatt commented Nov 6, 2020

This looks great! To merge, though, we'll need at least some small documentation updates in scribble-doc/scribblings/scribble/renderer.scrbl: wherever markdown appears, something similar should appear for odt. The relevant version number to bump is in scribble/scribble-lib/info.rkt.

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

Successfully merging this pull request may close these issues.

ODF (Open Document Format) Renderer
3 participants