-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #281 from Murugan-Maniish/branch-PDF
Update UG
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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> | ||
|
@@ -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` | ||
|
||
|
@@ -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. | ||
|
@@ -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. | ||
|
@@ -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. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.