@@ -12,21 +12,25 @@ Fling it left to open a different menu.
1212
1313** Fold a note which contains sub-notes by clicking the icon next to it
1414
15- Long-click the icon to unfold entire subtree.
15+ Long-click the icon to unfold the entire subtree.
1616
17- *** There is no limit in number of levels you can have
17+ *** There is no limit to the number of levels you can have
1818**** Use this to better organize your notes
19+
1920** Note can have tags :tag1:tag2:
2021*** Sub-note inherits the tags :tag3:
2122
22- If you search for notes with tag “tag1” using “t.tag1” query, this note will be included in search results.
23+ If you search for notes tagged with “tag1” using “t.tag1” query, this note will be included in the search results.
2324
2425*** A note that has the =ARCHIVE= tag set is grayed out :ARCHIVE:
26+
2527** TODO Note can have a state
2628
27- You can configure any number of to-do states (e.g. TODO, NEXT, …) and done states (e.g. DONE, CNCL, …)
29+ You can configure any number of states to use: TODO, NEXT, DONE, etc.
2830
29- *** DONE This is a note with done type of state
31+ *** There are two /types/ of states: to-do and done
32+
33+ *** DONE This is a note with /done/ type of state
3034CLOSED: [2018-01-24 Wed 17:00]
3135
3236** Note can have a scheduled time
@@ -38,7 +42,14 @@ SCHEDULED: <2015-02-16 Mon .+2d>
3842** You can also set a deadline time
3943DEADLINE: <2015-02-20 Fri>
4044
41- ** Reminders are triggered for scheduled and deadline times
45+ ** Event times can be used anywhere in the note's content
46+
47+ You can have multiple event times:
48+
49+ - <2015-02-20 Fri>
50+ - <2015-02-21 Sat>
51+
52+ ** Reminders for notes with scheduled, deadline, or event times are supported
4253
4354Mark the note as done to shift the repeater.
4455
@@ -64,27 +75,27 @@ You can make words *bold*, /italic/, _underlined_, =verbatim=, ~code~ and +strik
6475- [ ] Task 2
6576- [ ] Task 3
6677
67- Click the checkbox to toggle it. Press new-line button at the end of the line to create a new item.
78+ Click the checkbox to toggle it. Press the new-line button at the end of the line to create a new item.
6879
6980* Search
7081** There are many search operators supported
7182
72- You can search notes by state, tag, scheduled or deadline time etc.
83+ You can search notes by state, tag, scheduled, deadline or event times, etc.
7384
7485See http://www.orgzly.com/help#search to learn more.
7586
76- ** Saved searches are supported
87+ ** Search queries can be saved for quick access
7788
7889Try sample searches from the navigation drawer and note the queries they use.
7990
8091You can create your own saved searches by clicking on “Searches” in the navigation drawer.
8192
8293* Syncing
83- ** Repository
8494
85- Repository is a location you can sync your notebooks with. Repository can be a directory on your mobile device, SD card or Dropbox.
86-
87- ** Notebooks are saved as plain-text files
95+ ** Notebooks can be saved as plain-text files
8896
8997Files are in the format used by [[https://orgmode.org/][Org mode]].
9098
99+ ** Location (repository) type
100+
101+ A repository is a location you can sync your notebooks with. A repository can be a directory on your mobile device, SD card, or Dropbox.
0 commit comments