simple-highlight

A small chromium extension to make highlighting pages on the fly easier.
git clone https://git.sr.ht/~jbauer/simple-highlight
Log | Files | Refs | README | LICENSE

README.md (1013B)


      1 # simple-highlight
      2 
      3 A small chromium extension to make highlighting pages on the fly easier.
      4 
      5 Designed to allow you to mark up a page with highlights then print it to PDF,
      6 instead of needing to print to PDF first and then highlight in your PDF reader.
      7 
      8 ## Features
      9 
     10 Select some text, then press _Alt+H_ and the text will be highlighted yellow.
     11 
     12 Right now, you can only highlight within a block of text. If you try to
     13 highlight across two paragraphs or similar, things will break and not look good.
     14 
     15 Also, you can't remove highlights yet, I still have to figure that one out too.
     16 
     17 ## Installing
     18 
     19 Go to [chrome://extensions](chrome://extensions), enable "Developer mode" (the
     20 toggle is in the top right), click "Load unpacked" and select this project's
     21 folder.
     22 
     23 If you make some changes, note that sometimes Chrome is dumb and doesn't reload
     24 everything about the extension when you click the reload button. In this case
     25 you just have to remove and re-add the extension if the changes you made aren't
     26 working right.