Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Removed superfluous documentation.

Author djarvis <email>
Date 2017-11-10 17:05:17 GMT-0800
Commit d8521e327ee35629bf0d048cd17ee834e694f6bd
Parent d048d0f
USAGE.md
## Edit Document
-Edit the document as normal. Notice how the preview pane updates as new content is added. The toolbar shows various icons that perform different formatting operations. These include:
-
-* Bold
-* Italics
-* Superscript
-* Subscript
-* Quotation
-* Inline code block
-* Fenced code block
-* Hyperlink
-* Image
-* Headers
-* Bullet lists
-* Enumerated lists
-
-Try them to see how they appear in the preview pane. Other operations include:
+Edit the document as normal. Notice how the preview pane updates as new content is added. The toolbar shows various icons that perform different formatting operations. Try them to see how they appear in the preview pane. Other operations not shown on the toolbar include:
* Struck text (enclose the words within `~~` and `~~`)
* Horizontal rule (use `---` on an otherwise empty line).
-Note that the preview pane shows one way to interpret and format the document, but many other presentations are possible.
+The preview pane shows one way to interpret and format the document, but many other presentations are possible.
## Insert Variable
> The novel "Diary of Anne Frank" is one of the most widely read books in the world.
-Since it is time-consuming to type in the variable name each time, it is possible to inject the variable name automatically. Accomplish this as follows:
+As it is laborious to type in variable names, it is possible to inject the variable name using autocomplete. Accomplish this as follows:
1. Create a new file.
-1. Type in a partial value, such as **Dia**.
+1. Type in a partial variable value, such as **Dia**.
1. Press `Ctrl+Space` (hold down the `Control` key and tap the spacebar).
```
-The key name is inserted into the document.
+The variable name is inserted into the document and the preview pane shows the variable's value.
+
Delta 6 lines added, 20 lines removed, 14-line decrease