Compare commits
No commits in common. "main" and "v0.2.0" have entirely different histories.
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
@ -126,20 +126,19 @@ the annotations. If a note already exists for any of the entries, it will instea
|
|||
the annotations to the end of it, dropping all those that it already finds in the note
|
||||
(essentially only adding new annotations to the end).
|
||||
|
||||
**PLEASE** Heed the note above and exercise caution with the `-w` option. It is
|
||||
not intended to be destructive, but nevertheless create backups or version
|
||||
control your files.
|
||||
**PLEASE** Be aware that so far, I spent a single afternoon coding this plugin, it
|
||||
contains no tests and operates on your notes. In my use nothing too bad happened but
|
||||
only use it with adequate backup in place, or with your library being version controlled.
|
||||
|
||||
You can invoke the command with `-e` to instantly edit the notes in your editor:
|
||||
You can invoke the command with `-e` to instantly edit the notes:
|
||||
|
||||
```bash
|
||||
pubs extract -w -e Bayat2015 Peck2004
|
||||
```
|
||||
|
||||
Will create/append annotations and drop you into the Bayat2015 note, when you
|
||||
close it directly into the Peck2004 note. Take care that it will be fairly
|
||||
annoying if you use this option with hundreds of entries being annotated as it
|
||||
will open one entry after another for editing.
|
||||
Will create/append annotations and drop you into the Bayat2015 note, when you close it
|
||||
directly into the Peck2004 note. Take care that it will be fairly annoying if you use this
|
||||
option with hundreds of entries being annotated.
|
||||
|
||||
To extract the annotations for all your existing entries in one go, you can use:
|
||||
|
||||
|
|
Loading…
Reference in a new issue