From b30811d39def501b440342bdcbea8453652973e5 Mon Sep 17 00:00:00 2001
From: Titus Chew <39845485+tituschewxj@users.noreply.github.com>
Date: Mon, 15 Apr 2024 22:28:16 +0800
Subject: [PATCH] Fix UG paging
---
docs/UserGuide.md | 64 +++++++++++++++++++++--------------------------
1 file changed, 28 insertions(+), 36 deletions(-)
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index e54b8d20d3d..b921f3eacb3 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -365,7 +365,7 @@ The help window is resizable, so you can {{ macros.semiBold('easily reposition a
#g#Help window:##
-
+
@@ -414,12 +414,12 @@ Course code is meant for CS coded courses, hence only a prefix of two letters is
#g#Before running `setcrs` command:##
-
+
#g#After running `setcrs` command:##
-
+
@@ -515,12 +515,12 @@ If a student is undertaking a double degree programme, you can use a comma to se
#g#Before running `addstu` command:##
-
+
#g#After running `addstu` command:##
-
+
@@ -543,12 +543,12 @@ Shows a list of all persons in the contact book.
#g#Before running `list` command:##
-
+
#g#After running `list` command:##
-
+
@@ -607,12 +607,12 @@ Otherwise, TAPro will parse the input as adding multiple tags, which may lead to
#g#Before running `edit` command:##
-
+
#g#After running `edit` command:##
-
+
@@ -696,12 +696,11 @@ Both `KEYWORD` and `[MORE_KEYWORDS]…` accept alphanumeric and special symbo
#g#Example:## `find John` returns `john` and `John Doe`
-
#g#Example:## `find alex david` returns `Alex Yeoh`, `David Li`, as seen in the image below.
-
+
@@ -713,12 +712,12 @@ Both `KEYWORD` and `[MORE_KEYWORDS]…` accept alphanumeric and special symbo
#g#Before running `find` command:##
-
+
#g#After running `find` command:##
-
+
@@ -746,12 +745,12 @@ Marks a student's attendance for a particular week.
#g#Before running `mark` command:##
-
+
#g#After running `mark` command:##
-
+
@@ -778,12 +777,12 @@ Unmarks a student's attendance for a particular week.
#g#Before running `unmark` command:##
-
+
#g#After running `unmark` command:##
-
+
@@ -820,12 +819,12 @@ If you cannot remember your student's NUSNet ID, you could use `find Betsy` or `
#g#Before running `delstu` command:##
-
+
#g#After running `delstu` command:##
-
+
@@ -840,7 +839,7 @@ Clears all entries from the contact book.
**Format: `clear`**
-* Additional arguments after `help` will be simply ignored.
+* Additional arguments after `clear` will be simply ignored.
@@ -848,12 +847,12 @@ Clears all entries from the contact book.
#g#Before running `clear` command:##
-
+
#g#After running `clear` command:##
-
+
@@ -876,7 +875,7 @@ Exits the program.
#g#Before running `exit` command:##
-
+
@@ -1052,13 +1051,15 @@ Only commands that has succeeded previously will be retrieved. If you enter an i
when attempting to retrieve it.
-{{ newPage }}
+---
+
### Saving the data
TAPro's data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
-{{ newPage }}
+---
+
### Editing the data file
@@ -1091,7 +1092,8 @@ Furthermore, certain edits can cause the TAPro to behave in unexpected ways (e.g
| **Exit** | `exit` | `exit` |
| **Help** | `help` | `help` |
-{{ newPage }}
+---
+
## Known issues
@@ -1132,8 +1134,6 @@ If you [edit the data file](#editing-the-data-file) into an invalid format, upon
your current computer! Click `Yes` if are prompted to replace the existing `data` folder in your target computer.
-{{ newPageBetween }}
-
### Loading Data from Another Computer
@@ -1144,8 +1144,6 @@ with the `data` folder from your otehr computer. Paste it in the same directory
target computer.
-{{ newPageBetween }}
-
### Launching TAPro
@@ -1170,9 +1168,7 @@ target computer.
#g#Examples:##
* On Windows: `java -jar "C:\Users\YOUR_USERNAME\Downloads\TAPro.jar"`
-
* On Linux: `java -jar /home/YOUR_USERNAME/Downloads/TAPro.jar`
-
* On macOS: `java -jar "/Users/YOUR_USERNAME/Downloads/TAPro.jar"`
@@ -1199,8 +1195,6 @@ target computer.
**A**: Open a command line and type `java -version`. If the command is not recognized, it means you do not have Java installed. You can install Java 11 using the Oracle guide [here](https://www.oracle.com/java/technologies/downloads/#java11). Alternatively, you can install the OpenJDK version. For macOS users, you may wish to follow the instructions [here](https://nus-cs2103-ay2324s1.github.io/website/admin/programmingLanguages.html).
-{{ newPageBetween }}
-
### Using TAPro
@@ -1274,8 +1268,6 @@ Adding new tag(s) will replace the existing tag(s).
-{{ newPageBetween }}
-
### Saving More Time