Skip to content

Commit c32b41a

Browse files
committed
fix formatting in headers
1 parent 72b581c commit c32b41a

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Any note names specified in either the command line OR when prompted
169169
the spaces replaced with underscores. So if you enter *notes add my new
170170
note* you will create 'my_new_note'.
171171

172-
### Sub-command *add | insert*
172+
### Sub-command add | insert
173173

174174
To add a note simply issue the command
175175

@@ -182,7 +182,7 @@ open your default editor ($EDITOR) to edit a the file. After saving and
182182
exiting the note will be encrypted with GnuPG using the key specified
183183
in the config file.
184184

185-
### Sub-command *view | cat*
185+
### Sub-command view | cat
186186

187187
To view a note you enter the command:
188188

@@ -194,7 +194,7 @@ This will decrypt the note 'note title.gpg' in the current notebook
194194
(see 'USE' pointer) with the private key specified in the 'config'
195195
file. GnuPG will output the decrypted note to the STDOUT.
196196

197-
### Sub-command *edit|ed*
197+
### Sub-command edit|ed
198198

199199
To edit an encrypted note simply issue the command:
200200

@@ -208,7 +208,7 @@ saving or quitting, *notes* will then encrypt the note again replacing
208208
the previous version and then delete the temporary file.
209209

210210

211-
### Sub-command *delete | rm*
211+
### Sub-command delete | rm
212212

213213
To delete a note simply issue the command:
214214

@@ -220,7 +220,7 @@ This will delete the encrypted note named 'note title.gpg' from the
220220
current notebook.
221221

222222

223-
### Sub-command *list | ls *
223+
### Sub-command list | ls
224224

225225
To list what notes you have in the current notebook (USE) simply issue
226226
the command:
@@ -229,7 +229,7 @@ the command:
229229
$ notes list
230230
```
231231

232-
### Sub-command *import*
232+
### Sub-command import
233233

234234
You can import files into your notebook:
235235

@@ -267,10 +267,11 @@ STDIN of the viewer zathura with:
267267
$ notes view my secret note | zathura -
268268
```
269269

270-
However, you would not be able to edit the pdf file without exporting it to another file first.
270+
However, you would not be able to edit the pdf file without exporting
271+
it to another file first.
271272

272273

273-
### Sub-command *copy | cp*
274+
### Sub-command copy | cp
274275

275276
You can copy a note into another note file in the same notebook. Simply
276277
issue the command:
@@ -283,7 +284,7 @@ This will copy the note 'original_note_file.gpg' to another note file.
283284
The user will be prompted for the name of the new note file. The
284285
original file is NOT decrypted in the process.
285286

286-
### Sub-command *rename | mv*
287+
### Sub-command rename | mv
287288

288289
You can rename a note into another note file in the same notebook. Simply
289290
issue the command:
@@ -318,7 +319,7 @@ prompted (for rename and copy operations) will be scanned for spaces
318319
and then the spaces replaced with underscores. So if you enter
319320
*notebook add my new notebook* you will create 'my_new_notebook'.
320321

321-
### Sub-command *default*
322+
### Sub-command default
322323

323324
This command is used to set the DEFAULT notebook.
324325

@@ -328,7 +329,7 @@ $ notes default work notebook
328329

329330
This sets the DEFAULT notebook to 'work_notebook/'
330331

331-
### Sub-command *use*
332+
### Sub-command use
332333

333334
The 'USE' pointer points to the notebook currently in use. You can
334335
change this at any time by issuing the *notebook use* command:
@@ -349,12 +350,12 @@ and forth between your DEFAULT notebook and any number of current 'USE'
349350
notebooks.
350351

351352

352-
### Sub-command *list | ls*
353+
### Sub-command list | ls
353354

354355
This will list all of the notebooks that you have created together with
355356
the initial notebook *notes* created by *notes init*.
356357

357-
### Sub-command *add | insert*
358+
### Sub-command add | insert
358359

359360
You can have as many notebooks as you wish. To add a notebook simply
360361
issue the command:
@@ -367,7 +368,7 @@ This command will create a new notebook 'work_notebook'. The current
367368
notebook will remain unchanged and you will need to issue the command
368369
*notebook use work notebook* to switch to this notebook.
369370

370-
### Sub-command *rename | mv*
371+
### Sub-command rename | mv
371372

372373
This sub-command is used to rename an existing notebook.
373374

@@ -379,7 +380,7 @@ The notebook 'original_notebook_name.gpg' will be renamed. The user
379380
will be prompted to enter a new name for the notebook and the
380381
containing directory (relating to the notebook name) is renamed.
381382

382-
### Sub-command *copy | cp*
383+
### Sub-command copy | cp
383384

384385
You may duplicate a notebook together with all the containing notes:
385386

@@ -392,7 +393,7 @@ user will be prompted for a new notebook name. All notes within the
392393
original notebook will be copied to the new notebook without decrypting
393394
the notes first.
394395

395-
### Sub-command *delete | rm*
396+
### Sub-command delete | rm
396397

397398
To delete a specific notebook:
398399

0 commit comments

Comments
 (0)