Skip to content

Commit

Permalink
README: Fix typo, add a TODO to fix parser/exporter type safety.
Browse files Browse the repository at this point in the history
  • Loading branch information
yifan-gu committed May 29, 2024
1 parent 5665095 commit cda37f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ git clone git@github.com:yifan-gu/blueNote.git && go build

#### Convert notes to org-roam files
```
./blueNote convert -i kindlehtml -o org-roam examples/kindle_html_single_book_example.html ./
./blueNote convert -i kindle-html -o org-roam examples/kindle_html_single_book_example.html ./
```

#### Add `-s` if the book is a collection of multiple books
```
./blueNote convert -i kindlehtml -o org-roam -s examples/kindle_html_collection_example.html ./
./blueNote convert -i kindle-html -o org-roam -s examples/kindle_html_collection_example.html ./
```

#### Browse and edit the notes with tags
Expand Down Expand Up @@ -63,6 +63,7 @@ Parser/Exporter:
- [x] MongoDB exporter
- [x] JSON parser
- [ ] One click export from Kindle app
- [ ] Change parser/exporter type from string to safe type

Server Backend:
- [x] Database storage
Expand Down

0 comments on commit cda37f1

Please sign in to comment.