From 4a2ef591b7ea88374a6044f54509a750fc7119ab Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 16 Apr 2017 10:51:20 -0700 Subject: [PATCH] tweak quick start guide formatting --- frontend/ui/quickstart.lua | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/frontend/ui/quickstart.lua b/frontend/ui/quickstart.lua index ffde3cb12..4f6694c6b 100644 --- a/frontend/ui/quickstart.lua +++ b/frontend/ui/quickstart.lua @@ -19,22 +19,31 @@ local rev = Version:getCurrentRevision() local quickstart_guide = T(_([[ # KOReader Quickstart Guide -Welcome to KOReader. You can activate the menu by swiping down from the top of the screen. Clicking outside the menu or swiping up on the menu will discard it. Turning pages can be done either by swiping left and right or by single taps on the left or right side of the screen. +Welcome to KOReader. -**Contents** +You can activate the menu by swiping down from the top of the screen. Clicking outside the menu or swiping up on the menu will discard it. -* [main menu](#main-menu) -* [settings](#settings) +Turning pages can be done either by swiping left and right or by single taps on the left or right side of the screen. + +### Contents + +* [menu](#menu) + * [main menu](#main-menu) + * [settings](#settings) * [file browser](#file-browser) -## Main menu + +## Menu + +### Main ![Menu](../resources/icons/menu-icon.png) You can always view this quickstart guide again through *Help* → *Quickstart guide* in the top right menu. -## Settings +### Settings ![Settings](../resources/icons/appbar.settings.png) You can change the language and other settings through the gear icon. + ## File browser The file browser will only show document or ebook files that KOReader can read. @@ -43,8 +52,8 @@ In the file browser, you can tap on any file to open it. Long press on any file Once you have found the folder you have your books listed in, you can long press the selection that opens that folder and you should see a message box popup with the option to **Set as HOME directory**. ------------- +------------- Generated by KOReader %1. ]]), rev)