View Single Post
Old 12-29-2017, 07:27 AM   #9
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,611
Karma: 23187563
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by freewheeling View Post
I'm trying this, but Sigil doesn't generate the pageList from it so I probably have to add that part.
Since you mentioned that you're using Sigil, you might find my Pagelist plugin helpful, which'll automatically generate a pageList from page marker ids.

BTW, a typical pageList should look like this:

Code:
  <pageList>
    <navLabel>
      <text>Pages</text>
    </navLabel>
    <pageTarget id="page7" type="normal" value="7">
      <navLabel>
        <text>7</text>
      </navLabel>
      <content src="Text/book.xhtml#page7"/>
    </pageTarget>
    <pageTarget id="page8" type="normal" value="8">
      <navLabel>
        <text>8</text>
      </navLabel>
      <content src="Text/book.xhtml#page8"/>
    </pageTarget>
    <pageTarget id="page9" type="normal" value="9">
      <navLabel>
        <text>9</text>
      </navLabel>
      <content src="Text/book2.xhtml#page9"/>
    </pageTarget>
  </pageList>
Doitsu is offline   Reply With Quote