Feature request: :front-cover-image: for asciidoctor-fopub
See original GitHub issueThis post was updated on Oct 27, 2016; 10:12am.
I just discovered the new attribute :front-cover-image: for asciidoctor-pdf.
I will try to implement something similar for asciidoctor-fopub. Help or ideas are very much appreciated.
:notitle:
:front-cover-image: path/to/my/titlepage-image.svg
It will render the svg-image instead of a titlepage.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
not overriding the default AsciiDoctor cover image · Issue #15
I am using this syntax inside the master file to include a cover image (while experimenting with ASCIIDoc to EPUB): : front-cover-image: ...
Read more >Covers - Asciidoctor Docs
Front and back covers. You can specify an image or a PDF page to use as either cover of the document directly in...
Read more >Add cover image for AsciiDoc Epub3 - Stack Overflow
The value of the front-cover-image attribute must follow a strict syntax. Using your example, the syntax must be: :front-cover-image: image:cover.png[Front ...
Read more >File: README — Documentation for asciidoctor (2.0.18)
Asciidoctor is the processor. Asciidoctor reads the AsciiDoc source, as shown in the panel on the left in the image below, and converts...
Read more >AsciiDoc - Visual Studio Marketplace
By default, the PDF export feature relies on asciidoctor-pdf . ... include statements, images, links, header, headings, lists, blocks, etc.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you!
Concerning the
asciidoctorxml output, this is what docbook expects: See coverTODO
asciidoctortranslate:front-cover-image:to<cover>when-b docbook<cover>inasciidoctor-fopubI’d be glad to implement this. We can support both front and back. Great idea. Can you file in issue in asciidoctor core?