Commit graph

18 commits

Author SHA1 Message Date
Jackson Harper
0ed8623e65 Comment out the withLabel icon until its working better 2024-02-26 14:08:10 +08:00
Jackson Harper
2aa7c1a7d4 Fix reader header offset, add labels icon to highlights 2024-02-16 15:34:39 +08:00
andrew
1386e97396 Add documentation for highlight and fix bug
Issue: https://github.com/omnivore-app/omnivore/issues/2996
2023-12-27 19:56:24 -05:00
Jackson Harper
913eba19a1 Rename some CSS vars to try and break some caching 2023-08-24 16:57:53 +08:00
Jackson Harper
03e95a029b Add multiple highlight colors 2023-08-24 12:03:32 +08:00
Jackson Harper
d511d43593 Handle all whitespace nodes when creating highlights, improve highlight view styling 2023-06-28 15:42:31 +08:00
Jackson Harper
066766d980 Remove unused code 2023-02-27 11:12:29 +08:00
Jackson Harper
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
Jackson Harper
a0d4b1493a Simplify code to set custom highlight color 2022-12-20 17:20:57 +08:00
Jackson Harper
7ac26365b2 Use let instead of var 2022-12-19 17:07:27 +08:00
Jackson Harper
e8cd9f4412 Shared highlights UX 2022-12-19 17:07:27 +08:00
Hongbo Wu
be44636aa6 Update web 2022-12-09 15:40:34 +08:00
Jackson Harper
74df91445b Linting clean up 2022-11-15 15:50:13 +08:00
Jackson Harper
aa856a5366 If in a pre block dont replace whitespace when highlighting 2022-11-15 15:34:27 +08:00
Jackson Harper
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
Jackson Harper
9275dbb732 Display the note SVG in a container div 2022-03-23 11:20:32 -07:00
Satindar Dhillon
4960daeb30 use inline svg for highlight note icon 2022-03-23 10:59:59 -07:00
Jackson Harper
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00