kindle_highlights 0.3.2

Convert Bookcision Kindle highlight exports to SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "databases": {
        "highlights": {
            "tables": {
                "highlight": {
                     "fts_table": "highlight_fts",
                     "fts_pk": "id"
                },
                "_sqlx_migrations": {
                    "hidden": true
                }
            },
            "queries": {
                "search": "select id, book_id, text, note, location from highlight where id in (select rowid from highlight_fts where highlight_fts match escape_fts(:q))"
            }
        }
    }
}