Copy/paste all the notes from kindle.amazon.com into a text file.
- Find/replace regex
\nwith</p>\n<p>- Add a
<p>at the top line of the file and a</p>at the end
- Add a
- Find/replace regex
Read more at location ([0-9]+)with<br/>\n<a href="kindle://book?action=open&asin=***&location=$1">Read more at location $1</a></p>where***is the book’s ASIN number - Find/replace regex
• Delete this highlight</p>\n<p>Add a note</p>with nothing - Add
<html><meta charset="UTF-8"/><body>at the top of the file and</body></html>at the bottom of the file, deleting anything extra at the top and bottom- If desired, add some simple styling, such as the following:
<style>body {font-family: 'Helvetica Neue'; font-size: 14px;}</style>
- If desired, add some simple styling, such as the following:
- Save the file with the
.htmlextension