On Tue, 9 Oct 2012, Jens Getreu wrote:
I have tried the .odt backend from https://github.com/dagwieers/asciidoc-odf and it compiled my documents quite stable so far, although it is not perfect yet. For example: the feature I miss the most in this backend is :data-uri: which seems not to be implemented yet. But still, I believe for most people the odt backend ease their task a lot.
:data-uri: is implemented when using Flat ODF (fodt), which means using asciidoc instead of a2x. Images will be included as base64 in the XML file and it supports PNG and SVG (both are mentioned as part of ODF v1.2).
The a2x implementation mostly works, but is not as well tested as the fodt implementation.
-- -- dag wieers, [email protected], http://dag.wieers.com/ -- dagit linux solutions, [email protected], http://dagit.net/ [Any errors in spelling, tact or fact are transmission errors] -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
