Readwise integration

Hey,
I’m working something along the lines of importing highlights into logseq. Here my idea was to use Github actions to updates my notes into Github repo at periodic intervals.

Highlight Butler’s goal is to source highlights from multiple places (currently hypothesis) and make notes pages with certain highlights. From here my logseq queries will show these highlights when I query tags.

Currently I’m trying to move from using Templates to make documents to AST based note creation because block id created by the logseq is been overwritten all the time.

The principal is to be a middle man, pulling highlights from N places and dump in a certain consistent way. This preserves a consistent structure. I’ll look into readwise API and clippings.io to integrate with this.

Please suggest improvements of my idea!

Thanks :slight_smile: