Skip to content

Commit

Permalink
Merge pull request #281 from Murugan-Maniish/branch-PDF
Browse files Browse the repository at this point in the history
Update UG
  • Loading branch information
bennyLCK authored Apr 15, 2024
2 parents 9cf5518 + d653178 commit f8df6c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ App data will be stored in sub-folders from where it is launched. While you coul
* For macOS and Linux users, you can use the [`cd` command](https://help.ubuntu.com/community/UsingTheTerminal) to change directories and the `ls` command to list files in the current directory.
1. A window similar to the one below should appear in a few seconds. Note how the app contains some sample data. The information on what each data field represents is shown in the picture below.

<div style="page-break-after: always;"></div>

<img src="images/UiDescription.png" alt="UI">

### [2.3. The Beginner's Guide to PressPlanner](#2-getting-started)
Expand Down Expand Up @@ -125,6 +123,8 @@ Let's go over the basic PressPlanner workflow. Say you've just finished intervie
- An article can be a `draft`, `published`, or `archived`.
- For example: `add -a h/Example Article d/20-10-2023 s/draft`

<div style="page-break-after: always;"></div>

<div markdown="block" class="alert alert-warning">

**:warning: Warning**<br>
Expand Down Expand Up @@ -285,6 +285,7 @@ Examples:
* `add n/John Doe p/98765432 e/[email protected] a/John street, block 123, #01-01`
* `add n/Betsy Crowe e/[email protected] a/Apple HQ p/1234567 t/Marketing Department t/Apple`

<div style="page-break-after: always;"></div>

### [3.1.2. Deleting a Person](#3-1-managing-contacts) : `delete`

Expand Down Expand Up @@ -342,6 +343,8 @@ Examples:
* `edit 1 p/91234567 e/[email protected]` Edits the phone number and email address of the 1st person to be `91234567` and `[email protected]` respectively.
* `edit 2 n/Betsy Crowe t/` Edits the name of the 2nd person to be `Betsy Crowe` and clears all existing tags.

<div style="page-break-after: always;"></div>

### [3.1.5. Searching for a Person by Name](#3-1-managing-contacts) : `find`

Finds persons whose names contain any of the given keywords.
Expand Down Expand Up @@ -659,6 +662,8 @@ Examples:

![After lookup](images/lookupArticle.png)

<div style="page-break-after: always;"></div>

### [3.2.9. Sorting Articles by Date](#3-2-managing-articles) : `sort -a d/`

Sort articles in PressPlanner's database in descending order by their date and time.
Expand Down Expand Up @@ -688,6 +693,8 @@ Example:
* Success message shown:
* `sorted all articles by date`

<div style="page-break-after: always;"></div>

### [3.2.10. Opening a Webpage for an Article](#3-2-managing-articles)

* By clicking the `Link` button of your article that is highlighted in yellow box in the picture below, you can open up the webpage for your article that was included in the article.
Expand Down
Binary file modified docs/images/UiDescription.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8df6c9

Please sign in to comment.