# Welcome Samarians This chapter is temporary and will be removed before the book is published # START HERE ### **Welcome Samarians!** Welcome fellow intrepid Authors! Let's write a book together!! :) If you're editing already or ready to copy into a page watch this 3min overview first! Just as in SEEDS it will make it much easier and give you context to go through all sections of this section of the wiki and the full introduction below as soon as you can ;)
**Activity** | **Lead** | **Status** | **Comments** |
Install BookStack Wiki on Cloudron | Joachim | Done | |
Register and invite all participants to Cloudron | Bongi | Done | Use Cloudron credentials |
Adjust and confirm the structure of the outline | Bongi: Some changes but big ones abandoned - finishing + editing needed most | Done | Via [Miro Board](https://miro.com/app/board/o9J_lbxrQ7o=/) |
Divvy up the work among all participants for each chapter | Irina | Open | Via [Miro Board](https://miro.com/app/board/o9J_lbxrQ7o=/) |
Launch hackathon and write, rewrite, cowrite, embed artifacts | All | Open | Artifacts from anyone |
Do a periodic group review and decide on status | *Bongi: propose Thursday formal move to review in Trunk* | Open | |
Do an editorial review and final approval | *Bongi: propose Friday formal move to editing + final approval Monday* | Open | UK vs US grammar and spelling rules, footnotes and ref notes, e.g. \[Str2020\] |
Update wiki formatting (fonts, colors, chapter icons) | Joachim | In Progress | Via Wiki Settings |
Deliver the wiki as PDF and/or epub for the TD call | Joachim | In Progress | Via [https://convertio.co/](https://convertio.co/) |
XYZ started editing in the last 60minutes and to be careful not to overwrite each others updates.
*Do not edit the page* and come back later (or contact the person currently editing the page). Otherwise your edits might be overwritten by the person who saves it last. For those currently editing pages, please save them as soon as you are done and don't leave them open (in a draft mode). To leave any comments on the page, *just mention them as italics on the page with your initials - JS* *To update the Editorial status of a page,* edit the page and click on the tag button (top right , see below) and type in one of the follwoing: - [created](https://guide.hypha.earth/search?term=%5B%3Dcreated%5D) = new page, all edits welcome - [drafted](https://guide.hypha.earth/search?term=%5B%3Ddrafted%5D) = needs improvement - [completed](https://guide.hypha.earth/search?term=%5B%3Dcompleted%5D) = needs editorial review - [approved](https://guide.hypha.earth/search?term=%5B%3Dapproved%5D) = ready for publishing Then we can search for all of them using this query \[=drafted\] (for drafts) - click here to see this in action - [https://guide.hypha.earth/search?term=%5B%3Ddrafted%5D](https://guide.hypha.earth/search?term=%5B%3Ddrafted%5D "https://guide.hypha.earth/search?term=%5B%3Ddrafted%5D") [](https://guide.hypha.earth/uploads/images/gallery/2021-04/image-1618343465723.png) *To sort pages* into a different order, go back to the book or chapter view and click on the "Sort" button on the right. This will allow you to rearrange all chapters or pages in a new order. Don't forget to save the order (Click on the Save Order button at the very bottom of the form). [](https://guide.hypha.earth/uploads/images/gallery/2021-04/image-1618142386461.png) *To track any revisions* of your page (done by you or others), click on the "Revisions" link on the right of the page. You will see a screen like the one below, click on any entry to see what has changed on the page (text highlighted in red=removed, green=updated). If you restore a previous version, you will loose the edits between the current and the restored version. [](https://guide.hypha.earth/uploads/images/gallery/2021-04/image-1618089610406.png) *To add some additional highlights* to pages, use the following under Formats > Callouts or Blockquotes:Everyone is good to go.
There is some danger using this technique!
This is some more information..
This is an important message
> This is an important quote that helps to underline the text. This is an important quote that helps to underline the text. This is an important quote that helps to underline the text. This is an important quote that helps to underline the text. " -Fuller *To add structure to pages,* see the dropdown in the editor called Formats and the sample below. Once you assign different headings, they will structure the content of the page and allow you to use a page navigation tool (on the left below). Don't worry about the formatting of the headers for now, we can change this for all pages in the *Custom HTML Head Content* section. [](https://guide.hypha.earth/uploads/images/gallery/2021-04/image-1618255920409.png) For more help, please visit the [BookStack help documentation](https://www.bookstackapp.com/docs/). # How to Embed Media If you like to embed media assets on your page, edit this page, then click on one of the media assets and the Insert/edit Media button on the toolbar. Copy/paste the content of the Embed tab, open your page and insert your media asset with this code. ``` ``` # How to Structure Content ### Miro Board ### Notepad # How to Print Content ## Prepping 1. The TOC is generated automatically by BookStack but is placed in front. Hence you need to copy and paste that content into a new page after the cover page. All links will be preserved in the process. ## Printing 1. In the wiki, go to the full page structure at [https://guide.hypha.earth/books/the-chronicles-of-samara](https://guide.hypha.earth/books/the-chronicles-of-samara) 2. Click on *Export* on the right and select *Contained Web File.html* (this wil download an XHTML file) 3. Open the file in Chrome 4. Print the file and save as PDF (start with the cover page) 5. Convert the XHTML into MOBI or ePUB or other formats at [https://convertio.co/](https://convertio.co/) # Samara CSS <!-- --> <!-- PLEASE DON'T EDIT THIS FILE --> <!-- CONTACT JOACHIM STROH FOR EDITS --> <!-- --> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Amatic+SC&family=Cabin+Sketch:wght@700&family=Open+Sans&display=swap" rel="stylesheet"> <!-- script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script --> <style> body, button, input, select, label, textarea { font-family: 'Open Sans', sans-serif; font-size: 1.1em; /\* slightly larger for more readability \*/ } table { font-size: 0.8em; width: 80% !important; background-color: #f8f8f8; } table, td, th { border: 0px !important; padding: 10px !important; } tr:nth-child(even) { background-color: #f2f2f2; } .content-wrap h1, .content-wrap h2 { font-family: 'Cabin Sketch', cursive; /\* use Amatic SC or Cabin Sketch \*/ } .content-wrap h1 { font-size: 3.2em; margin-top: 1em !important; } .content-wrap h2 { font-size: 2.1em; margin-top: 1em !important; } .content-wrap h3 { font-size: 1.2em; } .content-wrap h4 { font-size: 1.1em; } .content-wrap h5 { font-size: 1em; } .content-wrap a { color: #ff9900; } /\* FED83D \*/ .CodeMirror, pre, #markdown-editor-input, .editor-toolbar, .code-base { font-family: monospace; } @media print { body, button, input, select, label, textarea { font-size: 0.7em; } .page-content { column-count: 2; column-gap: 30px; column-rule: 1px solid gray; } .cover, #bkmrk-page-title, h1 { column-span: all; page-break-after: always !important; break-before: always !important;} h1 {margin-top: 1em !important;} iframe { display: none; } table { font-size: 0.6em; width: 80% !important; background-color: #f8f8f8; } table, td, th { border: 0px !important; padding: 10px !important; } tr:nth-child(even) { background-color: #f2f2f2; } body { margin: 5%;} h1\[id^="chapter-"\] { margin-top: 3em; font-size: 6em;} h1\[id^="page-5"\] { display: none;} p.cover img {width: 100%; object-fit: cover; column-span: all; page-break-after: always !important; break-before: always !important;} } </style>