I'll try to color-code my stuff, maybe that'll make it easier to understand too!
Let's say you rip open a book created in Sigil.
In your content.opf, you'll see something like this:
These two always have to match:
-
unique-identifier (up top)
-
id (down below)
You can see they both say
BookId.
Note: Sigil uses "BookId", but you could call this anything.
Note #2: The
blue part is just a randomly generated UUID. All books are probably going to have different gibberish here depending on which program built it.
Method 1
As Diap initially explained, you can change "BookId" to whatever name you name want. He mentioned he likes to use "isbn".
So change both red parts, and move the
id to where it's needed:
Remove the entire Blue line because it's not needed any more:
Method 2
Or as Turtle91 said:
Just move the
id="BookId":
And you can delete the entire blue line:
Quote:
Originally Posted by Trane
EDIT: Argh, even my posts are making fun of me, inserting smileys!
|
Use [noparse][/noparse] tags around those stupid smilies. :P
Or when you're in the Advanced Editor, right below "Submit Reply" button, you can see a little checkbox for
Disable smilies in text.