Commit Graph

7 Commits

Author SHA1 Message Date
03e95a029b Add multiple highlight colors 2023-08-24 12:03:32 +08:00
a55eab32f3 Send HTML with highlight requests 2023-03-31 14:04:42 +08:00
69eaff395e WIP: improve notebook UX, add markdown, document notes 2023-03-24 10:18:36 +08:00
23615db32a Fix deleting highlights from the PDF notebook modal 2023-02-02 11:49:12 +08:00
f3edb9ca7a Reduce the data fetched when creating highlights
This reduces the fields on the highlight type, and reduces what
we fetch. We are doing this so its easier to bind from Swift and
pass back simpler types for create/update/merge highlight
operations
2022-03-24 10:50:46 -07:00
6daa599b76 Separate the mutations out of lower level components
This will let us handle the mutations differently on native
iOS and should help in avoiding making web calls directly from
the web view, so we can avoid CORs and introduce a caching
layer.
2022-03-22 13:58:39 -07:00
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00