You can change your book metadata in the eBook settings Dialog. Open it by going to the Project Menu - edit eBook Setting or via keyboard shortcut (OS X cmd-e / Win ctrl-e).
You can download a complete Moopato sample project file or its generated epub for seeing various features in action.
The cover image will be added to the page and will also be registered correctly as the cover in the final eBook.
A line beginning with 1 to 6 hash characters ( # ) indicates a Header. The number of hashs is the level and the text following in the same line is the headers text.
For each header an id is generate, so you can reference to it. This default id is your headers title only with all spaces replaced by a dash (-) and in lower case. For #My Header the id would be my-header.
Of course you can change the default behavior and add your own identifier with
#My Header {: #my-fancy-id }
You can link to a chapter header anytime in your eBook by
[My Link Name](#id_of_the_header)
When the Header is in the same chapter or use
[My Link Name to another chapter](chapter<NR>.html#id_of_the_header)
Replace the <NR> with the number of your chapter.
When changing chapter numbers, links are currently not updated automatically.
Moopato generates a table of content automatically for you. Youcan change the name of the table of content in the eBook settings Dialog - Tab Book Style. Whatever you enter in the Field “Label for Table of Content” is used as entered as the Header for the table of content.
The table of content will include all chapters and their level one headers (Markdown: single # ). The entries in the table of content will also link to the correct chapter and chapter header.
Use your favorite file explorer, select your image and either
The image will be added in markdown syntax and is only added to your project when you SAVE your chapter or Front matter or Back matter page.
Hit F11 to enter the distraction free mode when your are in the editor. Hit F11 again or ESC to leave the distraction free mode again.
While you are in the distraction free mode, an auto save is enabled and will save your work every 10 seconds. So you don’t loose your work.
You can change the theme (aka template) in the eBook settings Dialog - Tab Book Style under Template selection.
When you are in the book editing view and hit Ctrl-B (Cmd-B) or use the action from the menu your eBook is packed. It is stored in a build subfolder inside of your choosen project folder.