You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UserGuide.md
+38-8Lines changed: 38 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,16 +93,30 @@ The GUI similar to the below should appear in a few seconds. Note how the app co
93
93
94
94
</div>
95
95
96
-
### Viewing help : `help`
96
+
### *Viewing help : `help`
97
97
98
-
Shows a message explaning how to access the help page.
98
+
Shows a message explaining how to access the help page.
99
99
100
100

101
101
102
102
Format: `help`
103
103
104
+
### *Turn on/off reminder: `remind`
104
105
105
-
### Adding an Assignment/Event: `event/deadline`
106
+
Turns on and off the reminder system. If remind is on,
107
+
a reminder would pop out when starting the app RemindMe regarding
108
+
the upcoming tasks.
109
+
110
+
(insert image of reminder here)
111
+
112
+
Format: `remind`
113
+
114
+
Outcome:
115
+
116
+
*`reminder is turned on!`
117
+
*`reminder is turned off!`
118
+
119
+
### *Adding an Assignment/Event: `event/deadline`
106
120
107
121
Adds an assignment with a deadline or event to the calendar.
108
122
@@ -116,7 +130,7 @@ Examples:
116
130
*`event Christmas Party /from 25/12/2021 1800 /to 25/12/2021 2300`
117
131
*`deadline CS2103 Assignment /by 03/03/2021 2359`
118
132
119
-
### Deleting an Assignment/Event: `delete`
133
+
### *Deleting an Assignment/Event: `delete`
120
134
121
135
Deletes an assignment with a deadline or event from the calendar.
122
136
@@ -182,7 +196,7 @@ Examples:
182
196
*`list` followed by `delete 2` deletes the 2nd person in the address book.
183
197
*`find Betsy` followed by `delete 1` deletes the 1st person in the results of the `find` command.
184
198
185
-
###Viewing Calendar of the current month
199
+
###*Viewing Calendar of the current month
186
200
Shows an image of the calendar with your reminders (e.g. tasks, assignments datelines, and friends’ birthday) for each specific dates.
187
201

188
202
Format: `calendar`
@@ -193,11 +207,11 @@ Clears all entries from the address book.
193
207
194
208
Format: `clear``
195
209
196
-
### Saving the data
210
+
### *Saving the data
197
211
198
212
RemindMe save your data in the hard disk automatically after every command that changes the data. There is no need for you to save manually.
199
213
200
-
### Editing the data file
214
+
### *Editing the data file
201
215
202
216
AddressBook data are saved as a JSON file `[JAR file location]/data/remindme.json`. Advanced users are welcome to update data directly by editing that data file.
203
217
@@ -215,7 +229,7 @@ Format: `exit
215
229
* Examination: Consists of a start time, end time, date which it occurs on and the subject.
216
230
* Event: Consists of a start time, end time and the date which it occurs on.
0 commit comments