Skip to content

Commit

Permalink
update ppp again
Browse files Browse the repository at this point in the history
  • Loading branch information
openorclose committed Nov 11, 2019
1 parent a39f72c commit d85040f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ Adds a Favorite tag to the second bookmark in the bookmark manager.

'''

//tag::FolderCommandsPreface[]

=== Folders

The following commands carry out operations on folders in Mark.
Expand All @@ -499,6 +501,8 @@ shrink from showing 100 bookmarks to 10.

TIP: You can use the `list` command to see all your bookmarks in the folder hierarchy.

//end::FolderCommandsPreface[]

==== Expanding the folder hierarchy: *`expand`*

If you want to expand all unexpanded folders, use this command.
Expand Down Expand Up @@ -555,7 +559,7 @@ Other xamples:
Collapses the folder hierarchy by 9999 levels, most likely collapsing them all the way.

[[folder]]
//tag::AddFolderCommand[]
//tag::FolderCommands[]
==== Adding a folder: *`folder`*

// Context
Expand Down Expand Up @@ -586,7 +590,6 @@ Other examples:

* `*folder* CS2103 p/NUS` +
Creates a new folder named `CS2103` under the parent folder `NUS`.
//end::AddFolderCommand[]

==== Editing a folder: *`folder-edit`*

Expand All @@ -613,6 +616,8 @@ image::EditFolderCommandUi2.png[]
* `TO_FOLDER_NAME` must NOT be an existing folder. (Note that it can't be `ROOT` also, since it already exists.)
****

//end::FolderCommands[]

==== Deleting a folder: *`folder-delete`*

// Context: When to use this command?
Expand Down
9 changes: 7 additions & 2 deletions docs/team/openorclose.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:site-section: AboutUs
:imagesDir: ../images
:stylesDir: ../stylesheets
:sectnums:

== Project: Mark (adapted from AddressBook - Level 3)

Expand All @@ -11,7 +12,7 @@

This project portfolio aims to document my contributions to Mark, a project by my team of 5 Computer Science students from NUS.

Adapted from AddressBook - Level 3, Mark is a user-friendly bookmark manager application targeted at *NUS Computing students*, mainly for use on a computer and for students who prefer getting things done by typing out commands.
Adapted from AddressBook - Level 3, Mark is a user-friendly bookmark manager desktop application targeted at *NUS Computing students*, mainly for use on a computer and for students who prefer getting things done by typing out commands via the command line interface (CLI).

Here are some key features of Mark:

Expand Down Expand Up @@ -58,8 +59,9 @@ one long list and having to search for them.
|===

_(start of extract from User Guide)_
include::../UserGuide.adoc[tag=FolderCommandsPreface]

include::../UserGuide.adoc[tag=AddFolderCommand]
include::../UserGuide.adoc[tag=FolderCommands]

_(end of extract from User Guide)_

Expand All @@ -69,4 +71,7 @@ _(end of extract from User Guide)_
|_Given below are sections I contributed to the Developer Guide. They showcase my ability to write technical documentation and the technical depth of my contributions to the project._
|===

_(start of extract from Developer Guide)_

include::../DeveloperGuide.adoc[tag=folders]
_(end of extract from Developer Guide)_

0 comments on commit d85040f

Please sign in to comment.