Commit Graph

15 Commits

Author SHA1 Message Date
913eba19a1 Rename some CSS vars to try and break some caching 2023-08-24 16:57:53 +08:00
03e95a029b Add multiple highlight colors 2023-08-24 12:03:32 +08:00
d511d43593 Handle all whitespace nodes when creating highlights, improve highlight view styling 2023-06-28 15:42:31 +08:00
066766d980 Remove unused code 2023-02-27 11:12:29 +08:00
e16fc81a2f Fix issue with spaces dissapearing when highlights are created
Use the raw text when creating a highlight node instead of the
escaped text. This means \n spaces will be preserved in the
node and prevent spaces from being removed.
2022-12-27 20:31:34 +08:00
a0d4b1493a Simplify code to set custom highlight color 2022-12-20 17:20:57 +08:00
7ac26365b2 Use let instead of var 2022-12-19 17:07:27 +08:00
e8cd9f4412 Shared highlights UX 2022-12-19 17:07:27 +08:00
be44636aa6 Update web 2022-12-09 15:40:34 +08:00
74df91445b Linting clean up 2022-11-15 15:50:13 +08:00
aa856a5366 If in a pre block dont replace whitespace when highlighting 2022-11-15 15:34:27 +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
9275dbb732 Display the note SVG in a container div 2022-03-23 11:20:32 -07:00
4960daeb30 use inline svg for highlight note icon 2022-03-23 10:59:59 -07:00
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00