<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 06/29/2015 11:27 PM, Mick FM wrote:<br>
    </div>
    <blockquote cite="mid:5591B82C.2050901@flossmanuals.net" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      <br>
      <div class="moz-cite-prefix">On 29/06/15 21:34, Bruno Ruviaro
        wrote:<br>
      </div>
      <blockquote
cite="mid:CALR3z0h3JPnou7yKE2sNUuXP_dQ6UCnLT55NiD8AnLWYQw=VfQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_default"
            style="font-family:arial,helvetica,sans-serif">Hi Mick,<br>
            <br>
          </div>
          <div class="gmail_default"
            style="font-family:arial,helvetica,sans-serif">The current
            version of the Ardour tutorial is a collection of markdown
            files on GitHub (<a moz-do-not-send="true"
              href="https://github.com/brunoruviaro/ardour3-floss-tutorial/">https://github.com/brunoruviaro/ardour3-floss-tutorial/</a>),

            with associated images saved in a separate folder. Is there
            a way to import this back into booktype? I'd like to give it
            a try.<br>
            <br>
          </div>
        </div>
      </blockquote>
      <br>
      A quick google shows that markdown files can be converted to epub
      files using pandoc tool. I can remember doing that. <br>
      But I'm not sure how pandoc would handle a series of files or know
      what order they are in. <br>
      <br>
      Can anyone on this list help? If not it may be one for the 80cc
      mailing list. <br>
      <br>
    </blockquote>
    For pandoc to export to epub(2 and 3) all the source text files must
    be assembled onto one single file. But it is simple  a
    concatenation.<br>
    Something like: $ for i in folder/*.md; do cat $i >> book.md; 
    done<br>
    If you have footnotes or metadata in each markdown, scripts have to
    reorganize them in new file, but it is also simple.<br>
    <br>
    In pandoc's conversion to epub, you must indicate at what level you
    want the chapters to be generate: heading 1 or 2.<br>
    But it is essentially that.<br>
    <br>
    I have assembled a series of simple scripts, triggered by a
    makefile, to perform this (and other) conversion.<br>
    Fell welcome to use<br>
<a class="moz-txt-link-freetext" href="https://gitlab.com/DigitalPublishingToolkit/Hybrid-Publishing-Resources/tree/master">https://gitlab.com/DigitalPublishingToolkit/Hybrid-Publishing-Resources/tree/master</a><br>
    <br>
    hope it helps<br>
    <blockquote cite="mid:5591B82C.2050901@flossmanuals.net" type="cite">
      I think I saw you were using jekyll to generate pages. <br>
      If so, these links may also help. <a moz-do-not-send="true"
        class="moz-txt-link-freetext"
        href="https://github.com/glejeune/jekyll-epub">https://github.com/glejeune/jekyll-epub</a><br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="https://github.com/lmullen/jekyll-ebook">https://github.com/lmullen/jekyll-ebook</a><br>
      <br>
      <blockquote
cite="mid:CALR3z0h3JPnou7yKE2sNUuXP_dQ6UCnLT55NiD8AnLWYQw=VfQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_default"
            style="font-family:arial,helvetica,sans-serif">There was a
            major release of Ardour just this month (from 3.5 to 4.0),
            so at some point this Summer we'll update the tutorial to
            Ardour 4.0. This would be a good time to test and see if it
            makes sense to move the Ardour tutorial from its current
            GitHub location.<br>
            <br>
          </div>
          <div class="gmail_default"
            style="font-family:arial,helvetica,sans-serif">Side
            question: can booktype export content as markdown files, if
            needed?<br>
          </div>
          <br>
        </div>
      </blockquote>
      I think that may be easier by exporting an epub from Booktype and
      feeding it to pandoc to create mark up. <br>
      <br>
      If you manage to create an epub let me know and we can test the
      next stages. <br>
      <br>
      nice one<br>
      Mick<br>
      <br>
      <pre class="moz-signature" cols="72">-- 
Mick Chesterman - <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:mick@flossmanuals.net">mick@flossmanuals.net</a>
mickfuzz [skype]
@onefuzzyduck [twitter]

<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://clearerchannel.org">http://clearerchannel.org</a> - training and freelance work
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://flossmanuals.net">http://flossmanuals.net</a> - Free Manuals for Free Software</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Discuss@lists.flossmanuals.net">Discuss@lists.flossmanuals.net</a>
<a class="moz-txt-link-freetext" href="http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net">http://lists.flossmanuals.net/listinfo.cgi/discuss-flossmanuals.net</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>