-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadMe.txt
More file actions
39 lines (26 loc) · 1.35 KB
/
readMe.txt
File metadata and controls
39 lines (26 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
------------------------------------NotesManager--------------------------------------
Application designed for storing notes.
----------------How to load an app?
1. Download notesManager.zip file.
2. Unzip.
3. Follow instruction in another readMe.
----------------Short description:
On the left side of the main screen, one can choose and display a sample category with its whole content. By using upper buttons one can easily manage all of the files.
NotesManager features different kinds of importance marks. Every note can be associated with one of the five particular "states", which can be accessed via the main screen. By clicking on one of those symbols, one can filter notes by a particular state.
Description of provided states (from the top):
- notes that are not known/ new notes
- notes that are familiar but not masted yet
- notes that are mastered
- favorites
By default, the application does not recognize any notes as favorite.
What is more, in the upper left corner one can search for notes using their names.
NotesManager supports default applications, so every file can be opened in two ways:
- By an external default app (top-left)
- Or just in the app.
After displaying file in NotesManager, application allows to:
- rename
- edit
- save
- change state
- use full screen (top-right) option
- use spelling checker (top-right)