Skip to content

Commit 0a78136

Browse files
authored
Refine language in Journals documentation
Updated wording for clarity and consistency in the Journals documentation.
1 parent f6d00ab commit 0a78136

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/doc/en/5.2.-Journals.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ path: 5.2.-Journals
33
---
44

55
# Journals
6-
You can record your thoughts when coding your data in journals. Make use of these to develop ideas and themes.
7-
Journals can be exported as a single journal or all journal text can be collated and exported as a single file.
6+
You can record your thoughts when coding your data in journals. Use these to develop ideas and themes.
7+
Journals can be exported as a single journal, or all journal text can be collated and exported as a single file.
88
Journals can be deleted. Journals can have attributes.
99

10-
There is a search option to search through journal text. The search uses regex symbols for more flexibility.
10+
There is a search option for searching the journal text. The search uses regular expression (regex) symbols for greater flexibility.
1111

12-
* A dot '.' is used as a wild card, e.g. '.ears' will match ‘bears’ and 'years'
13-
* A '?' after a character will match one or none times that character, e.g. 'bears?' will match 'bear' and 'bears'
12+
* A dot '.' is used as a wild card, e.g., '.ears' will match ‘bears’ and 'years'
13+
* A '?' after a character will match one or none times that character, e.g., 'bears?' will match 'bear' and 'bears'
1414
* A '*' after a character will match zero or more times.
1515
* '\.' will match the dot symbol, '\?' will match the question mark. '\n' will match the line ending symbol.
1616

@@ -19,12 +19,12 @@ www.rexegg.com/regex-quickstart.html
1919

2020
You can sort journals by name or date. You can add attributes to journals. You can show rows of journals with a matching text name, coder or attribute value, using the right-click menu function.
2121

22-
The journal window will be free floating, so that you can enter notes while coding or generating reports.
22+
The journal window will be free-floating, so that you can enter notes while coding or generating reports.
2323

2424
## Highlight journal text using markdown
2525

2626
Some markdown is available to highlight wording in a journal.
27-
Using one to three hash symbols for heading levels. Single asterix surrounding words for italic text. Double asterix surround text for bold text.
27+
Use one to three hash symbols for heading levels. Single asterisk surrounding words for italic text. Double asterix surround text for bold text.
2828

2929
![image](https://github.com/user-attachments/assets/332189a8-bf8a-496e-8a81-971ee158a7cf)
3030

0 commit comments

Comments
 (0)