- Make your book highlights on your Kindle or Kindle app
- Import them into Clippings.io
- Export them as Excel 2007
- Open the spreadsheet locally, and export as CSV
- Run this app to create a set of files for each book.
- Bear -> File -> Import Notes. Select all the notes. Select "Use first line as title".
- Done
ruby go.rb -i /tmp/clippings.csv -o /tmp/out
Usage: go.rb -i <file.csv> -o <DIR>
-i FILENAME CSV file to read from
-o DIR Directory into which to dump the files
- Avoid the CSV step and make this app read the spreadsheet instead.
- I use Clippings.io for convenience. Is there a library to use instead?