You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated CSV files contain the following columns (compatible with Readwise):
91
91
92
92
-**Highlight**: The actual text of the highlight (mandatory)
93
-
-**Title**: The name of the book
94
-
-**Author**: The author of the book
93
+
-**Title**: The name of the book (extracted from HTML header)
94
+
-**Author**: The author of the book (extracted from HTML header)
95
95
-**URL**: (empty for books, used for articles)
96
96
-**Note**: Your personal notes attached to the highlight
97
97
-**Location**: Sequential number indicating highlight order
98
98
-**Date**: When the highlight was made (YYYY-MM-DD HH:MM:SS format)
99
99
100
+
### 📝 About Book Titles & Authors
101
+
102
+
The tool automatically extracts book titles and authors from the HTML file's header (the `<h2>` tag), which typically follows the format: **"Book Title - Author Name"**.
103
+
104
+
**If the book title or author appears incorrect in your CSV:**
105
+
1. Open the generated CSV file in Excel, Google Sheets, or any text editor
106
+
2. Manually edit the **Title** and **Author** columns as needed
0 commit comments