Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerenC authored Apr 14, 2023
1 parent 64e9a2e commit 3061d9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ Note:

- If both flag `-a` and flag `-o` are not provided, you can only use a single argument.
- You cannot use flag `-a` and flag `-o` at the same time.
- If flag `-a` is provided, the conditions are combined with **and** operator. If there is no other flag, all tasks will be selected.
- If flag `-o` is provided, the conditions are combined with **or** operator. If there is no other flag, no task will be selected.
- If flag `-a` is provided, the conditions are combined with **and** operator. If there are no other flag, all tasks will be selected.
- If flag `-o` is provided, the conditions are combined with **or** operator. If there are no other flag, no task will be selected.

<p class="back-to-top" style="text-align: right"><a href="#table-of-contents">Back to Top &#8593;</a></p>

Expand Down Expand Up @@ -602,24 +602,24 @@ You can view all macros and their mappings by keying in `:macro -l`.

### Exiting the application

Similar to Vim, we can use the `:quit` or `:q!` to exit the application.
Similar to Vim, we can use `:quit` or `:q!` to exit the application.

### Saving the task list data

The task list data is saved in the hard disk automatically after any command that changes the data. There is no need to save manually.

### Editing existing task list data

Existing task list data is saved at a JSON file `[JAR file location]/.vimification/tasklist.json`. Advanced users are welcome to update data directly by editing that data file.
Existing task list data is saved at a JSON file `[JAR file location]/.vimification/tasklist.json`. Advanced users are welcomed to update data directly by editing that data file.

### Editing existing macro data

Existing macro data is saved at a JSON file `[JAR file location]/.vimification/macromap.json`. Users can edit this file directly to manage the macros that can be used in the application.
Existing macro data is saved at a JSON file `[JAR file location]/.vimification/macromap.json`. Users can edit this file directly to manage the macros used in the application.

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

:exclamation: **Caution:**
If your changes to the data file makes its format invalid, Vimification will discard all data and start with an empty data file at the next run.
If your changes to the data file turns its format invalid, Vimification will discard all data and start with an empty data file at the next run.

</div>

Expand Down

0 comments on commit 3061d9f

Please sign in to comment.