Skip to content

Commit

Permalink
Add info on tag category colours
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjohntan committed Nov 6, 2024
1 parent 3ea9106 commit fd337ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ Categorizes a tag under a defined category.
Format: `cattag t/TAG [t/MORE_TAGS]…​ CATEGORY`

* Sets the tag(s) in CampusConnect with the specified name `TAG` to fall under the specified `CATEGORY`.
* Currently available categories and their respective keywords are:

Category | Keyword (case sensitive)
--------------|-------------------------
**General** | `general`
**Academics** | `acads`
**Activities**| `activity`
**Networking**| `network`
**Mentorship**| `mentor`
* Currently available categories with their respective keywords and colours are:

Category | Keyword (case sensitive) | Colour
--------------|--------------------------|-
**General** | `general` | <span style="color:DarkGray"> Grey </span>
**Academics** | `acads` | <span style="color:Gold"> Gold </span>
**Activities**| `activity` | <span style="color:DodgerBlue"> Blue </span>
**Networking**| `network` | <span style="color:LimeGreen"> Green </span>
**Mentorship**| `mentor` | <span style="color:HotPink"> Pink </span>
* Multiple tags can be categorized to the same category at a time.
* All tags specified must be valid existing tags.
* Attempts to set a tag to its current category will cause the whole command to be rejected.
Expand Down

0 comments on commit fd337ba

Please sign in to comment.