https://github.com/renbinden/lorebook
Virtual lore book
https://github.com/renbinden/lorebook
Last synced: about 2 months ago
JSON representation
Virtual lore book
- Host: GitHub
- URL: https://github.com/renbinden/lorebook
- Owner: renbinden
- License: gpl-3.0
- Created: 2014-01-18T14:07:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T16:13:55.000Z (over 12 years ago)
- Last Synced: 2026-03-30T21:34:18.711Z (3 months ago)
- Language: Java
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LoreBook
========

LoreBook is a virtual lore book program. It allows you to write pages in markdown and have them appear as a book.
LoreBook is cross-platform and written in Java.
Creating books
--------------
LoreBook currently only has support for one book at a time (there are plans to support more in the future).
Pages are stored in your user directory, in .lorebook/books/book/pages. Write pages in [markdown](http://daringfireball.net/projects/markdown/syntax).
To create a cover for your book, create a "covers" directory within pages. Inside, you may place a "front.md" and "back.md" which will be shown as the front and back cover, respectively.
Covers have a different background and text is centered.
The contents page of the book will be automatically generated.
Sharing books
-------------
Currently, the only way to do this is to share the files within the book directory in .lorebook/books.